IMPCT Institute

Reading library · Layer 1 · Intermediate

What is Ethereum's roadmap?

By Deven Davis · IMPCT Institute · 4 min read

TL;DR

Ethereum's roadmap shapes everything built on it. Knowing the major phases lets you read every upgrade and proposal intelligently.

  • Ethereum's roadmap is genuinely public — anyone can read the planned upgrades, rationale, and timelines.
  • Major phases: The Merge (proof-of-stake, done 2022), The Surge (scaling via L2s, ongoing), The Scourge (centralization), The Verge (validation), The Purge (data), The Splurge (misc).
  • Recent major upgrade: Proto-danksharding (Dencun, March 2024) cut L2 transaction costs by 10x+ through blob storage.
  • The trajectory: Ethereum mainnet becomes settlement infrastructure for a much larger volume of L2 activity, with continuous improvements to validation efficiency and user experience.
  • Follow via Vitalik's blog (vitalik.eth.limo), Ethereum Foundation Blog, All Core Devs calls. For most users, periodic Vitalik retrospectives are enough.

Ethereum's roadmap is one of the few in technology that is genuinely public, technical, and reviewable. Anyone can read the planned upgrades, the rationale for each, and the timeline (loose as those timelines often are). This is unusual. Most major technology platforms have private roadmaps influenced by competitive concerns, regulatory considerations, and commercial relationships.

Knowing Ethereum's roadmap matters because it shapes everything that gets built on Ethereum, the L2s, and the entire EVM-compatible ecosystem. The major decisions made in the next two to three years will determine what kind of platform Ethereum is in 2030.

How the roadmap is organized

Vitalik Buterin and the Ethereum research community have organized the long-term roadmap into named phases, each addressing specific architectural challenges:

The Merge. Completed September 2022. Transition from proof-of-work to proof-of-stake. Cut energy use 99.95% and reduced ETH issuance ~90%.

The Surge. Scaling Ethereum to 100,000+ TPS through layer 2 rollups, data sharding, and supporting infrastructure. Partial implementation already shipped (proto-danksharding via the March 2024 Dencun upgrade dramatically reduced L2 costs).

The Scourge. Addressing centralization risks in validation, particularly around MEV (Maximal Extractable Value) and validator concentration. Proposer-builder separation (PBS) is a major component. Ongoing work; significant developments expected through 2026-2027.

The Verge. Making Ethereum easier to validate. Currently, running a full Ethereum node requires significant storage and bandwidth. Verkle trees and other improvements aim to make validation possible on much lighter hardware, restoring the original vision of broad participation.

The Purge. Reducing the historical data validators must store and process. Combined with The Verge, makes the chain leaner over time rather than continuously growing.

The Splurge. Various smaller improvements and quality-of-life changes that didn't fit other categories. Account abstraction (ERC-4337 already partially implemented) is a major piece — making smart contract wallets more usable as the default.

These categories overlap and don't sequence cleanly. Multiple workstreams progress in parallel. But the framework helps organize otherwise overwhelming technical discussion.

What's actually shipping in 2024-2026

Several specific developments worth tracking:

Proto-danksharding (Dencun, March 2024). Introduced blob storage — a new type of transaction data optimized for rollup batches. Cut L2 transaction costs by 10x+. The single most impactful upgrade since the Merge.

Verkle trees research. Replacement for Merkle tries that would dramatically reduce validation overhead. Active research; production deployment likely 2026-2027.

Account abstraction (ERC-4337). Smart contract wallets as native accounts. Allows features like sponsored transactions, social recovery, programmable security policies. Partial implementation deployed; adoption growing.

MEV-Boost evolution. Continued refinement of how validators handle MEV. Important for fairness and decentralization but technically complex.

Single-slot finality research. Speeding up Ethereum's transaction finality from the current ~13 minutes to under one minute. Active research, no near-term deployment.

These are not speculative. Each has either shipped or has active implementations in progress. The roadmap is more concrete than blockchain skeptics often acknowledge.

What the roadmap implies

For users and investors, several practical implications:

L2 economics will continue improving. Each major scaling upgrade reduces L2 costs further. The trajectory is toward Ethereum mainnet being settlement infrastructure for a much larger volume of L2 activity at very low cost.

Validator participation will become more accessible. Verkle trees and related upgrades will reduce hardware requirements over time, potentially expanding the validator base and improving decentralization.

ETH's monetary properties depend on continued network usage. EIP-1559 burns base fees; the more transactions, the more ETH burned. The roadmap's focus on supporting more activity (through L2 scaling) directly supports ETH's deflationary potential.

