The Ethereum Roadmap: Six Phases, Every Major Upgrade

guerrillabuzz 8gxpptuzqbw unsplash

Vitalik Buterin organized the Ethereum roadmap into six phases with names that rhyme. Most people who use Ethereum every day have no idea what those phases mean or where Ethereum stands in executing them. Pectra shipped in May 2025. Fusaka shipped in December 2025. Glamsterdam targets the second half of 2026. Here is the complete breakdown of every phase, every upgrade, and every trade-off.

Ethereum does not have a single upgrade. It has a roadmap, a multi-year, multi-phase program that addresses six distinct sets of problems in sequence. Each phase builds on the previous one.

The names Vitalik Buterin gave those phases, The Merge, The Surge, The Scourge, The Verge, The Purge, and The Splurge, are memorable and intentional. Each name describes what that phase does to Ethereum’s current state.

To understand the roadmap, you first need to understand why each phase exists. What problem is it solving? Why does that problem need to be solved at this point in the roadmap?

The sequence is not arbitrary. Instead, it follows the dependencies between these problems. The Merge had to happen before The Surge could be designed around the properties of Proof of Stake. Next, The Surge needs to be well underway before developers can properly design The Scourge’s MEV solutions. Finally, The Verge’s statelessness goals require the data availability improvements from The Surge to be in place first.

This article covers every phase in full: what it means, what it achieves, where Ethereum stands in executing it as of mid-2026, and what the trade-offs and remaining challenges are.

It builds on the work established in our Ethereum history research. It also connects to our staking economy research for the validator economics dimension and our quantum resistance research for the post-quantum security dimension.

ethereum roadmap

Why Ethereum Needs an Ambitious Roadmap

Ethereum’s original design made specific trade-offs that were appropriate for a network with $100 million in total value locked but are now harder to justify for a network with $100 billion. These trade-offs were not mistakes. They matched the best available knowledge in 2015 and produced a network that worked. However, they also created limits that Ethereum needs to address as the network’s scale and use cases have grown.

The three main limitations are throughput, cost, and state growth. Ethereum’s mainnet processes approximately 15-20 transactions per second, a rate that can cause congestion and high gas prices during periods of high demand. Layer 2 rollups provide the main solution for throughput, but they introduce their own costs and limitations. The Surge and subsequent phases address those limitations.

State growth creates another problem. Ethereum’s current design adds historical data that full nodes must store. Over time, this can make node operation require specialized hardware that most participants cannot afford. The Verge and Purge address this. Meanwhile, Ethereum’s Proof of Work consensus was energy-intensive until The Merge, creating reputational and regulatory risks that Proof of Stake eliminates.

The roadmap is a systematic program to resolve all of these limitations without breaking the network’s existing properties: decentralization, security, and the immutability of historical state. The challenge is not that any individual problem is unsolvable. Instead, Ethereum must implement these solutions on a live network handling tens of billions of dollars in daily activity without introducing new vulnerabilities or disrupting existing applications.

The Upgrade Cadence: How Ethereum Ships Changes

Before going into the phases, it helps to understand how Ethereum’s upgrade process works because it differs from how most software projects ship changes.

Ethereum implements changes through coordinated hard forks. These protocol changes require all network participants, including nodes, clients, and validators, to upgrade simultaneously. If participants do not universally adopt a hard fork, the network can split. Non-upgraded nodes continue under the old rules, while upgraded nodes follow the new ones. Bitcoin Cash and Ethereum Classic are both the results of contested hard forks.

To avoid contested splits, Ethereum’s upgrade process is deliberate and inclusive. Proposals go through the Ethereum Improvement Proposal (EIP) process. Each EIP provides public documentation of the proposed change, its motivation, technical specification, and potential risks. EIPs that survive community scrutiny then move into upgrade packages during All Core Developers (ACD) calls. These biweekly meetings bring client team representatives together to discuss implementation progress and coordinate timelines. Developers first test upgrades on devnets, or developer test networks. They then test them on public testnets such as Sepolia and Holesovice before activating them on mainnet.

What Changed After the Merge

Since the Merge in September 2022, developers have focused on scaling, lowering transaction costs, improving wallets, and making it easier to run nodes and validators. The Ethereum community is also aiming for roughly two major upgrades per year when research and testing are ready. This twice-yearly cadence is faster than Ethereum’s earlier upgrade pace. It shows the development community’s commitment to systematic, predictable progress instead of occasional massive overhauls.

