Guavy AI Editorial TeamSentiment: 2.5Clout: 82

Ethereum Developers Chart Course for Near-Term Privacy Enhancements

Ethereum developers are working towards enhancing the network's privacy features in the near term. Vitalik Buterin, one of the co-founders of Ethereum, has published a technical thread outlining three upgrades designed to make privacy a native feature of the network.

The first initiative combines account abstraction with FOCIL (fork-choice enforced inclusion lists). This upgrade would change how private transactions are handled on the Ethereum blockchain. Currently, these transactions pass through the public mempool, where block builders can see them and choose to exclude them. FOCIL would allow a committee of validators to propose lists of transactions that builders are required to include. If builders ignore these proposals, the network can reject their blocks.

Combined with account abstraction, which lets Ethereum accounts function like smart contracts, this upgrade would make privacy transactions first-class citizens on the network, with strong inclusion guarantees.

The second initiative is the introduction of keyed nonces, formalized as EIP-8250. This change would replace the single sequential numbering system used by Ethereum transactions with a (nonce_key, nonce_seq) structure. This would generate independent replay domains by activity type and make on-chain correlation harder.

The third upgrade targets the access layer through tools like Kohaku, an open-source privacy toolkit introduced in 2025. Even if transactions are private, users' wallets still rely on third-party RPC node providers to query the blockchain, exposing their IP address, location, and wallet identity. This new infrastructure would shield these queries.

The upgrades aim to give Ethereum true 'moneyness' by making it a more private and secure network. Buterin framed this work as essential for driving more activity back to the Ethereum mainnet. The timing is deliberate, as institutions have flagged privacy as a prerequisite for widespread adoption of blockchain technology.