BTC $64,112.96 -0.44%
ETH $1,796.57 -0.05%
BNB $577.13 +0.19%
XRP $1.11 -0.78%
SOL $77.88 -1.95%
TRX $0.3291 -0.24%
DOGE $0.0743 +0.01%
ADA $0.1671 -0.84%
BCH $245.42 -0.23%
LINK $7.98 -0.03%
HYPE $66.79 -3.10%
AAVE $97.04 -0.04%
SUI $0.7398 -0.78%
XLM $0.1900 -1.66%
ZEC $502.61 +0.15%
BTC $64,112.96 -0.44%
ETH $1,796.57 -0.05%
BNB $577.13 +0.19%
XRP $1.11 -0.78%
SOL $77.88 -1.95%
TRX $0.3291 -0.24%
DOGE $0.0743 +0.01%
ADA $0.1671 -0.84%
BCH $245.42 -0.23%
LINK $7.98 -0.03%
HYPE $66.79 -3.10%
AAVE $97.04 -0.04%
SUI $0.7398 -0.78%
XLM $0.1900 -1.66%
ZEC $502.61 +0.15%

Vitalik's vision for Ethereum in the next 10 years

Core Viewpoint
Summary: It is not a one-time upgrade, but a series of protocol improvements that will be implemented in phases over the next three to four years, covering almost every core module of the protocol, from verification methods, cryptography, finality to state storage, all of which will be completely restructured.
Chloe
2026-07-11 17:14:35
Collection
It is not a one-time upgrade, but a series of protocol improvements that will be implemented in phases over the next three to four years, covering almost every core module of the protocol, from verification methods, cryptography, finality to state storage, all of which will be completely restructured.

Author: Chloe, ChainCatcher

On July 5, 2026, Vitalik Buterin published a lengthy article on X, unveiling a long-term roadmap named Lean Ethereum. Vitalik positions it as the third major evolution of Ethereum following the Merge: it is not a single upgrade, but a series of protocol improvements that will be phased in over the next three to four years, covering almost every core module of the protocol, from validation methods, cryptography, finality to state storage, all being restructured.

This roadmap was born during the reorganization of the Ethereum organization and must be understood in a more complete temporal context. Interpreting this comprehensive restructuring requires not only clarifying the specific technical upgrade content but also understanding how its design redistributes the trade-offs between "migration costs" and "verification thresholds," and exploring how this underlying transformation will ultimately affect the price performance of ETH.

Three Development Stages of Ethereum

To position this upgrade, we can first outline the three generations of Ethereum:

  • The first generation is the original architecture of "PoW + EVM," where the core is that all nodes directly re-execute (Re-execution) all transactions. Although this model is secure, general, and open, its scalability is thus limited.

  • The second generation is the PoS Ethereum after the "Merge" in 2022. This transition of consensus mechanism fundamentally changed Ethereum's security model, issuance model, and staking system, while also proving to the market that Ethereum possesses the high engineering capability to replace its core engine without downtime.

  • The third generation is the current Lean Ethereum. It is no longer satisfied with the existing division of labor where "L1 is responsible for settlement and L2 is responsible for scaling," but instead incorporates L1 performance, proved verification, privacy, quantum resistance, state structure, and client architecture into the same long-term restructuring framework.

Origin of the Lean Ethereum Roadmap

The Lean Ethereum roadmap was published on strawmap.org, which is a public draft proposed by foundation researcher Justin Drake earlier this year, planning for seven network upgrades by 2029. The term strawmap is derived from straw, and the document positions itself as a modifiable draft. The strawmap also notes that it is an ongoing coordination tool, not a locked timeline, and any upgrades still require research, testing, client implementation, and rough consensus.

Vitalik's vision for Ethereum in the next 10 years

In this vision, five long-term strategic goals are clearly outlined: faster L1 finality, achieving 1 gigagas of L1 throughput (capable of handling tens of thousands of TPS under extreme conditions), L2 scaling with a teragas-level ecological vision, comprehensive defense against quantum cryptography security, and L1 native privacy transactions.