The naming convention for hard forks combines an execution-layer city name with a consensus-layer star name. “Pectra” combines Prague (execution) and Electra (consensus). “Fusaka” combines Fulu (consensus) and Osaka (execution). “Glamsterdam” combines the star Glam and Amsterdam. “Hegota” combines Heze and Bogota. The naming convention communicates which teams are doing the work, even if the names themselves are somewhat arbitrary.

Phase 0: The Merge: What Was Accomplished

The Merge: September 15, 2022

Proof of Work → Proof of Stake · 99.95% energy reduction · The foundational prerequisite

The Merge is the only roadmap phase that is fully complete. As covered in detail in our Ethereum history research, The Merge replaced Ethereum’s Proof of Work consensus mechanism with Proof of Stake on September 15, 2022. The change reduced energy consumption by 99.95%, cut new ETH issuance by 87%, and enabled validators to participate in consensus by staking ETH instead of operating mining hardware.

The Merge’s importance extends beyond the energy and issuance changes. It restructured Ethereum’s security model in ways that the later roadmap phases depend on. Proof of Stake created a validator set in which validators stake ETH as economic security. The Scourge’s MEV solutions, The Verge’s light client design, and The Purge’s simplified state verification all build around this structure. The Merge was therefore a prerequisite, not just a standalone improvement.

What The Merge did not do matters just as much as what it did. It did not reduce gas fees on Ethereum mainnet. That requires The Surge’s Layer 2 scaling solutions. It also did not increase Ethereum’s transaction throughput. That requires The Surge as well.

The belief that The Merge would produce immediate fee reductions became one of the most widespread misconceptions in Ethereum’s history. Its absence also contributed to the ETH price underperformance that characterized the period immediately following the upgrade.

Phase 1: The Surge: Scaling to 100,000 Transactions Per Second

The Surge: The Rollup-Centric Scaling Strategy

Goal: 100,000 TPS · Mechanism: L2 rollups + data availability · Status: Substantially advanced

The Surge is Ethereum’s scaling phase, a program of upgrades designed to enable the network to support 100,000 transactions per second through Layer 2 rollups and mainnet data availability improvements.

The main idea behind The Surge is that Ethereum does not need to process every transaction on its main chain. Instead, rollup networks process transactions off-chain and periodically submit compressed proofs of those transactions to the Ethereum mainnet for permanent settlement. Ethereum mainnet provides the security guarantees and data availability that rollups need without executing every individual transaction itself.

For rollups to work efficiently, the Ethereum mainnet needs to provide cheap, abundant data availability. This is the space where rollups can post their compressed transaction data for the validation window. The Surge focuses on expanding this capacity through a sequence of different approaches.

Dencun and EIP-4844: The First Major Surge Step (March 2024)

The Dencun upgrade activated on March 13, 2024, and implemented EIP-4844, also known as proto-danksharding. It introduced “blobs,” a new data type designed specifically for rollup data submission. Blobs are larger data chunks, up to 128KB each, that remain attached to Ethereum blocks for a 4096-slot (~18 day) window. During that period, rollups can access and verify the data. Ethereum then prunes it.

Blobs are cheaper than calldata, the previous mechanism rollups used, because they bypass Ethereum’s execution layer entirely.

The effect on rollup transaction costs was immediate. L2 fees dropped 80-90% almost immediately after Dencun activated. Average transaction costs on Arbitrum, Optimism, and Base fell to fractions of a cent. As a result, the “L2 scaling is too expensive” criticism that had been leveled at Ethereum’s rollup-centric approach became less valid overnight.

Fusaka and PeerDAS: The Second Major Surge Step (December 2025)

Fusaka’s hard fork activated on mainnet in early December 2025 and focused on data availability, including Peer Data Availability Sampling (PeerDAS). PeerDAS lets validators verify small samples of rollup data instead of downloading all of it. This supports more rollup data per block without requiring much more powerful hardware. It also works alongside higher data capacity at the protocol level.

PeerDAS is a more advanced approach to data availability than EIP-4844’s blob system. Instead of requiring each node to download all blob data to verify its availability, PeerDAS allows nodes to sample small random portions of the data. Using coding theory, specifically erasure coding, a node can verify with high statistical confidence that the full data is available by checking a small sample.

As a result, the network can handle more data without requiring each node to have proportionally more bandwidth and storage.

