Ethereum's native privacy capabilities enhancement: Short-term roadmap announced, privacy transaction sector gains attention

On May 20, 2026, Ethereum co-founder Vitalik Buterin posted a clear three-step privacy upgrade roadmap on the X platform, compressing the native privacy capabilities from a long-term vision into deliverable short-term goals. The direct trigger for this statement was the community’s ongoing skepticism about Ethereum’s long-term lack of privacy features.

Under the current architecture, on-chain information on Ethereum is almost entirely transparent. Every transfer, DeFi interaction, address holdings, and even transaction timelines are exposed on the public ledger. This not only raises user privacy concerns but also fosters structural arbitrage behaviors in the MEV space. A core point repeatedly mentioned in community discussions is that privacy grants assets true “monetary” qualities—that is, indistinguishable fungibility. When each token’s transaction history is traceable, assets may be treated differently based on their “origin,” fundamentally weakening ETH’s monetary properties.

The release of this roadmap marks a systematic adjustment by Ethereum’s core development community prioritizing privacy. For a long time, privacy was viewed as the responsibility of Layer 2 solutions or third-party tools, but now privacy capabilities are returning to the base layer.

What are the core privacy components included in the Hegotá upgrade

The core of the privacy upgrade is the planned Hegotá hard fork, scheduled for the second half of 2026. This upgrade will natively integrate multiple privacy components into Ethereum’s base layer, building a comprehensive privacy protection layer across accounts, transactions, and data queries.

Account abstraction privacy is one of the most critical components. Through account abstraction, wallets can be transformed into smart contracts, enabling complex operations such as hiding transaction initiators and gas payers, making it extremely difficult to trace transaction origins. Meanwhile, FOIL-based verifiable aggregation query technology will allow the network to perform large-scale data aggregation verification without exposing individual data, relying on modern cryptographic tools like zero-knowledge proofs.

The Keyed Nonces mechanism optimizes Ethereum’s existing transaction ordering system. Currently, the nonce counter is publicly visible, revealing account activity patterns. EIP-8250’s keyed nonces split a single sequence number into a two-layer structure: (nonce_key, nonce_seq), allowing multiple transactions to be processed simultaneously for the same sender and effectively severing links between transactions. Additionally, Kohaku’s access layer privacy tools, such as temporary concealed addresses, provide privacy protections during data read operations, preventing side-channel leaks.

How will protocol-level private transactions be implemented

On a broader protocol design level, the Ethereum developer community has submitted several substantive privacy-related EIPs. Notably, EIP-8182 proposes introducing a global shared privacy pool and ZK proof precompilation at the protocol level, enabling ETH and ERC-20 token private transfers as native features of Ethereum.

The core of this proposal is a system contract deployed at a fixed address, designed not to accept proxies, manage keys, or support on-chain upgrades; any changes can only be made via a hard fork. This design locks the control of the privacy pool within Ethereum’s trust framework, rather than relying on third-party applications.

From a user experience perspective, users can still send private transfers to any recipient using regular Ethereum addresses or ENS domains, without choosing among fragmented privacy pools. EIP-8182 also supports atomic “de-privacy—public interaction—re-privacy” workflows, allowing users to move assets from privacy pools, interact with public DeFi protocols, and re-absorb the results into privacy pools within a single transaction sequence. However, it should be noted that this proposal is still in draft stage, with implementation timing depending on community consensus and technological maturity.

Why has the privacy narrative recently attracted market capital attention

The privacy sector’s performance in the secondary market provides market-based evidence supporting the above technological developments. As of May 21, 2026, the total market cap of privacy coins approached $63 billion, with daily trading volume surging approximately 24% to $4.7 billion. Zcash, a representative asset, briefly hit $690 in May 2026, after having increased over 800% in 2025. Meanwhile, infrastructure projects in the privacy space have also seen capital inflows, driven by sector rotation funds, regional market capital, and leveraged trading activity, boosting overall trading activity.

It’s important to note that the recent rise in the privacy narrative is largely a “pricing in” phase. Capital inflows are more driven by market sentiment from the technology roadmap rather than actual user demand or cash flow support. If Ethereum aims to boost ecosystem value through privacy capabilities, the key is to convert narrative-driven enthusiasm into quantifiable user adoption and on-chain activity growth.

How native privacy will change DeFi application scenarios

The implementation of native privacy capabilities on Ethereum Layer 1 will directly reshape the usability boundaries of multiple DeFi applications. In private DeFi scenarios, traders can swap tokens, provide liquidity, and manage positions without exposing their trading strategies, significantly reducing targeted attacks by front-running bots and on-chain observers. Confidential DAO governance can achieve fully private voting results before ballot issuance, reducing strategic voting behaviors common in on-chain governance. Daily payments and receipts for individuals or merchants will also avoid unconditional exposure of amounts, counterparties, and balances on the public ledger.

Existing privacy protocols already show early signs of demand growth. For example, Railgun, a privacy DeFi layer, has reached a record high of 326 shielded addresses on average daily, with total privacy transaction volume surpassing $4.5 billion, nearly doubling year-over-year. Railgun_connect allows users to interact directly with DeFi platforms like CowSwap from shielded addresses without exposing assets beforehand. This capability overcomes limitations of early privacy protocols like Zcash and Tornado Cash, which only support hiding balances but cannot enable assets to be used in DeFi while in privacy mode.

How privacy transaction compliance challenges are addressed

