The Merge: Ethereum’s Transition to Proof-of-Stake
The Surge: Scaling Ethereum for Mass Adoption
The Verge: Enhancing Decentralization and Verification
The Purge: Cleaning Up Network History
The Splurge: The Fun Stuff and Continuous Improvements
What the Ethereum Roadmap Means for You
Ethereum Roadmap: The Future of Ethereum
The Ethereum roadmap is Vitalik Buterin’s master plan to transform Ethereum into a blockchain that’s actually scalable, secure, and sustainable.
The roadmap consists of five overlapping phases:
- The Merge (completed in September 2022)
- The Surge
- The Verge
- The Purge, and
- The Splurge.
Each phase tackles different bottlenecks, from scalability and verification to protocol cleanup and those final miscellaneous improvements Vitalik throws in for fun.
Ethereum is currently deep in ‘The Surge’ phase, focused on achieving over 100K transactions per second through rollup-centric scaling.
The Dencun upgrade dropped proto-danksharding in March 2024, and Pectra went live in May 2025, delivering account abstraction features and increased validator limits. With Fusaka scheduled for December 2025, ‘The Surge’ is accelerating.
Meanwhile, The Verge (Verkle trees), The Purge (historical data cleanup), and The Splurge (everything else) are all progressing in parallel, because apparently linear development is so 2015.
RugDoc’s Diagnosis: If you’ve ever wondered why your favorite DeFi protocol still costs an arm and a leg during NFT mints, or what the hell proto-danksharding actually means beyond a meme-worthy name, you’re in the right place.
We’ll break down each phase of the Ethereum roadmap, explain why it matters for your wallet, and translate the technobabble into something resembling English. From proof-of-stake transitions to stateless clients, we’re covering the complete evolution of Ethereum.
What is Ethereum?
Ethereum is a decentralized blockchain platform that lets developers build and deploy smart contracts and decentralized applications (dApps) without the need for a middleman.
Unlike Bitcoin, which basically does one thing really well (being digital gold), Ethereum is programmable. This means you can create anything from DeFi protocols and NFT marketplaces to games and DAOs.
Launched in 2015 by Vitalik Buterin and friends, Ethereum has become the foundation for most of crypto’s innovation. It’s also home to some of crypto’s biggest disasters, but that’s what happens when you give the world permissionless financial tools and zero guardrails.
What is the Ethereum Roadmap & Why Does it Need One?
The Ethereum roadmap is a multi-phase development plan designed to solve the blockchain trilemma: making Ethereum scalable, secure, and decentralized all at once.
Ethereum needs this roadmap because its original design, while revolutionary, doesn’t scale. During peak demand, gas fees can hit triple digits for a single transaction. That’s fine if you’re moving $100K, but utterly absurd if you’re trying to claim a $20 NFT.
The network could only handle about 15 transactions per second, which is roughly the throughput of a 1990s dial-up modem compared to modern payment rails.
The roadmap is a living, evolving plan that changes as research progresses and new technologies emerge.
Vitalik literally updates his roadmap diagrams on Twitter every few months, adding new circles and arrows that make the whole thing look like a subway map designed by a mathematician on acid.
Here’s where things currently stand:
| Phase | Status | Key Focus |
| The Merge | Completed (September 15, 2022) | Transition to Proof-of-Stake |
| The Surge | In Progress (✔️Dencun: March 2024, ✔️Pectra: May 2025, ⌛Fusaka: December 2025) | Rollup-centric scaling to over 100K TPS |
| The Verge | In Progress (Verkle trees implementation ongoing) | Stateless clients and efficient verification |
| The Purge | In Progress (EIP-4444 and state expiry research) | Reduce historical data and simplify protocol |
| The Splurge | In Progress (Various improvements) | Account abstraction, EVM improvements, and fun stuff |
The Merge: Ethereum’s Transition to Proof-of-Stake
The Merge was Ethereum’s historic transition from energy-intensive Proof-of-Work to efficient Proof-of-Stake, completed on September 15, 2022.

The upgrade merged Ethereum’s original execution layer with the new Beacon Chain consensus layer, eliminating mining entirely. Instead of miners competing to solve cryptographic puzzles using warehouses full of GPUs, validators now stake 32 $ETH to secure the network.
This reduced Ethereum’s energy consumption by 99.95%, which eased the environmental critics and made $ETH deflationary through burn mechanisms.
Ethereum Proof-of-Stake enabled future scalability upgrades, including laying the foundation for danksharding, made the protocol more energy-efficient for future scaling, and proved that Ethereum could execute massive upgrades without imploding.
It also set the stage for staking rewards, turning $ETH into a productive asset rather than just a speculative token.
For DeFi users, The Merge didn’t immediately lower gas fees, but it made the network more secure and laid the foundation for all the scalability improvements happening now. Think of it as Ethereum finally getting its driver’s license before attempting to race in Formula 1.
The Surge: Scaling Ethereum for Mass Adoption
The Surge aims to achieve over 100K transactions per second through rollup-centric scaling, transforming Ethereum into a network that can actually handle mainstream adoption without charging $50 per transaction.