In contrast to the current situation, one can feel the radical nature of these goals. According to Etherscan data, Ethereum L1 currently processes an average of only about 32 transactions per second (approximately 2.7 million daily); the goal of 1 gigagas means that L1's computational capacity will experience a several hundred-fold explosion. It is worth noting that L1's on-chain demand has actually been in a growth channel over the past year: daily transaction volume has significantly rebounded from 1.4 million in mid-2025, stabilizing between 2 million and 2.9 million for most of 2026, and even approaching 3.6 million during the market peak in April and May. The launch of this roadmap is precisely to address the recovering demand for on-chain activity.

Vitalik's vision for Ethereum in the next 10 years

The timeline is also clearly marked, with the second upgrade scheduled for 2026, Hegotá, likely to be Ethereum's last "pre-Lean era" hard fork. Every subsequent upgrade, in theory, will be part of this restructuring. The upcoming Glamsterdam upgrade is expected to bring a significant increase in gas limits; this upgrade was originally anticipated to start in the first half of 2026 but has yet to go live.

The timeline has also become one of the most concentrated discussion points since the roadmap was announced. Former core researcher of the Ethereum Foundation and proposer of the Ethereum Danksharding plan, Dankrad Feist, stated on X that he supports this strawmap, but the three to four-year timeline is indeed too slow, suggesting that with current large language model technology, this upgrade should be completed within a year.

Vitalik's vision for Ethereum in the next 10 years

Major Core Technology Upgrade: Proved Verification and State Restructuring

The technical core of Lean Ethereum is fundamentally changing the verification model. Currently, Ethereum's security model requires each node to re-execute every transaction to confirm the state is correct. The new design incorporates recursive STARK proofs as a native core component of the protocol: a single prover performs the heavy computation, while all other nodes only need to verify a streamlined mathematical proof.

This choice also addresses another issue: STARK uses hash cryptography, and there are currently no known quantum attack vectors, whereas Ethereum's existing signature scheme has related risks. Vitalik stated that the priority for quantum security has been "significantly raised," and the roadmap plans to gradually replace all quantum-vulnerable components with Winternitz signatures, with the most urgent task being to find a quantum-safe design for the blobs that L2 relies on to reduce fees.

The consensus layer is also within the scope of changes. Currently, Ethereum transactions are on-chain in just over ten seconds, but finality takes about fifteen minutes. The new design separates "continuous block production" and "finality" into two distinct processes, aiming to achieve a decision with one to two rounds of validator voting, compressing the fifteen minutes to near real-time. Additionally, there will be multi-dimensional gas pricing, meaning that different resources such as computation, storage, and data transmission will be priced separately, similar to how water and electricity are billed separately, rather than all combined into one.

Changes to the state architecture directly involve application developers. The state can be understood as Ethereum's real-time ledger, recording all account balances and smart contract data. This ledger only becomes thicker over time, and currently, all full nodes must maintain a complete copy, leading to high on-chain storage costs.

Vitalik's solution is to structurally layer the storage architecture: the existing fully functional "Dynamic State (Core Essence Zone)" will be strictly limited to a hardware threshold of 2 TB to prevent unrestricted expansion; meanwhile, the protocol will open a new "new state storage layer (large warehouse)" with a capacity of up to 100 TB, which is more scalable. In the vision Vitalik describes for 2030, most tokens (ERC-20), NFTs, and regular DeFi applications, if willing to rewrite contracts to move into this new architecture large warehouse, can expect transaction fees to drop directly by more than ten times. The protocol layer does not force or subsidize; it simply places the significant two-layer price difference there, allowing the market to decide the timing of migration.

The status of privacy has also been redefined. In the past, Ethereum's division of labor was: everything on-chain is public and transparent, and users wanting privacy had to seek third-party privacy protocols. Vitalik wrote this time, "Privacy is no longer an afterthought, it is a first-class goal," meaning that privacy has shifted from being "installed by the residents themselves" to being "part of the building code": every new component of the protocol will be examined during the design phase for whether it can support low-cost, intermediary-free, and quantum-resistant privacy features. However, whether this can be achieved remains to be verified, but the evaluation criteria have already been written into the roadmap.

