Update docs/liquid/liquid-part3.md
This commit is contained in:
parent
545add0bae
commit
85c88b66bb
@ -19,6 +19,14 @@ Liquid would make a great solution for this case. They could simple direct their
|
||||
|
||||
## Atomic Swaps
|
||||
|
||||
So our client has 1 `StackerNewsDemo-1` token in their wallet (which for our purposes is our pretend airline mile token) and he wants to exchange that for L-BTC. How do we do that?
|
||||
|
||||
Obviously, we could build some type of webservice that had SQL databases and nodejs files that accept Asset A and then issued Asset B once received...however as we said our StackerNews crew is smart and therefore prefers to do *less hardwork*
|
||||
|
||||
Luckily, due to the additional OPCODEs in Liquid, it supports atomic swaps between assets. In fact, Blockstream has a tool to simplify using it (obviously the steps we do here manually with the tool would be automated within the server / client in production).
|
||||
|
||||
|
||||
|
||||
## Securities / Transfer Restricted / etc
|
||||
|
||||
# Pegging Out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user