This phase is currently in full swing, with major upgrades already deployed and more coming in 2025.
Ethereum mainnet is pivoting from ‘do everything’ to ‘settle everything.’ Layer 2 rollups like Arbitrum, Optimism, and Base now handle transaction execution, while Ethereum provides data availability and final settlement.
Proto-danksharding arrived with the Dencun upgrade in March 2024, introducing blob transactions that let L2 rollups post data to Ethereum at a much lower cost.
Instead of storing transaction data permanently in expensive call data, blobs are temporary data attachments that get pruned after about 18 days. This architectural change slashed L2 fees by 90% in some cases, making chains like Base absurdly cheap to use.
Key upgrades in The Surge include:
- Dencun (March 2024): Delivered proto-danksharding and blob transactions, immediately reducing L2 costs
- Pectra (May 7, 2025): Combined Prague execution layer and Electra consensus layer upgrades, delivered account abstraction features (EIP-7702), increased validator stake limits from 32 to 2,048 $ETH, and doubled blob capacity
- Fusaka (December 3, 2025): Will introduce PeerDAS (peer data availability sampling) for more efficient blob verification, further increase blob capacity through BPO (Blob Parameter Only) forks, and raise the gas limit to 150M
Base layer Ethereum still handles around 15 TPS, but L2 rollups now collectively process thousands of transactions per second at pennies per transaction.
Eventually, full danksharding will push this to over 100K TPS across the ecosystem, making everything from on-chain gaming to micro-payments viable. Your DeFi yields won’t get wrecked by gas fees anymore, which is basically the dream.
The Verge: Enhancing Decentralization and Verification
The Verge makes it possible to run an Ethereum node on your phone by dramatically reducing the hardware requirements for verification.

The main innovation here is Verkle trees, which are essentially a more efficient way to prove blockchain state without needing terabytes of storage.
Currently, running a full Ethereum node requires hundreds of gigabytes of storage for the entire state. This creates centralization pressure because only people with beefy hardware can participate in verification.
The Verge aims to fix this by enabling stateless clients, which are nodes that can verify blocks without storing the complete state history.
Verkle trees replace the current Merkle tree structure with a more compact proof system. Instead of needing to download and verify large chunks of data, nodes can verify much smaller proofs.
Validators won’t need to store the entire state to validate new blocks. They can verify correctness using just the proof provided with each block. This means:
- Running a node becomes accessible to average users, not just those with server farms
- Better decentralization, as more people can feasibly participate in network security
- Reduced bandwidth requirements, making mobile nodes actually practical
The roadmap now encompasses a broader vision of using SNARKs (Succinct Non-interactive Arguments of Knowledge) to verify the entire Ethereum chain, essentially turning Ethereum into a giant zkRollup where you can verify everything with a single compact proof.
The Verge is still in development, with Verkle tree and SNARKs implementation happening gradually.
The Purge: Cleaning Up Network History
The Purge simplifies Ethereum’s protocol and reduces the data burden on validators by letting nodes forget ancient history.

The main goal is tackling state bloat, the ever-growing pile of historical data that makes running a node increasingly expensive. The Purge introduces mechanisms like state expiry and history pruning to keep storage requirements manageable as Ethereum scales.
EIP-4444 is the flagship proposal, which would let nodes prune historical block data older than one year. Archival nodes, block explorers, and data availability layers would maintain the complete history for anyone who needs it.
State expiry is the more complex piece, exploring mechanisms to ‘expire’ contract state that hasn’t been touched in years.
If a contract hasn’t been accessed in ages, it could be removed from the active state, preventing the state from growing infinitely while still maintaining the blockchain’s integrity.
For validators, it means cheaper and easier node operation. You won’t need to buy a new hard drive every year just to keep participating in network consensus. This improves decentralization by lowering the barrier to entry.
For developers, a simpler protocol means less technical debt to maintain, fewer edge cases to worry about, and a cleaner foundation for building new features.
The Splurge: The Fun Stuff and Continuous Improvements
The Splurge is Ethereum’s catch-all phase for miscellaneous improvements that don’t fit neatly into the other categories. It’s Vitalik’s junk drawer of ‘wouldn’t it be cool if…’ ideas that nonetheless improve the protocol in meaningful ways.

