What Was the Ethereum Merge: Complete Retrospective Guide (2026)

— By Tony Rabbit in Tutorials

What Was the Ethereum Merge: Complete Retrospective Guide (2026)

What was the Ethereum Merge? 4-year retrospective: Sept 15 2022 PoS transition, energy reduction, ETH issuance impact, centralization concerns, what came after.

On September 15, 2022, at exactly 06:42:42 UTC, the Ethereum blockchain executed the most ambitious live system upgrade in the history of distributed computing. In a single block transition, a network securing more than $200 billion in assets switched its entire consensus mechanism from energy-intensive Proof of Work mining to Proof of Stake validation. The event was called the Merge, and it had been promised, delayed, doubted, and re-promised for nearly seven years before it finally landed.

Four years later, in 2026, we have enough data to look back honestly. The Merge worked. It did not crash the network, it did not split the chain, it did not destroy ETH, and it did not collapse Ethereum's security model. Energy consumption fell by 99.95 percent, issuance dropped by roughly 88 percent, and the network has continued to process transactions, host DeFi, settle layer 2 rollups, and serve as the second largest crypto asset by market capitalization. Almost every prediction of imminent disaster turned out to be wrong.

But the retrospective is not all roses. The Merge introduced new concerns that simply did not exist under Proof of Work: validator concentration, MEV centralization, OFAC-compliant relays, and the rise of liquid staking giants. Some of those concerns have been addressed by later upgrades, others remain open and contested. This guide is the complete 2026 retrospective on what the Ethereum Merge actually was, why it took so long, what it achieved, what it did not, and what came after. If you want to understand Ethereum as a system rather than as a token, the Merge is the single most important event in its history.

The Ethereum Merge: transition from Proof of Work to Proof of Stake on September 15, 2022
The Merge transitioned Ethereum from Proof of Work mining to Proof of Stake validation in a single block.

What Was the Ethereum Merge?

The Ethereum Merge was the protocol upgrade that replaced Ethereum's original Proof of Work consensus mechanism with Proof of Stake. Before September 15, 2022, Ethereum was secured by miners running specialized hardware that consumed huge amounts of electricity to compete for the right to add the next block. After the Merge, Ethereum is secured by validators who lock up 32 ETH each as collateral and are randomly selected by the protocol to propose and attest to blocks. No more mining, no more hash rate, no more proof-of-work puzzles. The same accounts, the same balances, the same smart contracts, the same applications, but a completely different engine under the hood.

Technically, the Merge was the joining of two separate chains that had been running in parallel since December 2020. The old execution chain, the one users actually transacted on, kept running under Proof of Work. Alongside it, a new Beacon Chain running Proof of Stake had been operating since December 1, 2020 in shadow mode. The Beacon Chain produced blocks, registered validators, and ran the new consensus rules without processing any user transactions. It was essentially a giant rehearsal that lasted 21 months. On Merge day, the execution layer stopped trusting Proof of Work for ordering blocks and started accepting block order instructions from the Beacon Chain validators. The two chains became one. For a deeper conceptual comparison, see our guide on Proof of Work vs Proof of Stake.

The trigger for the Merge was not a specific date or block height. It was a value called Terminal Total Difficulty, often written as TTD. Total difficulty was the cumulative sum of all mining difficulty since genesis. Once the chain reached a pre-specified TTD value of 58,750,000,000,000,000,000,000, the next block would be produced by a Proof of Stake validator rather than a miner. This approach was used because mining hash rate fluctuates and is hard to predict, so locking the upgrade to a moving target rather than a calendar date gave a much smoother handoff. The TTD was crossed at block 15,537,393 on the execution layer, and block 15,537,394 was the first Proof of Stake block, proposed by a validator under the Beacon Chain rules.

Why the Merge Took Seven Years

Vitalik Buterin first publicly discussed moving Ethereum to Proof of Stake in early 2015, before Ethereum mainnet even launched. The original whitepaper from 2014 already mentioned an eventual transition. For most of Ethereum's early life, "Serenity," the codename for the PoS Ethereum, was always two years away. It became a recurring joke in the community. So why did it actually take seven years to ship a feature that was promised from day one?

