
Ethereum has introduced a draft token standard called pERC-20 (ERC-7605), which proposes making token transfers private by default. According to reports from the source, the standard would hide balances, transaction amounts, and counterparties using zero-knowledge proofs baked directly into the token contract. Unlike existing ERC-20 tokens, pERC-20 is designed as a replacement interface that is privacy-native from mint to transfer, ensuring encrypted balances never exist in public state at any point in a token's lifecycle. The initiative has reignited debate about whether all financial activity should be instantly visible on public blockchains by default, challenging the current transparency model that allows anyone to track funds on the blockchain.
The pERC-20 standard draws heavily on ZK-UTXO architecture pioneered by Zcash, specifically the Groth16 proof system and Orchard-style note commitments. As reported by the source, tokens exist as cryptographic notes rather than public account balances, with each representing a discrete amount owned by a key pair and spendable exactly once. Transaction validity is verified using Groth16 zero-knowledge proofs, which confirm transfers are mathematically sound without revealing underlying values. The standard is MetaMask-compatible and requires no new precompile, making it EVM-native and wallet-compatible. Importantly, the proposal includes post-quantum secure cryptography, which could become increasingly critical as blockchain developers prepare for advances in quantum computing that may someday threaten current encryption techniques.
The proposal includes a compliance blacklist mechanism, positioning pERC-20 as regulation-aware infrastructure rather than privacy-maximalist tool. According to the source, this architectural choice addresses the regulatory climate that previously buried Ethereum privacy work for three years. The system preserves publicly the transfer graph, which shows interacted with which, while amounts remain hidden, representing a deliberate tradeoff for anyone treating pERC-20 as equivalent to full transaction graph privacy. A compliance mechanism is included, permitting issuers to freeze specific cryptographic notes if necessary, enabling certain interventions without disclosing the complete histories or balances of everyday users.
The pERC-20 standard is currently a draft that must survive the full ERC review process before widespread deployment. As reported by the source, no mainnet changes are required for it to launch as an application-level standard. The first major test will be whether it advances from forum discussion to a stable interface with a reference implementation. If successful, the question of whether Ethereum's default token layer should be transparent or private by default becomes a live design choice rather than a theoretical one. The proposal has sparked industry-wide interest in how privacy technologies can be scaled responsibly and remain compatible with regulatory compliance, with developers emphasizing that if user experience is poor, only a handful of people will use the system, and when the adoption is narrow, the promised anonymity fundamentally weakens.