
Vitalik Buterin, co-founder of Ethereum, has shared a three-pronged approach to enhance native privacy on the network, focusing on short-term upgrades that aim to bolster transaction confidentiality and reduce information leakage. His recent post highlights that privacy is essential for achieving true “moneyness” for digital assets, and layer-1 privacy improvements could encourage more on-chain activity. The strategy targets three key areas: account abstraction combined with FOCIL, keyed nonces, and access-layer enhancements—all designed to improve the handling of private transactions, minimize metadata exposure, and safeguard user interactions with wallets and decentralized applications.
The first component pairs account abstraction (AA) with FOCIL to combat transaction censorship. Account abstraction allows Ethereum wallets to define custom transaction approval and payment methods, moving beyond the standard ECDSA signature. FOCIL ensures that valid transactions are included in blocks, making it harder for large block builders to ignore or block privacy-focused transactions. This combination provides stronger packaging guarantees for privacy protocols, reducing the risk of transactions being excluded.
The second step introduces keyed nonces to address sequencing issues. Traditional Ethereum transactions follow a strict order per account, which can cause bottlenecks when multiple private transactions occur simultaneously. Keyed nonces, as proposed in EIP-8250, assign each spend its own nonce domain—including one derived from a privacy nullifier—making transactions on different keys replay-independent. This removes a key bottleneck for future privacy systems, ensuring that private transfers do not fail or stall due to multiple actions from the same account.
The third area focuses on access-layer privacy, incorporating tools like Kohaku and private reads. Kohaku serves as a privacy-and-security toolkit for wallets, offering reusable components for private sending, key management, and transaction controls. Private reads enable users to query blockchain data without exposing their queries to infrastructure providers, preventing access patterns from revealing user behavior. Together, these improvements fortify the user’s privacy when interacting with the network.
This privacy initiative aligns with Ethereum’s broader roadmap, which identifies native privacy as a long-term “north star” alongside faster layer-1 performance, higher throughput, layer-2 scaling, and post-quantum security. The Ethereum Foundation’s recent focus shifts toward permissionless, secure, and privacy-first protocols, reinforcing the network’s commitment to reducing reliance on trusted third parties while maintaining its role in finance.