The honest answer is that designing a secure Proof of Stake system is genuinely hard. The first design, called Casper FFG (Friendly Finality Gadget), was an attempt to bolt PoS onto the existing PoW chain as a hybrid system. Ethereum researchers spent years exploring this path before realizing that a clean break with a separate beacon chain was easier to reason about. There were debates about slashing conditions, finality, validator economics, and how to handle long-range attacks. The "nothing at stake" problem, where validators could costlessly vote on multiple competing chains, required entirely new economic mechanisms that did not exist in PoW. The fork choice rule used after the Merge, called LMD GHOST with Casper FFG finality, was the product of dozens of academic papers and years of iteration.

On top of the research, there were engineering realities. Ethereum runs as a heterogeneous client ecosystem, where different teams write independent implementations of the protocol in different languages. To ship the Merge, every major client (Geth, Nethermind, Besu, Erigon on the execution side, and Prysm, Lighthouse, Teku, Nimbus, Lodestar on the consensus side) had to be ready, compatible, and battle tested. The Beacon Chain shadow launch in December 2020 was the start of real production testing. Then came the Altair upgrade in October 2021 to fix early issues. Then a series of testnets that ran full Merge dress rehearsals: Kintsugi, Kiln, Ropsten, Sepolia, and Goerli. Each one was a public mainnet simulation that caught bugs before they could affect billions of dollars on real Ethereum. Only after Goerli successfully merged in August 2022 did core developers commit to a mainnet date.

The Merge Timeline

The Merge was not a single event. It was the central act in a multi-year story that started years before September 15, 2022 and continues today through subsequent upgrades. Here is the timeline of the Proof of Stake era so far.

DEC 1, 2020
Beacon Chain Launch
PoS shadow chain begins. 21,063 validators staked 32 ETH each on day one.
SEPT 15, 2022
THE MERGE
PoW retired. TTD crossed at block 15,537,393. Issuance drops 88 percent overnight.
APR 12, 2023
Shanghai / Capella
Validator withdrawals enabled. Staked ETH becomes liquid for the first time.
MAR 13, 2024
Dencun (Cancun-Deneb)
Blob transactions (EIP-4844) ship. Layer 2 fees collapse by 90 percent.
MAY 7, 2025
Pectra (Prague-Electra)
Account abstraction (EIP-7702), validator max balance raised to 2,048 ETH.
LATE 2026
Fusaka (Expected)
PeerDAS data availability sampling. The Verge and statelessness research continues.

How the Merge Actually Worked

The technical mechanics of the Merge are elegant once you understand the layered architecture. Before the Merge, an Ethereum node was a single piece of software that did everything: peer-to-peer networking, transaction pool management, block validation, mining, and state storage. After the Merge, every node runs two processes that talk to each other through an API: an execution client that handles transactions and the EVM, and a consensus client that handles validator duties and block ordering. The split is permanent and was a precondition for everything that followed.

On Merge day, here is exactly what happened. The PoW chain continued producing blocks at roughly 13 second intervals. With every block, the total difficulty crept up toward the configured TTD threshold. Around 06:42 UTC, a miner produced block 15,537,393 with a total difficulty of just under the TTD. The next block, 15,537,394, would have crossed the threshold, so the protocol rules said it must be produced by a Beacon Chain validator instead of a miner. The randomly selected validator on the Beacon Chain side built that block, included transactions from the public mempool, and signed it under the new PoS rules. Every node in the network, having upgraded their software in the days before, accepted this new block as the canonical head of the chain. From that moment on, miners had nothing to do and were paid nothing for their work. The hash rate collapsed within hours.

Critically, there was no chain split, no state reset, no token migration, and no user action required. Your ETH balance was the same in block 15,537,393 (the last PoW block) and block 15,537,394 (the first PoS block). The Uniswap pools, the Aave lending positions, the NFTs in your wallet, all of it carried over without anyone having to do anything. A small group of miners did attempt to fork off and continue Proof of Work as "EthereumPOW" or ETHW, but that chain never gained meaningful traction and trades today at a tiny fraction of ETH's price. The community, the developers, the major applications, the centralized exchanges, and the overwhelming majority of stakers all went with the PoS chain. To track what actually changed in market structure after the upgrade, you can see how Ethereum evolved through different bull and bear cycles.

Energy Impact: The Headline Achievement

