Privacy Levels
Pseudo-Private
Transaction routed through a stealth address (ERC-5564), breaking the on-chain link between sender and recipient without requiring pool mixing.
Level 2 privacy utilizes Stealth Addresses (ERC-5564) to break the link between sender and recipient without requiring mixing — a lightweight, efficient privacy layer suitable for everyday transactions.
Key Characteristics:
- Recipient Privacy: The recipient's true address is never published on-chain. Only a fresh, one-time address appears.
- One-time Addresses: Every transaction to the same recipient uses a cryptographically unique address derived from the recipient's Meta-Address.
- No Linkage: An observer cannot link multiple Pseudo-Private transactions to the same recipient — each appears as a transfer to a fresh wallet.
- Sender visible: The sender address remains public in this mode. For full sender privacy, use Level 3 or above.
This mode is ideal for recurring payments, salaries, and retail transactions where you want to prevent long-term tracking of your counterparties without paying the gas premium for full mixing.
Details
AnonProof's pseudo-private integrates directly with your existing wallet infrastructure. No migration is required — the privacy layer operates transparently on top of MetaMask, Rabby, Coinbase Wallet, or any standard EVM wallet. See the Integration section for setup guides.