Update docs/liquid/liquid-part3.md

This commit is contained in:
b0xxer 2024-02-07 07:44:06 -06:00
parent d932021cd0
commit 955e60d07e

View File

@ -26,7 +26,7 @@ Liquid would make a great solution for this case. They could direct their users
Suppose our Customer has earned 1 SND token (which for our purposes is our pretend airline mile token) and now he wants to exchange that for L-BTC. How do we do that?
Luckily, in Liquid, Atomic Swaps are supported[^2]. In fact, [Blockstream has a tool](https://github.com/Blockstream/liquid-swap) to simplify using it[^3].
Luckily, in Liquid, Atomic Swaps[^2] are supported. In fact, [Blockstream has a tool](https://github.com/Blockstream/liquid-swap) to simplify using it[^3].
To do a swap we will need another wallet, as you can't swap between the same wallet (technically you can use the *same node* and use 2 different wallets on that node[^4]). In my case, I have 2 nodes each running their own `elementsd` server (Umbrel and my desktop). So I will use those, but you can use a single node by setting up multiple wallets and using distinct URL connect strings for each.