The single most measurable effect of the Merge was on energy consumption. Proof of Work mining required validators to run specialized hardware (originally GPUs, later increasingly purpose-built ASICs) that performed trillions of hash computations per second. All that computation consumed electricity. Proof of Stake requires only that validators run a normal server, one capable of validating signatures and storing the chain. The difference in energy use is not 20 percent or 50 percent. It is roughly three to four orders of magnitude.

BEFORE THE MERGE (PoW)
~78 TWh/yr
Roughly equivalent to the entire annual electricity consumption of Chile or Austria. About 60 percent of a mid-size coal power plant's lifetime output every single year.
AFTER THE MERGE (PoS)
~0.01 TWh/yr
Roughly equivalent to 2,000 average US households, or the power draw of a single office building. Less than what a single Bitcoin mining facility uses in a day.
99.95% Energy Reduction
Validated by independent Crypto Carbon Ratings Institute and Cambridge CCAF post-Merge studies.

The numbers are big enough to be hard to internalize. Before the Merge, Ethereum was consuming as much electricity as some medium-sized countries. After the Merge, it consumes about as much as a small office park. That single change permanently removed Ethereum from the "crypto is destroying the planet" narrative that had dogged the entire industry, and it opened the door to the institutional and ESG-conscious capital that had previously refused to touch Ethereum on environmental grounds. Whether or not you find that narrative convincing, the fact is that within 18 months of the Merge, Ethereum was being held in compliance funds, on regulated balance sheets, and in pension portfolios that would never have touched a PoW asset.

Bitcoin, by contrast, continues to run on Proof of Work. Bitcoin's energy footprint, as of 2026, is estimated at over 160 TWh per year. The debate over whether that is "wasted" or "secured" energy continues, but the comparison with Ethereum is stark. Two networks that started as variations of the same idea have ended up with energy profiles that differ by a factor of 16,000. For more on Bitcoin's own economic model, see our piece on Bitcoin halving and why it matters.

ETH Issuance Impact: The Silent Macro Change

Less discussed but arguably more economically important was the change to ETH issuance. Under Proof of Work, Ethereum paid roughly 13,000 ETH per day to miners as block rewards. This was the cost of paying for that 78 TWh of electricity and the hardware to produce it. The miners had to sell most of that ETH on the open market to pay their bills, creating continuous structural sell pressure. Under Proof of Stake, the protocol only needs to pay validators enough to make running a node profitable, and validators have far lower operating costs. The result was an immediate and dramatic drop in issuance.

ETH issuance comparison before and after the Merge showing 88 percent reduction in daily emissions
ETH issuance fell from ~13,000 ETH per day under PoW to ~2,500 ETH per day under PoS, an 88 percent reduction.
Daily ETH Issuance Comparison
PRE-MERGE (PoW)
~13,000 ETH/day
~4.7M ETH per year (~3.8% inflation)
POST-MERGE (PoS)
~2,500 ETH/day
~900K ETH per year (~0.7% inflation)
NET (after EIP-1559 burn)
Often Negative
Deflationary during high-fee periods

The Merge interacted with another upgrade that had been shipped a year earlier in August 2021: EIP-1559. That upgrade introduced a base fee mechanism where part of every transaction fee is burned and permanently removed from supply. Under PoW, the burn often offset only a fraction of the 13,000 ETH daily issuance, so net supply still grew. Under PoS, with issuance cut to roughly 2,500 ETH per day, the burn from a busy day of network activity could easily exceed new issuance, making ETH net deflationary. This was the foundation of the "ultrasound money" narrative that emerged in late 2022, where ETH had a lower issuance rate than Bitcoin and sometimes a negative one.

In practice, the deflationary effect was strongest during the high-fee periods of 2022 and 2023. After Dencun in March 2024 moved most layer 2 data off mainnet through blob transactions, mainnet fees dropped dramatically and the burn slowed. ETH supply has been roughly flat or mildly inflationary since then, but it remains far below where it would have been under continued PoW. Cumulatively, by 2026 there are millions fewer ETH in circulation than there would have been if PoW had continued and EIP-1559 had not been deployed.

Post-Merge Price Action: What Actually Happened