Controversy Over EVM Replacement: The Game of L2 Ecosystem

The engine that Ethereum has used for the past decade is called EVM, around which all contracts, development tools, and programming languages are built. Now, Vitalik proposes to replace this engine, citing reasons related to the aforementioned STARK: generating mathematical proofs for transactions is very costly with EVM, and switching to a more proof-friendly engine would be much cheaper.

The candidates he named are the RISC-V and leanISA architectures, with the ideal outcome being that the new engine becomes the core of the protocol, while EVM becomes a translation layer: old contracts can still run, but the underlying instructions will first be translated into commands that the new engine understands before execution. Changing the engine is relatively more complex, so this proposal has been controversial since Vitalik first introduced the RISC-V concept in April 2025.

The core developer behind L2 Arbitrum, Offchain Labs, publicly advocated last November that another architecture, WebAssembly (WASM), is a better choice, but WASM was not included in the candidate list this time. Why is this important? Because Arbitrum is one of the largest L2s on Ethereum, and its contract technology, Stylus, is built on WASM.

It can be understood this way: if L1 changes its engine, it essentially redefines the "plug specifications" for the entire ecosystem. If your device happens to use the same type of plug, it can be used directly; if not, you will have to spend money to make an adapter. Who is selected on the list determines which L2's past investments can seamlessly connect to the future L1 and which will incur adapter costs.

Ethereum does not have a voting mechanism to resolve such differences; whether to change and to whom it should change ultimately depends on the rough consensus of developers at the All Core Devs meetings and whether various client teams are willing to implement it. As of now, changing the engine remains a long-term goal mentioned by Vitalik, and there has been no formal conclusion from developer meetings.

Will the Roadmap Affect ETH Prices?

Mapping the technical roadmap to ETH prices can correspond to two temporal levels.

The first level is the mechanical transmission path. Since EIP-1559, the base fee for each transaction on Ethereum is burned, and the scale of L1 transaction activity directly affects the supply dynamics and settlement value of ETH. According to this mechanism, if the gigagas target is achieved and L1 transaction volume rebounds with increased throughput, gas consumption and burning will also amplify in sync; this is the most direct transmission path between the roadmap and ETH pricing. However, it is important to emphasize that the premise for this path to hold is "demand returning after capacity increases"; capacity itself does not automatically create demand.

The second level is the time lag. The roadmap announces a phased engineering plan over three to four years; within 2026, this roadmap will not change any current status of Ethereum; it is a directional commitment, and Ethereum's directional commitments have a record of delays on the timeline, with the Merge itself being several years later than initially estimated. In other words, this roadmap raises Ethereum's long-term capacity ceiling but does not address the mid-term value capture issue of ETH; analyst Ignas's criticism of the roadmap points precisely to this, as it does not cover adjustments to ETH's token economics.

Vitalik's vision for Ethereum in the next 10 years

Observation Checklist for the Next Decade

After consolidating the previous content, the final answer actually points to the same structure: this strawmap raises Ethereum's long-term ceiling but does not immediately solve the mid-term value capture issue of ETH; now is not the time to FOMO based on the roadmap.

Rather than pricing the roadmap itself, a more actionable approach is to track several nodes that can be tested in the near future:

  • Whether the Glamsterdam upgrade can be successfully launched and complete the gas limit increase

  • Whether blob demand can continue to grow with L2 activity

  • Whether L1 fee revenue and ETH burning can improve

  • Whether L2 growth can feedback to L1 through blob payments and settlement demand

  • Whether the relative performance of ETH against BTC can recover

These indicators correspond to various aspects of the roadmap and can be verified weekly on public dashboards like Etherscan's chart page and DefiLlama; any change in any one of them is closer to the pricing basis than the roadmap document itself. Any change will tell the market earlier than the roadmap document itself whether this three to four-year restructuring is being fulfilled or postponed.

Join ChainCatcher Official
Telegram Feed: @chaincatcher
X (Twitter): @ChainCatcher_
warnning Risk warning
app_icon
ChainCatcher Building the Web3 world with innovations.