Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes committed Jun 20, 2024
1 parent 260f524 commit 95197eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/using-wasabi/CoinJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 95197eb

Please sign in to comment.