The narrative that the Merge would automatically pump ETH was always oversold. ETH traded around $1,600 on the day of the Merge. Within weeks it had fallen to under $1,200 as the broader crypto bear market deepened and the FTX collapse in November 2022 dragged the entire industry lower. People who bought ETH expecting an immediate "supply shock" rally were disappointed. The Merge did not magically push the price up because by the time it happened, every serious market participant had already priced in the reduced issuance months in advance. This is the basic principle of efficient markets, and crypto, despite its reputation, is not exempt.

What the Merge did contribute to was the longer-term structural case. Through 2023 and 2024, ETH climbed back as the bear market ended, eventually reaching a new all-time high in early 2025. Several factors converged: the spot Ethereum ETF approvals in July 2024, the Dencun upgrade making layer 2s cheap, the continued growth of liquid staking, and the broader institutional rotation into "real yield" crypto assets. None of these would have happened in the same way without the Merge. The ETF in particular almost certainly required PoS, because regulators were uncomfortable approving an exposure to a PoW asset with massive energy externalities. The Merge was a necessary precondition for the institutional cycle that followed, even if it did not directly produce the rally.

One pattern worth noting: post-Merge ETH became more correlated with macroeconomic conditions and less with crypto-specific narratives. Pre-Merge, ETH traded primarily on DeFi total value locked, gas fees, and miner flow data. Post-Merge, it began trading more like a yielding bond instrument, with sensitivity to real interest rates and global liquidity conditions. The staking yield of 3-5 percent gave ETH a fundamental valuation anchor that PoW assets do not have, and that anchor changed how institutions modeled the asset.

Centralization Concerns: The Honest Part

This is where most Merge coverage falls short. The Merge solved a real problem (energy) but created or exacerbated several others. Honest retrospective requires acknowledging these openly. Three concerns dominated the post-Merge discourse and remain partially unresolved in 2026.

CONCERN 1
Liquid Staking Concentration

Lido controlled over 32 percent of all staked ETH at peak in 2023. In 2026 it sits around 27-28 percent. Any single staking entity above 33 percent could theoretically prevent finality.

CONCERN 2
MEV-Boost OFAC Relays

After US sanctions on Tornado Cash, several MEV-Boost relays began censoring transactions. At one point over 80 percent of blocks were OFAC-compliant. By 2026, censorship-resistant relays have regained majority share.

CONCERN 3
Geographic Concentration

Roughly 50 percent of validators run on AWS, Hetzner, or OVH. Most are concentrated in Europe and the US. A coordinated cloud outage or regulatory action could disrupt a large share of consensus.

CONCERN 4
Stake-as-a-Service Custody

Coinbase, Binance, and Kraken combined operate over 15 percent of validators. Regulatory pressure on exchanges (such as the SEC vs Kraken staking case) directly translates to validator behavior.

The Lido issue is particularly subtle. Lido is a decentralized protocol run by a DAO, and it distributes the actual validator operation across dozens of professional node operators. So calling Lido "one entity" is partly a misnomer. But from a protocol-level perspective, all of Lido's validators use the same withdrawal credentials and respond to the same governance, so they can in principle act in coordination. The Ethereum community spent years debating whether Lido should self-impose a 22 percent cap. Lido governance voted against a hard cap, but in practice the share has stayed below 33 percent due to alternative protocols (Rocket Pool, EtherFi, Puffer, Lido itself diversifying operators) gaining ground. To understand the mechanics, see our guide on liquid staking in crypto and the related explainer on staking pools.

The MEV-Boost concern requires explaining what MEV-Boost is. After the Merge, validators became the entities that proposed blocks. To maximize profit, most validators outsource block construction to specialized builders through a relay layer called MEV-Boost. The builder constructs the most profitable block possible, including extracting MEV, and pays the validator for the right to have their block published. The problem: when builders or relays start filtering certain transactions (such as those involving Tornado Cash addresses), validators using those relays effectively become censors. By late 2022, the majority of Ethereum blocks were OFAC-compliant. The community pushed back, alternative relays emerged, and by 2024 the censorship share fell back below 50 percent. Solutions like inclusion lists and enshrined Proposer-Builder Separation are being developed for future upgrades. For more on the underlying economics, see our explainer on MEV in crypto.

The Withdrawals: Shanghai/Capella in April 2023

