From 30d01756eaa15ce2fadf5b9b2b57a89312b497e1 Mon Sep 17 00:00:00 2001 From: erciccione Date: Fri, 14 May 2021 09:25:31 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 72b4a8d..aea191b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -48,7 +48,7 @@ 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) +The desired trade protocol is in [docs/trade-protocol.md](https://github.com/haveno-dex/haveno/blob/master/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.