What's New in Ethereum's Roadmap: Privacy, Quantum Security, Native Rollup?

marsbitPublished on 2026-08-11Last updated on 2026-08-11

Abstract

On August 10, 2024, Ethereum co-founder Vitalik Buterin revealed an updated technical roadmap, highlighting significant changes in priorities and new focus areas. Key new additions include: - **Strong Privacy Protection**: Elevated to a top-tier protocol concern. Proposals like EIP-8250 (keyed nonces for concurrency), EIP-8272 (recent roots for verification), and EIP-8182 (shared protocol-level privacy pools) aim to enable private transfers of ETH and ERC-20s, moving toward default private accounts. - **Quantum Resilience**: Priority increased. The plan addresses risks to ECDSA/BLS signatures, KZG commitments, and ZK systems, exploring solutions like leanSPHINCS signatures, STARK proofs (considered quantum-resistant), and streamlined verification processes. A full L1 upgrade is tentatively targeted for ~2029. - **Native Rollups**: A novel concept where rollups could reuse Ethereum's core validation infrastructure via a new EXECUTE precompile (EIP-8079 draft). This aims to reduce custom code and enhance security for certain L2s, while specialized chains will continue to exist. - **Protocol Simplification & Formal Verification**: Leveraging AI tools to make full-protocol formal verification feasible, aiming for more rigorous and machine-verifiable specifications. Other notable shifts: - State storage is evolving from Verkle trees to a Partitioned Binary Tree (PBT, EIP-8347 draft). - Some 2023 items like VDFs and certain EVM improvements were deprioritized. - Long-term discuss...

Original author: ChandlerZ, Foresight News

On August 10th, Ethereum co-founder Vitalik Buterin published a comparison overlay of his 2023 technical roadmap with the current Strawmap. He noted that the overall alignment is high, but the priority of some items has been increased (e.g., quantum security), some have been lowered (e.g., VDF, multiple EVM improvements), and some proposals have been replaced by better constructions (e.g., Verkle trees were first replaced by unified binary trees, then by PBT; the state expiry solution was replaced by a new state type).

The current roadmap features several entirely new directions not covered at all in 2023, reflecting priority shifts. These include strong privacy protection being listed as a first-class concern for the first time; pursuing aggressive scaling in a post-quantum context; simplifying protocol specifications to assist formal verification (he stated AI has made full formal verification of the entire protocol possible); introducing concepts like block and gas futures; introducing native Rollup (previously SNARK technology was not mature enough); and opening more design space for "the future of EVM," where the protocol may in the future offer users non-EVM instruction set architectures.

Three Proposals to Complete Protocol Capabilities for Private Transfers

Strong privacy protection shows the most significant change. The 2023 roadmap did not cover this group of protocol-level designs, while the current Strawmap elevates privacy L1 to a protocol-level topic. Vitalik mentioned keyed nonces, recent roots, simplified privacy pools, and wormholes as addressing the concurrency, proof verification, shared anonymity set, and fund linking issues of private transactions, respectively.

The EIP-8250 submitted in April allows a shared sending address to use multiple independent nonces, preventing a user's pending transaction from blocking other users in the same privacy protocol. The EIP-8272 submitted in May allows private spending proofs to reference recent commitment tree roots, eliminating the need to read the constantly changing application state during verification. EIP-8182 proposes establishing a protocol-internal privacy pool for ETH and ERC-20 through a system contract, a shared shielding pool, and a separated proof architecture. EIP-8250 and EIP-8272 are currently in Draft, and EIP-8182 is in Review. None have a confirmed activation fork yet.

Currently, privacy applications maintain separate fund pools. Once users and liquidity are split, the anonymity set of a single pool tends to become too small. EIP-8182 aims to concentrate multiple assets into the same set of protocol-internal anonymity sets and add new verification methods through an extensible authorization verification mechanism, reducing the need to split users again during upgrades.

Wormholes correspond to the zero-knowledge burn proof in EIP-7503, where users first transfer ETH to an address that is cryptographically impossible to spend, then use a zero-knowledge proof to re-mint an equivalent amount of ETH, making it difficult for the public chain to link the original transfer to the new address. This proposal is currently Stagnant; its specification and reference implementation need improvement, and there are risks of implementation errors and duplicate minting. Privacy entering the roadmap as a primary goal means Ethereum has begun simultaneously modifying accounts, transaction verification, and base-layer transfers, with several protocol and wallet tasks remaining before default private accounts are realized.