The Merge itself did not enable withdrawals. From September 2022 to April 2023, validators could stake new ETH but could not withdraw any of the ETH they had locked up since 2020. This was an enormous trust experiment. Roughly 17 million ETH was stuck in the deposit contract with no immediate way out. The community had to wait for the Shanghai upgrade on the execution layer paired with Capella on the consensus layer, which shipped on April 12, 2023. After that date, validators could either claim their accumulated rewards (partial withdrawal) or fully exit and reclaim their 32 ETH principal.

Many feared a mass exit at Shanghai. The opposite happened. The withdrawal queue did process exits, but new deposits massively outpaced them. By the end of 2023, the staking ratio had grown from around 14 percent to over 22 percent of all ETH supply. Stakers saw the upgrade as a positive (their liquidity was no longer trapped) and the act of unlocking actually increased confidence in the system. By 2026, over 29 percent of all ETH is staked, with a total staking yield averaging around 3.2 percent annually. For details on what running a validator entails, our companion guide on what a validator is in PoS covers the operational side.

The Blob Era: Dencun in March 2024

Dencun was arguably the second most important upgrade in Ethereum's history. It shipped EIP-1559's successor on data availability: EIP-4844, also called proto-danksharding. Before Dencun, layer 2 rollups (Arbitrum, Optimism, Base, zkSync) had to post all their transaction data to expensive mainnet calldata. After Dencun, they could post that data into much cheaper, ephemeral "blobs." The result: layer 2 transaction fees dropped by 90 percent overnight. A swap on Base went from costing 30 cents to 3 cents. Microtransactions, gaming, and social applications became viable on Ethereum's rollups for the first time.

Dencun also marked the moment when Ethereum's "rollup-centric roadmap" stopped being theoretical and started being measured. The original PoS vision included execution sharding, where the base chain itself would scale to thousands of transactions per second. That plan was abandoned in 2020 in favor of relying on layer 2 rollups for execution and only scaling the base chain's data availability. Dencun was the first installment of that pivot. Future upgrades through PeerDAS and full danksharding will continue to scale data availability so rollups can absorb more and more user activity. The Merge was a necessary precondition because the Beacon Chain architecture is what enables data sampling, which is what makes danksharding possible. For more on the layered scaling challenge see our explainer on the blockchain trilemma.

The UX Era: Pectra in May 2025

Pectra, the upgrade that combined the Prague execution-layer changes with the Electra consensus-layer changes, shipped on May 7, 2025. It was the first upgrade since the Merge that targeted user experience directly. The two flagship changes were EIP-7702, which gave externally owned accounts smart contract capabilities for the duration of a single transaction, and the raising of the validator maximum effective balance from 32 ETH to 2,048 ETH.

EIP-7702 in particular was a quiet revolution. It allowed normal wallets to temporarily act like smart contract wallets within a single transaction. That meant features like transaction batching, social recovery, sponsored gas, and session keys became possible without users having to migrate to a new wallet address. The "account abstraction" promise that the community had been working toward since 2017 finally arrived in a backward-compatible form. Within months, major wallet providers integrated EIP-7702 flows, and end users started seeing seedless onboarding and gas sponsorship without realizing the protocol changes underneath.

The validator balance increase was just as important from a network operations perspective. Before Pectra, a stake-as-a-service provider running 1,000 validators had to operate 1,000 separate validator keys, each with exactly 32 ETH, with rewards above that amount being skimmed off rather than compounded. After Pectra, those same operators could consolidate into far fewer validators (each holding up to 2,048 ETH), which dramatically reduced the network's consensus bandwidth load and let rewards compound automatically. This made the network more efficient and reduced one source of growing operational cost that had been quietly worrying core developers.

Ethereum post-Merge ecosystem with validators, staking pools, and layer 2 rollups in 2026
The post-Merge Ethereum ecosystem in 2026 includes over a million validators, dozens of layer 2 networks, and institutional spot ETFs.

What Came After the Merge for ETH the Asset

The asset-level story of post-Merge ETH unfolded across three distinct phases. Phase one, from September 2022 through mid-2023, was the proving phase. Stakers watched to see if PoS held up under real conditions. It did. There were no slashing catastrophes, no chain finality failures, no successful long-range attacks. By the time Shanghai unlocked withdrawals, confidence was high enough that net staking flows were positive every single month.