Fusaka’s PeerDAS implementation increases the number of blobs Ethereum can handle per block from 6 after Dencun to approximately 48-64 in its initial phases. The goal is to eventually support 128 or more. Each blob supports approximately 100,000 L2 transactions in current rollup designs. At 64 blobs per block and 12-second block times, Ethereum’s L2 throughput capacity approaches The Surge’s 100,000 TPS goal.

Fusaka also included the Community Gas Limit doubling. The community doubled the gas limit from 30 million to 60 million, the first such increase since 2021. This directly expands Ethereum mainnet’s transaction capacity for operations that do not route through L2s. It also reduces congestion for use cases that need mainnet settlement.

6→64

Blobs per block, Dencun to post-Fusaka

-80-90%

L2 fee reduction after Dencun (March 2024)

Phase 2: The Scourge: Making MEV Fair

The Scourge: Addressing Maximal Extractable Value

Goal: Fair, credibly neutral transaction ordering · Mechanism: ePBS + FOCIL · Status: ePBS in Glamsterdam

MEV, or Maximal Extractable Value, is the profit that validators and block builders can extract by controlling the order, inclusion, and exclusion of transactions in each block. When a DeFi arbitrage opportunity exists between two prices, the entity that controls block construction can ensure its own arbitrage transaction executes first. When a liquidation is pending, the block builder can ensure its bot is first to trigger it.

MEV exists in any system where transaction ordering has economic value. However, Ethereum’s current architecture concentrates that value among a small number of advanced block builders. This creates fairness concerns and adds pressure toward centralization.

The Scourge aims to address MEV through two primary approaches now being implemented: enshrined Proposer-Builder Separation (ePBS) and Fork-Choice Enforced Inclusion Lists (FOCIL).

Enshrined Proposer-Builder Separation (ePBS): Glamsterdam

A major feature of Glamsterdam is enshrined proposer-builder separation, known as ePBS. This change moves block construction into the protocol itself, reducing Ethereum’s dependence on a handful of external block builders that currently dominate the market. As data volumes rise under Fusaka, those builders could gain even more influence. ePBS is designed to prevent that outcome by formalizing how builders bid for blocks and how validators participate in the process.

Currently, Ethereum uses an off-protocol system called MEV-Boost. Validators outsource block construction to specialized builders and accept the highest-paying block from whichever builder wins the auction. This works reasonably well, but it creates dependence on off-protocol software and concentrates power among the handful of builders advanced enough to consistently win auctions.

ePBS moves the builder-proposer relationship directly into the protocol. This makes the process verifiable, auditable, and resilient to off-protocol failures.

Glamsterdam progress is slow but steady. Enshrined Proposer-Builder Separation (ePBS) implementation is proving trickier than anticipated, while other features such as gas repricing have their own complexities to work through. The challenge is moving a complex auction process that currently operates off-chain into the protocol without disrupting the existing MEV supply chain that validators depend on for revenue.

FOCIL: Hegota

Fork-Choice Enforced Inclusion Lists address a specific MEV abuse: transaction censorship. If a block builder wants to censor a specific transaction, preventing it from being included in blocks for competitive or other reasons, the current architecture does not provide a strong mechanism to prevent this.

FOCIL creates a protocol-level system in which a committee of validators can create inclusion lists that block builders must honor. This ensures that any valid transaction submitted to the network eventually gets included, regardless of whether its inclusion benefits or harms the block builder’s MEV extraction.

The following upgrade, Hegota, has chosen FOCIL as its major feature, with a commitment to work on Account Abstraction as part of the minor feature set. The combination of ePBS in Glamsterdam and FOCIL in Hegota represents a systematic approach to making Ethereum’s transaction ordering credibly neutral. The goal is to prevent both builder control of ordering for profit and validator censorship of specific transactions.

Phase 3: The Verge: Statelessness and Verkle Trees

The Verge: Making Ethereum Verifiable From a Phone

The Verge: Making Ethereum Verifiable From a Phone

Ethereum’s current data structure for storing its state, the complete record of all account balances, smart contract code, and storage, uses a Merkle Patricia Trie. To verify that a specific account has a specific balance, a node needs to trace a path through this trie and check each hash along the way. The node also needs access to all the data in the trie to perform this check. As a result, running a full Ethereum node requires storing the entire state, currently measured in hundreds of gigabytes and growing continuously.

