Wasabi Wallet
Bitcoin Accounting
Wasabi Wallet + Clams
xPubWasabi Wallet is an open-source, privacy-focused Bitcoin wallet. Clams tracks your Wasabi wallet using your xPub. All transactions are imported with proper cost basis tracking.
What Clams tracks
- All addresses from your wallet derivation paths
- Incoming and outgoing transactions
- All transactions with cost basis tracking
- Individual UTXOs with cost basis
- Transaction fees paid
- Capital gains on each spend
How it works
Export xPub from Wasabi
In Wasabi Wallet, access your wallet info to find your extended public key. Copy the xPub to your clipboard.
Add connection in Clams
Create an xPub connection with the Clams CLI. Replace the xpub value in the command below with your exported key.
$ clams connections create --label my-wasabi --kind XPub --configuration '{"xpub":"YOUR_XPUB","address_types":["bech32"]}'
Sync transaction history
Run the sync command below to discover all addresses and import your full transaction history.
$ clams connections sync --label my-wasabi
Generate journal entries
Process your imported transactions into accounting journals with the command below.
$ clams journals process
Frequently asked questions
What data does Clams import from Wasabi Wallet?
Clams imports all addresses derived from your xPub, incoming and outgoing transactions, UTXOs, and calculates cost basis per UTXO.
Does Clams access my private keys?
No. Clams uses watch-only access via xPub. Your private keys stay in Wasabi. The xPub only allows Clams to view addresses and transactions, not spend funds.
How do I get capital gains reports from my Wasabi transactions?
Export your xPub from Wasabi and add it to Clams. Clams calculates cost basis for every UTXO and tracks capital gains when you spend. Export reports from the Exports widget.
Do I need Wasabi running to sync new transactions?
No. Once you've added the xPub to Clams, you can sync at anytime. Wasabi doesn't need to be running.
Start tracking your Wasabi wallet
Install Clams and connect your wallet in minutes.