mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-03 09:29:44 +00:00
Updated FAQ (markdown)
parent
f2b658e88e
commit
7372e0fbcb
1 changed files with 2 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -48,6 +48,8 @@ Haveno has no token and it's based on Monero, thus taking advantage of its priva
|
|||
|
||||
## What are the differences in the trade protocol
|
||||
|
||||
The desired trade protocol is in [docs/trade-protocol.md](docs/trade-protocol.md)
|
||||
|
||||
Bisq recently adopted a protocol based on a 2/2 multisignature, while Haveno will use their previous protocol: 2/3 multisignature. In a 2/3 multisignature trade, each trader owns one key, this key will be paired with the key of the other trader and will be used to unlock funds and deposits. It's a 2 of 3 (2/3) protocol because you need only two out of three keys to move funds from the multisignature wallet.
|
||||
|
||||
If everything goes fine, the two traders will use their keys to complete the transfer process. If something goes wrong, one of the two parties won't use their key to complete the transaction, this is where the arbitrator comes to action.
|
||||
|
|
Loading…
Reference in a new issue