The Verge replaces the Merkle Patricia Trie with Verkle trees, a cryptographic data structure that enables much more compact proofs of state facts. A Verkle proof that an account has a specific balance is orders of magnitude smaller than the equivalent Merkle proof. The result is that a node can verify whether a proposed block correctly updates Ethereum’s state without storing the entire state locally. It needs only the compact proof attached to the block.

This enables stateless clients, nodes that verify blocks without storing state and instead rely on proofs provided by full nodes. A stateless client could run on a phone, a Raspberry Pi, or a smart TV. This would expand the population of participants who can independently verify Ethereum’s state without trusting a third party.

The Impact of Stateless Clients

Running a full Ethereum node currently requires dedicated hardware with substantial storage. The Verge seeks to make meaningful verification participation accessible to consumer devices.

Beyond Glamsterdam, another roadmap milestone is The Verge, which focuses on Verkle trees. This system restructures how Ethereum stores and verifies the network’s state. Instead of requiring full nodes to store the entire state locally, Verkle trees enable them to verify blocks with compact proofs and reduce storage requirements.

Fusaka has already addressed part of this work. It included early Verkle tree work, specifically the implementation of the Verkle state trie conversion tooling. However, the full Verkle transition is a multi-upgrade effort that will continue through Glamsterdam and beyond.

The Verge also overlaps with Ethereum’s post-quantum security roadmap. The current Verkle tree implementation uses cryptographic assumptions that a sufficiently powerful quantum computer could break. The long-term Verge implementation will need quantum-resistant proof systems, and researchers are incorporating that requirement into the work now.

As covered in our quantum resistance research, Ethereum’s Lean roadmap targets full post-quantum signature support by 2029 through seven sequential hard forks.

Phase 4: The Purge: Cleaning Up History

The Purge: Removing Historical Baggage

Goal: Reduce node storage requirements · Mechanism: State expiry + history expiry · Status: EIP-4444 partially active

Ethereum’s current design requires full nodes to store the complete history of every transaction that has ever occurred on the network, going back to the genesis block in July 2015. That history now exceeds 1 terabyte of data and grows by approximately 300 gigabytes per year. As historical data accumulates, running a node becomes harder over time. The Verge’s statelessness approach does not solve this problem because it addresses state storage, not history storage.

The Purge addresses this through two mechanisms. History expiry, implemented through EIP-4444, allows nodes to discard historical block data beyond a certain age, initially 1 year and potentially shorter in future iterations, without being considered dishonest. Individual nodes do not need to store all history if the network collectively keeps that history accessible through distributed storage. This is similar to how BitTorrent distributes file storage across participants rather than requiring any single participant to hold everything.

State expiry is more complex. It involves expiring unused portions of Ethereum’s state, including account data and contract storage that has not been accessed for a long period. Participants would then need to provide proof of existence if they want to use expired state. Implementing state expiry requires the Verkle tree changes from The Verge to be in place first, making it dependent on that phase’s completion.

The Purge also includes protocol simplification. This means removing technical debt from Ethereum’s specification that has accumulated over the years. EIPs that add complexity without proportional benefit, legacy execution mechanisms that are no longer needed, and redundant features that could be removed without breaking existing applications are all candidates for removal.

Vitalik Buterin has expressed a goal of making Ethereum’s protocol specification simple enough for a single competent developer to understand and implement. The current specification does not meet that standard.

Phase 5: The Splurge: Everything Else That Makes Ethereum Better

The Splurge: User Experience, Account Abstraction, and Miscellaneous Improvements

Goal: Everything that doesn’t fit the other phases · Includes: EIP-1559 improvements, account abstraction, EVM improvements

The Splurge is the catch-all phase for improvements that do not fit neatly into the other five categories but still matter to Ethereum’s long-term quality. Several components are being implemented alongside the more focused phases instead of waiting for The Splurge to begin formally.

Account Abstraction

Account abstraction is one of the most important user experience improvements in The Splurge. Ethereum currently has two types of accounts: externally-owned accounts (EOAs), whose private keys control, and contract accounts, which code controls. EOAs have several limitations. Users must manage private keys directly. They can only initiate transactions by signing with those keys. They also do not support flexible authentication schemes such as multi-signature requirements or social recovery.

EIP-7702, implemented in Pectra (May 2025), was the first major step toward account abstraction. It allows EOAs to temporarily behave like smart contracts for individual transactions. The Hegota upgrade commits to Account Abstraction as part of its minor feature set. This moves Ethereum toward a model where every wallet can support flexible authentication, sponsored transactions, where a third party pays gas on a user’s behalf, and recovery mechanisms that do not depend on a single private key.

