From 95197eb7d3027251e9c6910f1a0c2372428f0963 Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:48:03 +0200 Subject: [PATCH] apply suggestions --- docs/using-wasabi/CoinJoin.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/using-wasabi/CoinJoin.md b/docs/using-wasabi/CoinJoin.md index be851e9f07..2f0d1801c1 100644 --- a/docs/using-wasabi/CoinJoin.md +++ b/docs/using-wasabi/CoinJoin.md @@ -66,9 +66,12 @@ Notice that it is not yet possible to coinjoin from a hardware wallet, the keys The coinjoin coordinator sets its own fee policy for the coinjoin service provided. -Although the coordinator cannot steal money from the coinjoin participants, it could set a high mining and/or coordinator fee. This could make the participating users pay a lot (unnecessarily). To prevent against such behaviour the Wasabi client can configure the maximum mining fee and the maximum coordinator fee it is willing to pay per round. If one of these is higher than the entered maximum, it will not participate in the coinjoin. +Although the coordinator cannot steal money from the coinjoin participants, it could set a high mining fee rate and/or a high coordination fee. +This would make the participants pay a lot (unnecessarily). +To prevent against such behavior the Wasabi client can configure the maximum mining fee rate and the maximum coordination fee it is willing to pay per round. +If one of these is higher than the set values, the client will not participate in the coinjoin. -The default values are 0% coordination fee and maximum 150 sat/vByte mining fee. +The default values are 0% coordination fee and maximum 150 sat/vByte mining fee rate. ![Coinjoin Configurations](/SettingsCoinjoinConfigs.png "Coinjoin Configurations")