Skip to main content

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

  1. New channel + deposit/withdraw in same tx or tight timing — can link recipient to public address activity; wallets should separate these flows when possible.
  2. Deposit/withdraw heuristics — distinctive amounts or immediate in/out weaken privacy (common to all pools).
  3. 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).
For the full analysis see IACR 2026/474 §11.