Wasabi is an on chain wallet for desktop that provides privacy by default for Bitcoin. It is built on top of a suite of features to enable completely anonymous transactions:
- Generates a unique Tor IP for each network interaction
- Lightweight sync with BIP157/BIP158 block filters
- Coinjoin or send BIP78 Payjoins to protect on chain history
- Send to BIP352 Silent Payment addresses
- Calculates UTXO combinations that don’t create a change output when you spend
If you use Lightning (if you don’t, then you should!) then it’s useful to coinjoin before opening an outbound channel. If you purchased inbound liquidity, it’s useful to coinjoin the UTXO you receive after closing the channel before moving it to cold storage.
Wasabi v2.5.0 is focused on improving the software’s UX based on feedback from veterans. I won’t bother describing how aesthetic it is, I’ll show off some screenshots for you to see for yourself.
Client side block filters let you synchronize privately without needing to connect your full node first:
Crisp home interface:
Passively consolidate your UTXOs in a coinjoin when fees are low:
Audit your coinjoin results:
Resize your payments to avoid wasting block space on a change output:
Check out the full release notes here: https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.5.0