Advancing privacy features inevitably conflicts with global AML and CFT regulatory frameworks. In February 2026, major exchanges delisted Monero in response to increasing regulatory pressure. Over 97 countries worldwide have established strict compliance frameworks for privacy coins, and the EU’s Anti-Money Laundering Regulation (AMLR), scheduled to take effect in 2027, will further restrict exchanges’ handling of privacy tokens.

Under this pressure, the privacy sector is experiencing a “bifurcation”: projects committed to absolute anonymity are being pushed into decentralized exchanges and P2P markets, while compliant projects are attempting to penetrate enterprise-level data privacy via zero-knowledge proof technology. The latter’s direction is “programmable compliance,” embedding identity verification, blacklists, transaction limits, and audit reports directly into the privacy protocol’s core code, allowing users to prove the legality of their actions to regulators or counterparties while keeping data confidential.

Additionally, Vitalik Buterin and several scholars have proposed the “Privacy Pools” protocol, which aims to achieve source verifiability via zero-knowledge proofs—users can generate proofs that their funds do not originate from known illicit sources without revealing the full transaction graph. This is an experimental approach balancing privacy and compliance, signaling a shift from “counter-regulation” to “coexistence with regulation.”

New developments in privacy projects and infrastructure

Ethereum’s privacy ecosystem has formed a multi-layered infrastructure stack. At the cryptography layer, advances in zero-knowledge proofs (ZK), fully homomorphic encryption (FHE), and secure multi-party computation (MPC) continue, with gcVM now capable of processing 83 privacy transactions per second. Middleware and protocol layers include Aztec Network, which raised $61.3 million to launch Ignition Chain; Zama, which completed mainnet deployment of FHE; and ZKsync, which launched Prividium, a privacy infrastructure targeting banking, emphasizing “private execution + publicly verifiable” compliant architecture.

The Ethereum Foundation has explicitly made privacy a growth pillar from 2026 to 2028, establishing a “Privacy Cluster” of 47 members and launching the Kohaku privacy wallet for institutional users. Vitalik Buterin also donated to Zcash’s Shielded Labs, signaling cross-ecosystem support for privacy technology development.

Risks faced in executing the privacy upgrade

Despite a relatively clear technical roadmap, the implementation of privacy upgrades still faces multiple verifiable risks. First, none of the privacy-related upgrades have yet gone live on mainnet; timelines depend on broader development roadmaps and community consensus. Whether projects targeting Hegotá (AA + FOCIL, EIP-8250, etc.) can deliver on schedule depends on Ethereum core developers’ execution capacity and collaboration stability. Second, privacy features have historically faced intense regulatory scrutiny; after Tornado Cash sanctions, this is even more pronounced. Whether validators and node operators will adopt mechanisms like FOCIL without resistance remains uncertain.

Furthermore, recent departures of key Ethereum core developers pose challenges to complex upgrade delivery. The loss of leading figures involved in The Merge and protocol layer development erodes trust in upgrade continuity. Ultimately, the market will reassess based on actual milestone delivery, balancing technical narratives and engineering execution.

Summary

The announcement of Ethereum’s short-term privacy roadmap marks the transition of native privacy capabilities from a long-term vision into an actionable plan. The Hegotá upgrade will build a comprehensive on-chain privacy framework through components like account abstraction, FOIL queries, Keyed Nonces, and Kohaku. Protocol-level proposals such as EIP-8182 further introduce shared privacy pools and ZK precompilation, aiming to integrate private transfers into Ethereum’s default user experience.

In the secondary market, the privacy narrative has driven the sector’s market cap close to $63 billion, reflecting a revaluation of privacy’s value. However, amid ongoing regulatory and compliance pressures, the deployment of privacy features must strike a structural balance between “default anonymity” and “auditable compliance.” The privacy sector is evolving toward a “programmable compliance” paradigm, embedding compliance logic via zero-knowledge proofs into privacy protocols rather than evading regulation.

DeFi privacy layers are the most directly benefited area, with existing protocols like Railgun demonstrating significant application growth. Nonetheless, execution risks—including technological delivery uncertainties, core developer turnover, and regulatory scrutiny—are critical variables influencing the ultimate success of the roadmap.

FAQ

Q: What are the main technological directions of Ethereum’s privacy upgrade?

A: Mainly three: first, combining account abstraction with FOCIL to enhance privacy transaction inclusion on L1 and reduce transaction censorship risks; second, Keyed Nonces to break transaction linkages by changing the sequence number structure; third, access layer privacy tools (like Kohaku) to prevent metadata leaks during wallet and RPC interactions.

Q: When will the Hegotá upgrade go live?

A: Planned for the second half of 2026, with core components like AA + FOCIL and EIP-8250 targeting this hard fork. Exact timing depends on development progress and community consensus.

Q: How will native privacy features affect Ethereum network fees?

A: L1 privacy capabilities could enhance Ethereum’s practical value, potentially increasing on-chain activity and influencing fee demand-supply dynamics. The precise impact remains to be seen, depending on user adoption levels.

Q: How can privacy transactions operate within compliance frameworks?

A: New privacy protocols are shifting toward “programmable compliance,” embedding verification, blacklists, transaction limits, and audit logic into smart contracts, enabling users to prove transaction legitimacy to regulators while maintaining data confidentiality.

Q: What are the main ecosystem projects and infrastructure developments in privacy?

A: The ecosystem includes cryptography foundations like ZK, FHE, MPC; middleware and protocol projects such as Aztec Network, Zama, ZKsync; and privacy DeFi layers like Railgun. The Ethereum Foundation has also formed a 47-member “Privacy Cluster” and launched the Kohaku wallet for institutions.

ETH-1%
ZK-0.8%
ENS-1.83%
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments