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

Vitalik Updates Ethereum Roadmap: From Merge to 'Lean Refactoring', with STARK, AI, and Privacy Reshaping the Technical Foundation

Vitalik Buterin has updated Ethereum's long-term roadmap, outlining a major shift from the post-Merge evolution toward a "Lean Ethereum" vision. The update builds on the 2023 framework but reorders priorities and introduces new concepts. Key continuations include improving consensus (single-slot finality), scaling data availability (larger blobs), simplifying light client verification with SNARKs/STARKs, and protocol simplification. Major adjustments involve significantly prioritizing quantum resistance due to heightened perceived threats, while deprioritizing items like VDFs and some EVM improvements. Technical replacements are planned, such as moving from Verkle trees to a unified Binary Tree and eventually PBTs, and rethinking state management with "New State Types." Notable new additions are: 1. Making **privacy a top-tier priority**, aiming to build it natively into the protocol. 2. **Radical scaling under post-quantum conditions**, using techniques like leanSPHINCS signatures and zkzk frames. 3. **Protocol "Lean-ification" and formal verification**, leveraging modern AI tools to make full formal verification feasible. 4. Exploring **Blob and Gas futures** for future capacity. 5. Developing **Native Rollups**, deeply integrating rollup capabilities into the protocol. 6. **Reimagining the EVM's future**, potentially exposing a simpler, modern instruction set (e.g., leanISA or RISC-V), with EVM becoming a compatibility layer. The core philosophy shifts toward specializing mechanisms for high-load activities (transfers, swaps, privacy) to gain scalability, rather than attempting to infinitely scale all activities. It also elevates **recursive STARKs and AI-assisted formal verification** as foundational infrastructure. In summary, Ethereum is embarking on a systemic "third-generation" redesign—Lean Ethereum—involving replacements or rewrites of major components. The goal is to achieve a quantum-safe, privacy-first, secure, decentralized, and highly scalable network while maintaining a lean and verifiable protocol.

marsbit6m ago

Vitalik Updates Ethereum Roadmap: From Merge to 'Lean Refactoring', with STARK, AI, and Privacy Reshaping the Technical Foundation

marsbit6m ago

China Monopolizes the Humanoid Market: The U.S. Is Forced to Defend Itself

China's Humanoid Robot Market Domination and US Response According to a report by Smart Analytics Global (SAG), Chinese manufacturers supplied over 97% of the global humanoid robot shipments (approximately 19,100 units) in the first half of 2026, a 272% year-on-year increase. Shanghai-based AGIBOT led with a 44% market share, followed by Unitree Robotics with 31%. Together, these two firms accounted for about 75% of global shipments. China itself represented over 85% of global demand for these devices, with industrial and commercial applications now comprising more than 70% of shipments. Key factors driving China's leadership include strong state support, abundant funding, expanding production capacity, IPO waves for developers, and a vast manufacturing ecosystem for rapid testing and deployment. Furthermore, over 90% of key components for humanoid robots are now sourced domestically. In response, the US Federal Communications Commission (FCC) banned federal agencies and subsidy recipients from purchasing or using foreign "advanced robotic devices," including humanoid and quadruped robots, citing national security concerns in July 2026. SAG forecasts global shipments to approach 60,000 units for full-year 2026, with industry revenue around $1.6 billion, projecting 500,000 units by 2030. The analysis notes potential challenges for Chinese expansion, such as reputational risks from alleged ties to China's defense sector and the precedent of trade disputes seen in solar panels and batteries, potentially triggered by the current low average robot price.

cryptonews.ru24m ago

China Monopolizes the Humanoid Market: The U.S. Is Forced to Defend Itself

cryptonews.ru24m ago

Hyperliquid Trading Volume Soars, So Why Are Profits Falling?

Hyperliquid, a leading decentralized perpetuals trading platform, has seen its open interest surge to a record high above $11 billion, capturing roughly 9% of the global market share. Trading volume remains robust, nearing $178 billion over 30 days, driven largely by the explosive growth of third-party markets offering tokenized real-world assets (RWAs) like stocks and commodities. Despite this growth, the platform's protocol revenue has declined for four consecutive quarters, falling 43% from its Q3 2025 peak of $357 million to approximately $202 million in Q2 2026. This divergence is primarily attributed to the HIP-3 governance proposal, which allows external developers to launch their own markets and keep up to half of the generated fees. These third-party markets now account for nearly 50% of total volume. Consequently, the share of revenue redistributed to developers, market makers, and the treasury has tripled from 6% to 18% in a year. This directly reduces the funds allocated to the platform's buyback-and-burn mechanism for its native HYPE token, weakening a key price support. HYPE's price has fallen 28% from its all-time high. The platform's growth is also heavily concentrated, with a single entity, Trade.xyz, responsible for over 90% of HIP-3 open interest, introducing systemic risk. Additionally, the ecosystem lacks diversity beyond HYPE, faces ongoing token unlocks adding sell pressure, and is encountering increased regulatory scrutiny and new competition from platforms like Robinhood Chain. While still a major revenue generator in crypto, Hyperliquid's model of sharing fees to fuel expansion is currently compressing its own earnings and token economics.

marsbit46m ago

Hyperliquid Trading Volume Soars, So Why Are Profits Falling?

marsbit46m 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.

活动图片