Privacy (informal)
What observers see (or don’t) in practice:Fund security
- Double-spend — nullifiers are unique and recorded; proof ties nullifier to existing note.
- Unauthorized spend — requires valid account signature in proof; auditor has viewing key only, not signing authority.
Limitations
- New channel + deposit/withdraw in same tx or tight timing — can link recipient to public address activity; wallets should separate these flows when possible.
- Deposit/withdraw heuristics — distinctive amounts or immediate in/out weaken privacy (common to all pools).
- Reverted txs — if a note slot was touched then reverted, reusing the same note id can link txs; mitigations include burning dummy writes to exposed ids (paper §11.3.3).