By the time we’re deep into The Splurge, the main heavy lifting will be done. Ethereum will be scalable (The Surge), easy to verify (The Verge), and cleaned up (The Purge).
The Splurge is where developers can focus on user experience improvements and experimental features without worrying about breaking the core protocol.
Account abstraction is getting major attention, making Ethereum accounts programmable like smart contracts. This enables features like social recovery, transaction batching, gas sponsorship, and paying fees in tokens other than $ETH.
EVM improvements will make the Ethereum Virtual Machine more efficient and developer-friendly.
This includes potential changes to how gas is calculated, optimizations for common operations, and possibly even a move toward better compatibility with other execution environments.
Post-quantum cryptography research ensures Ethereum remains secure even when quantum computers become practical. Nothing says long-term thinking like protecting against computers that don’t really exist yet.
Proposer-builder separation (PBS) enhancements further decentralize block production and make MEV extraction more fair. Even after all these upgrades, we still need to deal with the people trying to front-run your transactions.
The Splurge is ongoing in parallel with all other phases. It’s less of a distinct stage and more of a continuous improvement process. Some of these features are already being implemented, while others are still in research.
What’s important is that none of them block the critical scaling and decentralization work happening in the other phases.
What the Ethereum Roadmap Means for You
Let’s break down how all these technical improvements actually impact different users, because flowcharts are fun, but money talks.
For Everyday Users:
- Dramatically lower transaction fees thanks to L2 rollups and blob transactions (already live).
- Better wallet security and UX through account abstraction. No more losing your entire bag because you forgot your seed phrase.
- More applications are actually worth using, as developers can build complex features without worrying about gas costs.
- Faster confirmations and better responsiveness make DeFi and NFT platforms feel like actual web applications.
For Developers and Builders:
- Cheaper blockspace enables new business models that weren’t viable at $50+ per transaction.
- On-chain gaming, social apps, and frequent micro-transactions become economically feasible.
- Simplified protocol (thanks to The Purge) means less technical debt and easier Ethereum upgrades.
- Better developer tools and EVM improvements make building on Ethereum less painful.
For Long-Term $ETH Investors:
- Increased network utility drives demand for $ETH as a gas token and staking asset.
- Staking yields provide productive use for $ETH holdings.
- Deflationary pressure from EIP-1559 burns combined with PoS issuance creates favorable tokenomics.
- Competitive moat strengthens as it solves Ethereum scalability while maintaining decentralization.
- More blockspace = more activity = more value captured by the protocol and $ETH token.
The roadmap is the difference between Ethereum being a $200B experiment in decentralization versus becoming the actual settlement layer for global finance. Whether that’s bullish or delusional probably depends on your $ETH position.
Ethereum Roadmap: The Future of Ethereum
The Ethereum roadmap represents one of the most ambitious technical undertakings in blockchain history: transforming a live network into something scalable, secure, and decentralized without breaking everything in the process.
- The Merge proved it’s possible to execute massive changes without imploding.
- The Surge is delivering real scaling through L2 rollups.
- The Verge will democratize node operation.
- The Purge will clean up protocol bloat.
- The Splurge will handle everything else.
This roadmap is fluid and constantly evolving based on research breakthroughs, community feedback, and practical realities of implementation. What seems set in stone today might shift tomorrow as better solutions emerge.
The big question is whether Ethereum can execute this roadmap fast enough to maintain its lead while competitors iterate and users demand better performance today, not in five years. The technology is being built. The question is whether the market will wait for it to finish.
However, if Ethereum succeeds, we’re looking at a network that can actually handle billions of users, support mainstream applications, and still remain credibly decentralized.
FAQs
What is the Ethereum roadmap after the Merge?
After ‘The Merge’, the Ethereum roadmap focuses on The Surge (scaling to over 100K TPS via rollups), The Verge (Verkle trees for easier node operation), The Purge (reducing historical data requirements), and The Splurge (account abstraction and miscellaneous improvements).
These phases run in parallel, with Dencun delivering proto-danksharding in March 2024, Pectra completed in May 2025, and Fusaka scheduled for December 2025.
When will Ethereum’s roadmap be finished?
There’s no definite completion date because Ethereum’s roadmap is a continuous evolution rather than a fixed endpoint. Major milestones, such as The Surge’s core upgrades, will progress through 2025-2027, while The Verge, Purge, and Splurge will continue afterward.
The roadmap continually adapts based on research and development priorities, making it more of an ongoing improvement process than a project with a definitive endpoint.
What is the Ethereum Pectra upgrade?
The Pectra upgrade combines Prague execution layer and Electra consensus layer improvements and went live on May 7, 2025.
It increased the maximum validator stake limit from 32 to 2,048 $ETH, introduced account abstraction features, including EIP-7702 for smart account functionality, and doubled blob capacity from 3/6 to 6/9 blobs per block.
Pectra enables features like gas sponsorship, transaction batching, and social recovery for wallets.
What is proto-danksharding in Ethereum?
Proto-danksharding, delivered in the Dencun upgrade in March 2024, introduced blob transactions that let Layer 2 rollups post data to Ethereum cheaply.
Blobs are temporary data attachments that get pruned after about 18 days instead of being stored permanently in expensive calldata. This architectural change slashed L2 transaction fees by up to 90%, making chains like Arbitrum and Base dramatically more affordable to use.
References
- https://eips.ethereum.org/EIPS/eip-4444
- https://notes.ethereum.org/@vbuterin/verkle_tree_eip
- https://www.eip4844.com/
- https://github.com/ethereum/consensus-specs