Full account abstraction could change the user experience considerably. Today, onboarding new users to Ethereum requires them to manage private keys, buy ETH for gas, and understand the difference between wallet types. Account abstraction enables wallet designs where users authenticate with familiar methods such as fingerprint, face ID, or passkey. Applications can sponsor gas, and recovery can work without requiring users to write down a seed phrase. These changes could lower the technical barrier to Ethereum adoption.

EVM Improvements

The Ethereum Virtual Machine, the runtime environment that executes smart contract code, has received progressive improvements through various upgrades. The EVM Object Format (EOF), which restructures how contract code is organized, validated, and deployed, has been in development for years and is expected to ship in upcoming upgrades. EOF enables better code analysis by tools and optimizers. It also provides clearer separation between code and data sections and enables certain safety improvements that the current unstructured bytecode format prevents.

The Current Upgrade Schedule: Where Ethereum Is

May 7, 2025: Shipped

Pectra (Prague + Electra)

Pectra was the broadest upgrade since The Merge. Key achievements included increasing the maximum effective validator balance from 32 ETH to 2,048 ETH, allowing large operators to consolidate validators; implementing EIP-7702, which allows EOAs to temporarily function as smart contracts; improving blob capacity and throughput; and adding several smaller improvements to the execution and consensus layers.


December 3, 2025: Shipped

Fusaka (Fulu + Osaka)

Fusaka implemented PeerDAS, expanding Ethereum’s blob capacity from 6 to approximately 48-64 per block through data availability sampling that does not require proportionally more node bandwidth. The gas limit doubled from 30 million to 60 million. Fusaka also included early Verkle tree conversion tooling. These changes represent the largest single expansion of Ethereum’s data availability capacity since Dencun.


H2 2026: Targeted

Glamsterdam

Implementation of Ethereum’s next upgrade, Glamsterdam, is well underway. Progress is slow but steady, and enshrined Proposer-Builder Separation (ePBS) is proving trickier than anticipated. The main feature is ePBS, which moves block construction into the protocol. Block-level access lists are included as a complementary feature to enable faster block validation. Gas repricing changes are also in scope. The upgrade moved from an earlier H1 2026 target to H2 2026.


2027: In Planning

Hegota (Heze + Bogota)

Hegota has chosen its major feature, FOCIL, with a commitment to work on Account Abstraction as part of the minor feature set. FOCIL (Fork-Choice Enforced Inclusion Lists) addresses transaction censorship at the protocol level. Account abstraction improvements continue the EIP-7702 work from Pectra. The full feature scope is still being finalized as of mid-2026.


2×/year

Ethereum’s upgrade cadence, the most predictable in the protocol’s history

Ethereum’s twice-yearly hard fork schedule marks a major governance achievement. Previous major upgrades arrived irregularly, sometimes years apart, creating uncertainty about when improvements would ship. The predictable cadence enables better planning for developers building on Ethereum and better communication to users and investors about the network’s trajectory.

The Trade-offs and Challenges

The Ethereum roadmap is extensive. It also faces execution challenges that deserve careful treatment.

The Validator Concentration Problem

Pectra’s increase in maximum validator balance from 32 ETH to 2,048 ETH was intended to reduce operational overhead for large staking operations. It has also raised concerns about validator concentration. Fewer validators controlling larger individual stakes may reduce decentralization. As documented in our staking research, Lido already controls 28.9% of staked ETH. The Pectra change could make further concentration easier.

The L1 vs L2 Value Capture Question

The Surge’s rollup-centric scaling strategy, routing transaction volume through L2 networks instead of executing it on Ethereum mainnet, has reduced fees but also reduced mainnet fee revenue and burn rates. As documented in our Ethereum history research, Ethereum’s supply has been modestly inflationary since the L2 migration accelerated following Dencun. The key economic question is whether ETH holders benefit from Ethereum’s success when that success flows primarily through L2 activity instead of mainnet activity. The roadmap has not yet fully resolved this question.

The ePBS Delay

Glamsterdam’s ePBS implementation delay, from H1 to H2 2026, is a reminder that Ethereum’s upgrade process, while more predictable than it used to be, still faces complex development work. Moving MEV-Boost’s off-protocol auction into the protocol without disrupting the existing validator revenue model is a difficult problem that has taken longer than initially estimated. The delay is not alarming, but it shows that roadmap goals do not always ship on their initial timelines.

