pull down to refresh

Very clear answer, thank you I appreciate that. Very helpful.
What about the UTXO's that you are given after the coinjoin? Isn't this an issue?
Combining your coinjoined outputs is slightly less private than spending them individually, but you generally shouldn't worry about this unless you are a huge whale. If there's still any doubt, you can remix an extra time before spending.
For the absolute maximum privacy, you can make small or medium sized payments directly inside a coinjoin. This feature is currently only available in Wasabi's RPC, the UX for the GUI is still being worked on. https://docs.wasabiwallet.io/using-wasabi/RPC.html#payincoinjoin
reply
504 sats \ 1 reply \ @Johnny21 23 Jan
Combining your coinjoined outputs is slightly less private than spending them individually, but you generally shouldn't worry about this unless you are a huge whale. If there's still any doubt, you can remix an extra time before spending.
Let's assume I sent an UTXO with random amount like 0.12345 BTC to Wasabi and do a single coinjoin with settings set to "fast". Then I transfer everything back to my cold storage, by merging all the coinjoined UTXOs resulting in singe UTXO of amount (0.12345 minus fees). Isn't it quite obvious that it is still my UTXO?
reply
421 sats \ 0 replies \ @kruw 23 Jan
Yes. Although the link would not be deterministic, it would be a practical guess.
To solve this problem, I researched the worst case scenarios for consolidation of coinjoin outputs and proposed "Safety Coinjoins". This hidden feature automatically remixes coins that are vulnerable to weak spending patterns: https://github.com/WalletWasabi/WalletWasabi/issues/10567
reply