Skip to content

Commit

Permalink
Merge pull request #1919 from yahiheb/StopCoinjoinThreshold
Browse files Browse the repository at this point in the history
Update Stop Coinjoin Threshold
  • Loading branch information
yahiheb authored Feb 13, 2025
2 parents 88bfa14 + 3269c73 commit 6de42c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ/FAQ-UseWasabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,11 +1014,11 @@ Read more [here](/using-wasabi/CoinJoin.md).

### What does the `Stop coinjoin threshold` mean in the coinjoin settings?

It is the amount at which your wallet will automatically stop/not start coinjoining when your wallet balance is below this.
It is the confirmed wallet balance under which coinjoin will automatically stop/not start.

A use case is that it might not be economical to coinjoin with this amount (fee amount compared to coinjoin amount).

For example, if the balance is 0.005 BTC, `Automatically start coinjoin` is enabled and the `Stop coinjoin threshold` is 0.01 BTC, the user will have to manually press Play to start coinjoining.
For example, if the confirmed balance is 0.005 BTC, `Automatically start coinjoin` is enabled and the `Stop coinjoin threshold` is 0.01 BTC, the user will have to manually press Play to start coinjoining.
The default _Stop coinjoin threshold_ is 0.01 BTC.

![Stop coinjoin threshold](/StopCoinjoinThreshold.png "Stop coinjoin threshold")
Expand Down
2 changes: 1 addition & 1 deletion docs/glossary/Glossary-PrivacyWasabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ It aims to prevent targeted analysis that compares the value of consolidated coi

### Stop coinjoin (Pleb Stop) threshold

The _Stop coinjoin threshold_, a.k.a Pleb Stop, is the amount at which coinjoin will automatically stop/not start if the wallet balance is below this amount.
The _Stop coinjoin threshold_, a.k.a Pleb Stop, is the confirmed wallet balance under which coinjoin will automatically stop/not start.
The amount can be changed in the _Coinjoin Settings_ (_Stop coinjoin threshold_ setting), the default is 0.01 BTC.

### Taint
Expand Down
2 changes: 1 addition & 1 deletion docs/using-wasabi/CoinJoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The wallet will automatically stop/not start coinjoining if the wallet balance i
In this case the user has to manually press Play to start coinjoining.
This setting can be used to prevent paying (relatively) high fees for smaller bitcoin amounts.

For example, if the non-private balance is 0.005 BTC and the `Stop coinjoin threshold` is 0.01 BTC, the user will have to manually press Play to start coinjoining.
For example, if the confirmed balance is 0.005 BTC and the `Stop coinjoin threshold` is 0.01 BTC, the user will have to manually press Play to start coinjoining.

![Stop Coinjoin Threshold](/StopCoinjoinThreshold.png "Stop Coinjoin Threshold")

Expand Down

0 comments on commit 6de42c2

Please sign in to comment.