Quantum Migration Covers Four Areas of Cryptography

Vitalik raised the priority of quantum security and proposed continuing scaling under post-quantum conditions. Risks are distributed across the ECDSA signatures used by ordinary accounts, the BLS signatures used by validators, the KZG commitments used for Blob data availability, and the zero-knowledge proof systems adopted by some Rollups and privacy applications. Current quantum computers are not yet capable of breaking this cryptography, but replacing account and validator keys across a global network requires years of preparation.

The latest roadmap lists directions such as leanSPHINCS signature aggregation and zkzk frames, and places recursive STARKs for use across the execution layer, consensus layer, and data layer. STARKs primarily rely on hash functions, which can avoid some quantum risks associated with elliptic curve cryptography and also compress large amounts of computation into proofs that are easier to verify. The Ethereum Foundation has established a dedicated post-quantum team. The current timeline suggests the L1 protocol upgrade could be completed by 2029, while full migration of the execution layer may take several more years, with no fixed completion date.

STARKs are also linked to protocol simplification and formal verification. The Extremely Lean Chain concept proposed by Vitalik in July envisions compressing a single validator's state in the first phase to 6 bytes, further reducing it to 1 byte in the second phase, and having validators update balances and rotate public keys daily via zero-knowledge proofs. Vitalik believes modern AI tools make full-protocol formal verification feasible. Here, AI is used to write and check machine-verifiable mathematical proofs, not to participate in block production, voting, or consensus decisions.

Native Rollup Allows L2 to Reuse Mainnet Validation, Timeline Remains Adjustable

The draft for native Rollup was provided in EIP-8079 submitted in November 2025. Ethereum would expose the mainnet state transition function to the execution layer via an EXECUTE precompile, enabling EVM-equivalent Rollups to reuse L1's validation infrastructure. Rollups currently need to maintain their own proof systems, bridge contracts, and upgrade mechanisms. Nativization could reduce custom verification code and provide conditions for removing security councils. Elements like proof-carrying transactions, ZK verification, and some security designs in EIP-8079 are still marked as pending and have not been included in confirmed mainnet upgrades.

In March, the Ethereum Foundation further clarified the division of labor between L1 and L2, suggesting that L2s wishing to inherit the maximum security of the mainnet could transition to native Rollup, Stage 2, and synchronous composability; L2s providing privacy, application-specific efficiency, or other differentiated features would continue to exist. The roadmap adjustment for native Rollup changes the validation relationship between L2 and the mainnet but does not cancel the multi-chain scaling structure.

The state design is also changing. Vitalik stated that Verkle trees were first replaced by unified binary trees and then shifted to partitioned binary trees (PBT), while state expiry has given way to a new state type. EIP-8347 submitted in July proposes an offline migration to PBT, but the activation fork and anchoring block remain undetermined. Blob and Gas Futures, leanISA or RISC-V and other non-EVM instruction sets have also entered long-term discussions, with deeper EVM modifications not yet mature enough to be written into the Strawmap.

The Strawmap tentatively outlines seven potential upgrades until 2029, arranged in a roughly semi-annual fork rhythm. In May, the Ethereum Foundation disclosed that core developers already consider the year-by-fork annotations post-2026 to be overly deterministic and may tone them down subsequently.

Summary

This update by Vitalik centrally presents the changes in Ethereum's technical priorities. Privacy, post-quantum security, and formal verification have entered the base protocol design, while native Rollup and new state types push the scaling discussion forward into validation mechanisms and state structures. Many proposals are still in Draft, Review, or early research stages. The Strawmap provides dependency relationships and long-term direction and cannot be directly viewed as a launch commitment.

Key questions remain, such as whether the related EIPs can enter specific hard forks, whether complete specifications for post-quantum account and validator migration can be formed, and whether the proof-carrying transaction and ZK verification designs for native Rollup can be completed. Near-term observation points are still the Glamsterdam upgrade in Q4 2026 and the Hegotá upgrade in 2027, whose proposal scope is still being determined.

Trending Cryptos

Related Questions