Phase two, from 2023 through mid-2024, was the institutional onboarding phase. The narrative that ETH was now a yielding, environmentally clean asset reached traditional finance. BlackRock, Fidelity, and other asset managers filed for spot Ethereum ETFs in late 2023. The SEC eventually approved them in May and July 2024, with trading beginning that summer. Within their first six months, the spot ETH ETFs accumulated over $10 billion in assets. ETH became part of the standard institutional crypto allocation alongside Bitcoin, often weighted higher in growth-oriented mandates because of the yield.

Phase three, from late 2024 through 2026, has been the application maturity phase. With Dencun making rollups cheap and Pectra making wallets usable, real applications started reaching real users. On-chain consumer apps in gaming, social media, prediction markets, and stablecoin payments crossed the millions-of-users threshold for the first time. ETH evolved from a speculative asset into the settlement layer that those applications rely on, and increasingly into a productive asset whose yield powered new categories like restaking and liquid restaking through protocols like EigenLayer. None of this had been possible under PoW.

Lessons for Other Chains

The Merge changed the calculus for every other blockchain ecosystem. Pre-Merge, the prevailing view in many corners of crypto was that PoS was theoretically inferior to PoW for security and decentralization, and that anyone running PoS was making a tradeoff for scalability. Post-Merge, that framing collapsed. The single largest smart contract platform in the world switched to PoS and continued operating without incident. That changed the burden of proof.

Solana, which had been PoS since launch, doubled down on the thesis that PoS plus aggressive engineering could scale to thousands of TPS without sacrificing security. The Firedancer client, an independent C++ Solana implementation written by Jump Crypto, was inspired in part by Ethereum's client-diversity philosophy and represents the bet that PoS networks can be hardened through multiple competing implementations the same way Ethereum's were. Avalanche pushed further into its subnet (now L1) architecture, where applications launch their own chain-specific PoS validator sets backed by AVAX staking. Cosmos chains, which had always been PoS through Tendermint, found their model retroactively validated. Even Bitcoin maximalist communities had to update their critiques, moving from "PoS does not work" to more nuanced arguments about validator concentration and finality models.

A subtler lesson was about delay tolerance. Ethereum delayed the Merge multiple times. It missed every announced 2017, 2018, 2019, 2020, 2021, and early 2022 target before finally shipping in September 2022. That experience taught the broader industry that for irreversible infrastructure upgrades affecting hundreds of billions of dollars, "ship it when it is ready" beats "ship it on time." Several other ecosystems have since adopted that mentality for their own critical upgrades, often to the frustration of investors who wanted faster results.

The Merge in 2026: Verdict

Four years out, the verdict on the Merge is overwhelmingly positive on the criteria it was designed to address. Energy use fell by 99.95 percent. Issuance fell by 88 percent. The network has not had a finality failure that affected user funds. Slashings have been rare and almost always due to operator misconfiguration rather than malicious behavior. The transition was executed in a single block with no chain split and no asset migration. By any measure of technical success, the Merge is one of the most impressive feats of distributed systems engineering in the history of computing.

On the criteria the Merge created (validator concentration, MEV centralization, censorship), the verdict is more nuanced. These problems exist, they are real, and they have not been fully solved. But the trajectory is positive. Lido's dominance has decreased rather than increased. Censoring relays have lost market share. Diverse staking protocols have flourished. Future upgrades, particularly around enshrined PBS, inclusion lists, and decentralized sequencing, are designed to address what remains. Ethereum in 2026 is not a perfectly decentralized network, but neither is it the censored, captured system that critics predicted post-Merge.

Was it worth it? On the evidence so far, yes. The asset has performed better than the PoW counterfactual would suggest. The application layer has expanded in ways that PoW could not have supported. The institutional adoption that came with the cleaner energy profile has brought tens of billions of dollars of net inflows into the ecosystem. And the engineering culture that pulled off the Merge has continued shipping major upgrades (Shanghai, Dencun, Pectra) on a roughly annual cadence, something almost no other layer 1 has matched. The Merge was a high-risk, high-reward bet. Four years later, the reward looks real and the risks look manageable.

Frequently Asked Questions

