Ethereum co-founder Vitalik Buterin has introduced a novel proposal to reshape how the network manages privacy and state growth. Tied to EIP-8250, the concept centers on keyed nonces—a system that creates separate replay-protection domains for different transaction types—aiming to support up to 500 billion privacy records over eight years without compromising decentralization.
Currently, Ethereum relies on a single sender nonce, which limits privacy protocols and parallel execution. Buterin’s design replaces that with a (nonce_key, nonce_seq) pair, allowing privacy transactions using nullifier-derived keys to proceed concurrently. Once a nullifier is used, it is permanently marked as spent, preventing double-spending.
Buterin warned that if privacy transactions reach 2,000 transactions per second for eight years, the network could accumulate around 500 billion non-prunable nullifiers. Under the existing model, this would push storage requirements into tens or hundreds of terabytes, threatening node participation. To solve this, the proposal introduces a dedicated nullifier store—a restricted storage system separate from Ethereum’s general state. Nullifiers follow fixed rules, making them ideal for specialized management tools like sharding, bloom filters, and custom verification layers that reduce storage and verification costs while preserving integrity.
Buterin described keyed nonces as “not just a way to add stronger in-protocol support for privacy solutions. They are also a potential first foray into a new state scaling strategy for Ethereum.” He emphasized that this signals a broader architectural shift toward purpose-built storage, rather than relying solely on a one-size-fits-all state model. For developers, the proposal could make large-scale privacy apps—covering identity, confidential payments, and more—far more practical.
While the plan may not immediately move the ETH price, it reinforces Ethereum’s long-term commitment to scalability through smarter infrastructure. The proposal was published via Buterin’s X account on May 5–6, 2026, and is part of ongoing efforts to curb long-term blockchain data growth.