QWhat are the three key new directions added to Ethereum's roadmap according to the article?

AThe three key new directions are: 1) Strong privacy protection, elevated to a first-level priority, 2) Advancing radical scaling in a post-quantum context, and 3) Introducing the concept of native Rollups.

QWhat specific problem does the EIP-8250 proposal aim to solve for private transactions?

AEIP-8250 aims to solve the concurrency problem for private transactions. It allows a shared sending address to use multiple independent nonces, preventing a pending transaction from one user from blocking other users within the same privacy protocol.

QWhich cryptographic components are mentioned as needing quantum-resistant upgrades?

AFour cryptographic components are mentioned: 1) ECDSA signatures used by ordinary accounts, 2) BLS signatures used by validators, 3) KZG commitments used for blob data availability, and 4) Zero-knowledge proof systems used by some Rollups and privacy applications.

QWhat is the main purpose of a native Rollup as proposed in EIP-8079?

AThe main purpose of a native Rollup, as proposed in EIP-8079, is to allow Ethereum Layer 2 rollups (specifically EVM-equivalent ones) to reuse the mainnet's state transition function and validation infrastructure. This reduces the need for custom verification code and can help remove the dependency on security committees.

QAccording to the article, what has replaced the concept of 'state expiry' in the updated roadmap?

AAccording to the article, the concept of 'state expiry' has been superseded by new state types in the updated roadmap.

Related Reads

From NYU Teaching Assistant to Center Stage at the White House: Chainlink's Founder Took No Shortcuts

From NYU Teaching Assistant to the White House Spotlight: The Unconventional Path of Chainlink Founder Sergey Nazarov On August 19th, Chainlink founder Sergey Nazarov stood beside former President Trump at a White House technology summit, discussing tokenization's impact on the U.S. economy with key regulators present—a clear signal of his project's growing institutional relevance. Nazarov's journey defies the stereotypical crypto narrative. Born in 1986 in the Soviet Union to engineer parents, his family immigrated to New York during the turbulent 1990s. He graduated from NYU in 2007, majoring in Philosophy and Management, and entered New York's venture capital scene at FirstMark Capital under mentor Lawrence Lenihan. This role, coupled with his work as Lenihan's teaching assistant, placed him at the heart of the city's tech investment world. His entrepreneurial spirit emerged early. While at FirstMark, he launched a short-lived, Airbnb-like platform. Later, he founded a VC firm, QED Capital, aiming to bring Silicon Valley practices to Russian tech startups. By 2014, his focus shifted decisively to crypto. He briefly mined Bitcoin profitably before co-founding Secure Asset Exchange (SAE) with Steve Ellis, a technically gifted NYU alumnus. SAE aimed to enable Bitcoin purchases of assets on other blockchains with automated yields—a precursor to DeFi and RWA concepts that was ultimately ahead of its time and shut down in 2016. The pivotal venture was SmartContract (Chainlink's precursor), founded to solve a critical problem encountered while building smart contracts for banks: reliably connecting blockchains to external data and APIs. Their breakthrough came not through hype, but through tangible proof. In 2016, they won SWIFT's Innotribe Industry Challenge, demonstrating a blockchain-based automated bond lifecycle. A 2017 follow-up demo showed a smart contract using an oracle to fetch external LIBOR rates, calculate interest, and trigger a SWIFT payment—laying the foundation for Chainlink's future. This practical, problem-solving approach became Chainlink's hallmark. It solved a genuine need for financial institutions: using decentralized oracle networks to securely connect external data to blockchains, potentially streamlining multi-step, time-consuming settlement processes. Today, Chainlink counts SWIFT, DTCC, Euroclear, Citibank, and JPMorgan among its partners. Nazarov's path offers a replicable blueprint: enter a strong environment (university, firm, community), gain recognition, leverage mentorship, and continuously test ideas. Each "failed" venture, from ExistLocal to SAE, was a learning step toward identifying a real market gap. The key was then validating the solution through industry competitions and years of steadfast execution on core problems—not just marketing narratives. His story underscores that within crypto's volatility, there remain builders dedicated to solving foundational issues.

marsbit49m ago

From NYU Teaching Assistant to Center Stage at the White House: Chainlink's Founder Took No Shortcuts

marsbit49m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of S (S) are presented below.

活动图片