When was the Ethereum Merge?

The Ethereum Merge happened on September 15, 2022, at 06:42:42 UTC, when the network crossed the Terminal Total Difficulty threshold at block 15,537,393. The first Proof of Stake block on mainnet was block 15,537,394, proposed by a Beacon Chain validator. The Beacon Chain itself had launched 21 months earlier on December 1, 2020, running in parallel to the PoW chain.

How much energy did the Merge save?

The Merge reduced Ethereum's energy consumption by approximately 99.95 percent, from roughly 78 TWh per year under Proof of Work to roughly 0.01 TWh per year under Proof of Stake. That is the difference between the annual electricity use of a mid-sized country and the annual electricity use of a small office park. Both figures were validated by the Crypto Carbon Ratings Institute and the Cambridge Centre for Alternative Finance in independent post-Merge studies.

Did the Merge make ETH go up in price?

Not immediately. ETH was around $1,600 on Merge day and fell to under $1,200 within months due to the broader crypto bear market and the FTX collapse. However, the Merge made later structural rallies possible. The 88 percent reduction in issuance, the ESG-compatible energy profile, and the path to spot ETF approval all flowed from the Merge. By 2025, ETH had reached new all-time highs in a cycle that was partly enabled by the Merge but not directly caused by it.

Is Ethereum decentralized after the Merge?

Ethereum after the Merge is more decentralized than most layer 1 networks but less decentralized than its proponents claim. There are over a million active validators across thousands of operators, which is significantly more distributed than any other PoS chain. However, liquid staking concentration (with Lido around 28 percent), MEV-Boost relay centralization, geographic concentration in a few cloud providers, and stake-as-a-service offerings on major exchanges remain real concerns. Ongoing upgrades target these specific weaknesses.

What is the difference between the Merge and Pectra?

The Merge (September 2022) switched Ethereum from Proof of Work to Proof of Stake by joining the existing PoW execution chain with the new PoS Beacon Chain. It was a consensus mechanism change. Pectra (May 2025) was a feature upgrade on top of the existing PoS network. It introduced EIP-7702 (smart contract capabilities for regular wallets), raised the validator maximum effective balance to 2,048 ETH, and shipped several other smaller improvements. Pectra was the third major upgrade after the Merge, following Shanghai/Capella and Dencun.

Can the Merge be reversed?

In theory, anything in an open-source protocol can be reversed by a hard fork if enough of the community agrees. In practice, reversing the Merge would require a coordinated effort by core developers, client teams, validators, exchanges, and applications to revert to Proof of Work. No such effort exists, and given the institutional capital now deployed on PoS Ethereum, the spot ETF holdings, and the sunk engineering investment, a reversal is essentially impossible. The small EthereumPOW (ETHW) fork that broke off at the Merge continues to exist but trades at less than 0.5 percent of ETH's value and is treated as a separate, marginal asset.

Conclusion

The Ethereum Merge was the moment when a multi-year promise that many people had stopped believing in finally came true. It removed the largest sustainability criticism from the second-biggest crypto network. It reset the issuance economics in a way that made ETH structurally different from any other major crypto asset. It paved the way for institutional adoption, spot ETF approval, and the layer 2 scaling era that followed. And it did all this without a single block of downtime or a single user being asked to do anything.

The Merge also created new concerns about validator concentration, MEV centralization, and the role of large staking providers. These concerns are real, they remain partially open in 2026, and they will continue to shape Ethereum's roadmap for years to come. Honest retrospective requires holding both truths at once: the Merge was a triumph of engineering and ecosystem coordination, and it changed the set of problems Ethereum has to solve rather than solving every problem.

For anyone trying to understand Ethereum as an investment, as a technology, or as a social system, the Merge is the dividing line. Pre-Merge Ethereum and post-Merge Ethereum are different networks in almost every way that matters except the token ticker. Four years after the transition, the data is in, the verdict is mostly favorable, and the lessons (about delay tolerance, client diversity, social coordination, and the limits of pure decentralization) will continue to inform every major blockchain upgrade for the next decade. The Merge was the moment Ethereum grew up. Whether it eventually fulfills the ambitions that PoS enables, or whether it stalls under the weight of its own success, is a story that 2026 is still in the middle of writing.

Related Guides