The Quantum Timeline

Ethereum’s post-quantum security work, which requires Verkle trees from The Verge and new signature schemes, is being accelerated in response to concerns about quantum computing timelines. The Ethereum Foundation formed a dedicated Post-Quantum team in January 2026. Alongside scaling efforts, long-term post-quantum security is being positioned as a central pillar of Ethereum’s broader safety strategy. The available information on quantum computing progress does not yet provide enough certainty to determine whether the timeline leaves sufficient room for the migration.

What I’m Watching

Ethereum’s roadmap in mid-2026 is executing more systematically than at any previous point in the network’s history. The twice-yearly upgrade cadence is working. Fusaka’s PeerDAS is a major development in data availability. Glamsterdam’s ePBS work, while slower than planned, is underway. The Verkle tree research is mature enough that implementation is now a development task, not an unsolved research problem.

The number I track for roadmap progress is the blob utilization rate, or how full each block’s blob capacity is at current L2 demand levels. If blob capacity is consistently near full after Fusaka’s expansion, it indicates that demand is outpacing supply even with the larger capacity. That would make further expansion the right priority. If blob capacity is significantly under-utilized, it suggests the fee reduction from Dencun was sufficient to serve current demand and the capacity expansion was premature.

The second thing worth watching is ePBS implementation progress in the ACD calls. The All Core Developers calls are publicly streamed and archived. They provide a detailed view into where specific EIPs stand in implementation and what the blockers are. Glamsterdam’s progress report described difficulties with ePBS implementation. Tracking those discussions in the ACD calls can show whether the issue is a temporary development problem or a deeper design problem that will require changes to the design.

The third is the Verkle tree timeline. The Verge is one of the most demanding phases of the roadmap. Replacing Ethereum’s main data structure in a live production environment has few precedents. How implementation proceeds through 2026 and into 2027 will determine if the statelessness goal is achieved on Buterin’s envisioned timeline or requires additional research cycles.

Vitalik Buterin named six phases with rhyming words and built a roadmap to execute them. Ethereum is two phases into it. The Merge is done, and The Surge is advanced. The network is executing the remaining work on a twice-yearly upgrade cadence.

The scope is defined. The execution has been imperfect but consistent. If the roadmap delivers on its full promise of a scalable, stateless, MEV-fair, quantum-resistant Ethereum, it will determine what Ethereum looks like as a platform for the next decade of blockchain development.

What This Article Covers

Ethereum’s roadmap has six phases: The Merge (complete), The Surge (in progress), The Scourge (early stage), The Verge (planned), The Purge (planned), and The Splurge (ongoing). Each phase addresses a distinct set of problems in sequence, with later phases depending on earlier ones being substantially complete.

The Merge completed in September 2022, switching Ethereum to Proof of Stake, reducing energy consumption by 99.95%, and reducing new ETH issuance by 87%. It was the prerequisite for the rest of the roadmap but did not reduce gas fees or increase throughput on its own.

The Surge is Ethereum’s scaling phase, targeting 100,000 TPS through Layer 2 rollups and expanded data availability. Dencun (March 2024) introduced blobs and reduced L2 fees by 80-90%. Fusaka (December 2025) implemented PeerDAS, expanding blob capacity from 6 to approximately 48-64 per block and doubling the mainnet gas limit to 60 million.

The Scourge addresses MEV, the profit extracted from controlling transaction ordering. Glamsterdam (H2 2026, delayed from H1) implements enshrined Proposer-Builder Separation, moving block auctions into the protocol. Hegota (2027) implements FOCIL, creating protocol-level resistance to transaction censorship.

The Verge replaces Ethereum’s Merkle Patricia Trie with Verkle trees, enabling stateless clients that can verify blocks without storing the entire state. The goal is to make meaningful Ethereum verification possible on a phone. The Purge removes historical data storage requirements through EIP-4444 history expiry and eventual state expiry.

Ethereum is executing on a twice-yearly upgrade cadence, more predictable than at any previous point in the network’s history. The main execution risks are ePBS implementation challenges delaying Glamsterdam, the validator concentration concern from Pectra’s balance increase, and the quantum timeline requiring faster post-quantum security work.


Sources & Further Reading

Leave a Comment

Your email address will not be published. Required fields are marked *