From 7372e0fbcbb967023bcd166d9333d831271e4539 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 14 May 2021 09:24:34 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 6b0c182..72b4a8d 100644 --- a/FAQ.md +++ b/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.