Sync storage is limited to ~100KB shared across all your vault data
(identities, permissions, relays, and Cashu tokens). This limits
your Cashu wallet to approximately 300-400 tokens.
For larger Cashu holdings, consider disabling browser sync which
provides ~5MB of local storage (~18,000+ tokens).
} @else {
Local Storage Mode
You have ~5MB of local storage available, which can hold
thousands of Cashu tokens. Your data stays on this device only.
}
Backup Your Wallet
Important: Cashu tokens are bearer assets.
If you lose your vault backup, you lose your tokens permanently.
Vault exports are saved to your browser's downloads folder.
Configure this to point to either:
Your backup storage device (external drive, NAS)
A folder synced by your backup tool (Syncthing, rsync, etc.)
{{ browserDownloadSettingsUrl }}
} @else {
No mints connected yet.
}
} @else {
@for (mint of mints; track mint.id) {
}
}
}
@else if (activeSection === 'cashu-detail' && selectedMint) {
{{ formatCashuBalance(selectedMintBalance) }}sats
@if (refreshError) {
{{ refreshError }}
}
Tokens ({{ selectedMintProofs.length }})
@if (selectedMintProofs.length === 0) {
No tokens stored
} @else {
@for (proof of selectedMintProofs; track proof.secret) {