Questions tagged [liquid]
This tag should be used for questions referring to the Liquid inter-exchange settlement network developed by Blockstream.
32
questions
-1
votes
1
answer
66
views
withdrawal fee in crypto
I have a question related to the withdrawal fee. I can find transaction fees, but not withdrawal fees in crypto platforms.
Could you please let me know how I can find out more about this type of fee? ...
1
vote
0
answers
33
views
Mixed inputs / outputs in liquid transaction
Can one given liquid transaction be made of a mix of blinded and unblinded inputs and/or outputs?
If for example I have 1 input blinded + 1 input unblinded and then 1 output unblinded, one would be ...
2
votes
2
answers
166
views
Elements (/Liquid) Tapscript opcodes
Related question: What opcodes are supported on Liquid but not yet on Bitcoin?
I had seen few opcodes in the slides shared by notgrubles on Twitter. They are:
OP_INSPECTCURRENTINPUT
OP_INSPECTINPUT
...
1
vote
1
answer
158
views
What opcodes are supported on Liquid but not yet on Bitcoin?
What opcodes are supported in Liquid as of today (September 2021) but not (yet) on Bitcoin? What is the rationale for including these particular opcodes but not others?
2
votes
2
answers
184
views
Bitcoin transactions associated with layer 2 projects
Is there any website which tracks the number of Bitcoin transactions, fees and amounts associated with layer 2 projects (Lightning Network, Liquid, Rootstock)?
I am curious about this because if a ...
1
vote
0
answers
20
views
Does Liquid block explorer omits range proofs?
I am looking at a random Liquid TX like this one. It is a CT with the total size of 9205 bytes. Am I correct to assume that the bulk of the total size are range proofs, but they are not shown in the ...
1
vote
2
answers
106
views
Transaction Fee in Confidential Transactions
Is there any transaction fee for Confidential Transactions in the Liquid Network?
In the UTXO model, Alice has 10 btc. She sends 1 btc to Bob, 8.999 btc as return change, and 0.001 as fee.
Input : 10 ...
1
vote
1
answer
146
views
Can someone explains me about Liquid Network
I'm trying to integrate liquid network with my node.js application. Such that i want to create liquid wallet address, send a transaction from 1:1 on liquid network and check balance for that wallet ...
0
votes
1
answer
50
views
Are Confidential Transactions on Liquid Opt-in?
Are confidential transactions on the Liquid network opt-in or mandatory? I know peg transactions reveal the amount and asset ID, but wondering if I can construct vanilla p2pkh outputs with no ...
0
votes
0
answers
30
views
Do Liquid support large integers?
I’m wondering if Liquid network supports arithmetic operations with integers larger than 32-bits.
1
vote
1
answer
80
views
How is Liquid monetized?
I was reading about how Liquid works. Do Liquid transaction fees work the same way BTC fees do (per transaction)? Is there only Blockstream as a miner or are there other enterprises who collect the ...
4
votes
4
answers
430
views
What is the point of "Bitcoin Lightning" and "Bitcoin Liquid"?
Even having been "into" Bitcoin since almost since the start, I constantly find new weird things mentioned which are just apparently taken for granted and exist suddenly and somehow have ...
0
votes
1
answer
58
views
What is the difference between the two transaction headers on the Bitcoin Liquid sidechain network?
You can see transactions for this asset
https://blockstream.info/liquid/address/H4UWQS836njW4QJ6WfkGAPjaYtK2twLnZE
For the second transaction, it has a header of
...
2
votes
1
answer
103
views
Bitcoin's Liquid Network - Unable to Broadcast PSET P2PKH issuance transaction using go-elements
While working on go-elements I've been trying to expand on pset_test.go by implementing functions that broadcast different kinds of PSET transaction. Unfortunately I can't find many technical ...
0
votes
1
answer
78
views
What is the maximum amount of an Elements asset that can be issued?
Elements allow for assets issuance, and I was wondering what was the limit to the number of units that we can issue for each asset.
There's a limit to the amount that can be issued each time, which is ...