Vitalik Buterin has outlined a near-term Ethereum privacy push that ties together protocol, mempool, and wallet-layer work rather than proposing a single privacy feature.

The plan, reported Wednesday by CoinDesk, centers on three pieces: account abstraction with FOCIL, keyed nonces for frame transactions, and access-layer tools such as Kohaku. None of the changes are live today, so the practical impact depends on future implementation and wallet adoption.

FOCIL, short for fork-choice enforced inclusion lists, is documented in EIP-7805. Its goal is censorship resistance: a committee of validators can publish inclusion lists, and blocks that ignore required valid transactions can be rejected by the fork choice. That matters for privacy systems because private transactions still need a reliable path into blocks without depending on trusted broadcasters.

The second piece, EIP-8250 keyed nonces, targets a more subtle leakage point. Ethereum accounts normally use one linear nonce sequence, which can create ordering bottlenecks and linking risks for shared senders used by privacy protocols. The proposal replaces that with keyed nonce domains for frame transactions, allowing unrelated transactions from the same sender to be replay-independent.

The third layer is wallet access. Kohaku, the Ethereum repository described as privacy-first tooling for the ecosystem, aims to help wallets reduce metadata leaks from balance checks and contract reads. The conservative read: Ethereum's privacy roadmap is becoming more concrete, but it remains an engineering program, not a shipped default.