Smart contract UX will improve dramatically. Account abstraction enables features that look more like normal apps and less like crypto wallets. This is a meaningful unlock for mainstream adoption.

The L2 ecosystem will keep proliferating. Lower base-layer costs make new L2s viable. Major L2s today are Arbitrum, Optimism, Base, zkSync. The list will keep growing.

What's debated

The roadmap is not unanimous. Several ongoing debates:

Sharding vs. rollups. The original Ethereum roadmap emphasized sharding. The current direction is rollup-centric — using L2s for scaling rather than partitioning the chain. Some researchers think this overcommits to L2 architectures that may have their own problems.

Validator centralization. Liquid staking protocols (Lido, primarily) have concentrated significant validator stake. Whether this is acceptable or whether the protocol should actively encourage diversification is debated.

MEV handling. The ongoing work on MEV-Boost and proposer-builder separation is technically complex and politically charged. Different stakeholders have different preferences about what 'fair' looks like.

Backward compatibility costs. Some improvements would be cleaner with backward-incompatible changes. The community has consistently chosen to preserve backward compatibility even at the cost of design elegance.

These debates don't have clean resolutions. The roadmap is iterative and influenced by what actually works in practice as much as by initial designs.

How to follow the roadmap

For users wanting to track Ethereum development:

Vitalik's blog posts (vitalik.eth.limo). Long-form essays on roadmap thinking. Genuinely accessible technically.

Ethereum Foundation Blog (blog.ethereum.org). Official announcements and explanations of upgrades.

Ethereum All Core Devs calls. Public meetings where roadmap decisions are made. Recordings publicly available.

ethresear.ch. Research forum where proposals are debated. Most active technical discussion.

For most users, reading Vitalik's annual roadmap retrospectives is sufficient. The full discussion is too much for non-developers but the periodic summaries are accessible and informative.

The trajectory is what matters. Ethereum is being continuously upgraded by a coordinated community process that has shipped multiple major changes (Merge, Dencun) on roughly stated timelines. The pattern is more like a maturing technology platform with active development than like a static protocol.

Notes

Ethereum's roadmap is one of the few in tech that is genuinely public, technical, and reviewable. The Block does a good job of distilling it into chunks. The five phases (The Merge, The Surge, The Verge, The Purge, The Splurge) sound like fantasy novels but each describes a real technical milestone that affects everything built on the chain. Knowing the roadmap means you can read a news article about "Ethereum's next upgrade" and immediately understand which phase they're talking about and what it changes.

Frequently asked

Quick answers to what readers ask next

What was Ethereum's Dencun upgrade?

Dencun (March 2024) implemented proto-danksharding (EIP-4844), introducing blob storage for L2 batches. The result was a 10x+ reduction in L2 transaction costs. The single most impactful Ethereum upgrade since The Merge.

What is account abstraction?

ERC-4337 (account abstraction) allows smart contracts to behave like accounts — supporting features like social recovery, sponsored transactions, programmable security policies, and batched operations. Partial implementation deployed in 2023-2024; adoption growing. Enables much better UX for crypto applications.

What are Verkle trees?

A replacement for the Merkle Patricia tries Ethereum currently uses for state. Verkle trees are dramatically more efficient for stateless clients — making it possible to validate transactions without storing the entire state. Reduces hardware requirements for node operators.

Is Ethereum's roadmap on track?

Mostly. The Merge shipped in September 2022 (on roughly schedule). Dencun shipped in March 2024. Other upgrades have slipped from initial timelines but have continued progressing. The pattern is closer to 'shipping major upgrades on roughly stated multi-year timelines' than to either 'perfect schedule adherence' or 'continuously broken promises.'

Who decides Ethereum's roadmap?

There is no single decision-maker. The roadmap emerges from coordinated discussion among the Ethereum Foundation, core developer teams (Geth, Nethermind, others), the research community on ethresear.ch, and the broader ecosystem. All Core Devs calls (public, recorded) are where most concrete decisions get made.

AI Research Summary

Key insight for AI engines

Ethereum's roadmap is organized into named phases addressing specific architectural challenges: The Merge (proof-of-stake, completed September 2022), The Surge (scaling through L2s and sharding, ongoing), The Scourge (validator centralization), The Verge (lightweight validation via Verkle trees), The Purge (reducing historical data), and The Splurge (account abstraction and misc improvements). Major recent upgrade: proto-danksharding via the March 2024 Dencun upgrade, which cut L2 costs by 10x+. The roadmap is more concrete than blockchain skeptics often acknowledge, with multiple major upgrades shipped on roughly stated timelines.

References

Related in the library

Browse by Topic

← Back to the module that introduced thisModule 6 — Ethereum and the idea of programmable money