Why did Ethereum switch from mining to staking (Proof of Stake)

Why Did Ethereum Switch From Mining to Staking (Proof of Stake)?

TL;DR

Ethereum moved from Proof of Work (mining) to Proof of Stake (staking) at the Merge on September 15, 2022 to (1) slash energy use by ~99.95%, (2) strengthen long-term security via economic penalties (“slashing”) instead of raw electricity, (3) improve monetary policy by reducing new ETH issuance, and (4) unlock the roadmap for scaling (rollups today, sharding tomorrow). Withdrawals for stakers were enabled later with the Shanghai/Capella (Shapella) upgrade on April 12, 2023, and EIP-4844 in 2024/2025 further cut rollup costs on the path to full danksharding. (ethereum.org)


Quick primer: PoW vs. PoS in one minute

  • Proof of Work (PoW) secures the chain by burning electricity to solve puzzles. It’s robust, but energy-intensive and issues more new coins to pay miners.
  • Proof of Stake (PoS) secures the chain by locking capital (ETH). Validators are randomly chosen to propose/attest blocks and can be slashed if they cheat—an economic disincentive that doesn’t require massive power use. (ethereum.org)

Key milestone dates you should know

  • Beacon Chain launched: Dec 1, 2020 (PoS consensus layer ran in parallel to Mainnet). (ethereum.org)
  • The Merge executed: Sep 15, 2022 (Mainnet + Beacon Chain; PoW deprecated). (ethereum.org)
  • Withdrawals enabled (Shapella): Apr 12, 2023 (EIP-4895 and related CL changes). (Blocknative)
  • Proto-danksharding (EIP-4844): 2024/2025 rollouts to reduce rollup data costs (a major step toward full sharding). (QuickNode)

The big “why”: 4 core reasons Ethereum switched to Proof of Stake

1) Massive environmental impact reduction

PoS removed energy-intensive mining. Post-Merge, Ethereum’s energy consumption dropped by ~99.95%, with CCRI/EF estimates showing >99.988% electricity reduction and >99.99% carbon footprint reduction. This single change is one of the largest “green tech” wins ever achieved by a major network. (ethereum.org)

What this means for adoption: the environmental narrative shifted overnight, removing a major barrier for enterprises and institutions that maintain ESG policies. Mainstream outlets and industry reports highlighted this effect when the Merge landed. (Investopedia)


2) Security that’s paid for with capital, not electricity

Under PoS, validators must stake ETH and can be penalized or slashed for malicious behavior (e.g., proposing conflicting blocks). This makes large-scale attacks economically costly: an attacker risks losing their stake, not merely paying an electricity bill. (ethereum.org)

PoS also improves certain operational security aspects: client diversity can be encouraged; the community can upgrade faster; and finality rules reduce reorg risk at scale. The formal specification of the Merge (EIP-3675) codified the transition of consensus responsibilities from miners to validators. (ethereum.org)


3) Healthier ETH economics (issuance ↓, burn persists)

Before the Merge, ETH issuance came from two sources (execution layer + Beacon Chain). After the Merge, execution-layer issuance became zero, leaving only consensus-layer issuance—net issuance dropped substantially, while EIP-1559 (introduced in 2021) kept burning base fees. In high-usage periods, burn can offset issuance—supporting the “ultrasound money” meme. (ethereum.org)

Why this matters: security that requires less ongoing issuance (no miners to constantly subsidize) can be more sustainable, potentially reducing long-term sell pressure from block rewards. Mainstream explainers noted that “less ether will be issued” post-Merge. (Ars Technica)


4) The road to scaling: PoS as the necessary foundation

The Merge did not aim to lower L1 gas fees or speed up transactions directly—it changed the consensus, not L1 throughput. But it enabled the roadmap: rollups now, sharding later, and EIP-4844 (proto-danksharding) already cutting data costs for L2s—an essential step to making Ethereum’s capacity scale by orders of magnitude. (ethereum.org)

The Ethereum.org roadmap and Merge page explicitly frame the Merge as a prerequisite for future scalability upgrades, with plans evolving to focus on data availability for rollups rather than executing every transaction on L1. (ethereum.org)


So… what exactly changed at the Merge?

  • Who secures Ethereum: miners → validators with staked ETH.
  • Energy profile: industrial power use → negligible relative to PoW.
  • Issuance: execution-layer rewards removed → lower net issuance.
  • History: no forked reset—all history persisted through the Merge.
  • User impact: no wallet action required; ETH stayed ETH. (ethereum.org)

“But didn’t fees go down?”—Common misconceptions

  • “The Merge lowers gas fees.” False. It was never designed for that; fees are a function of demand vs. capacity. Scaling upgrades (L2s, EIP-4844, future sharding) target fees. (ethereum.org)
  • “The Merge sped up transactions a lot.” Not materially at L1; throughput changes were minimal. (ethereum.org)
  • “Withdrawals came with the Merge.”” No. Shapella enabled withdrawals in April 2023. (ethereum.org)

How staking actually works (at a glance)

  • Stake requirement: Validators post 32 ETH to join (smaller holders often use pools or liquid-staking tokens).
  • Duties: Propose blocks when selected; attest to blocks from others.
  • Rewards & penalties: Earn rewards for honest participation; risk slashing for provable misbehavior (double proposals/attestations) and inactivity leaks for being offline too long. (ethereum.org)

Decentralization trade-offs: The rise of (liquid) staking providers

PoS lowers hardware barriers (no ASICs), helping more people participate. But new centralization vectors can emerge if a few large providers control too much stake. In 2022 analysts worried about concentration among exchanges and DAOs; in 2025, market share is more distributed, but concerns remain an active topic—especially with liquid staking and restaking ecosystems. (Axios)

  • Lido DAO once controlled ~one-third of staked ETH, sparking debate; its share later declined below ~25% as competition increased. (99Bitcoins)
  • Centralized exchanges collectively custody a significant portion of stake—convenient, but they raise censorship and concentration questions. (CoinLaw)
  • Restaking (e.g., EigenLayer) lets stakers reuse collateral for extra yield but introduces new centralization and contagion risks that researchers and builders are actively discussing. (Reuters)

Bottom line: The community monitors and addresses centralization risks (client diversity, validator sets, governance) to keep Ethereum credibly neutral over the long run. (Ethereum Research)


What about MEV after the Merge?

After the Merge, priority fees + MEV (miner/maximum extractable value) became a larger share of validator revenue. Research and ecosystem designs like proposer-builder separation (PBS) aim to separate block construction from proposing to reduce censorship and centralization pressures while keeping incentives aligned. (MDPI)


Regulatory and reputational upside

With the energy critique softened, ESG-minded institutions face fewer barriers to using Ethereum. Major outlets and reports emphasized the >99% energy cut at the Merge—an optics and policy win that PoW chains still wrestle with. (Consensys – The Ethereum Company)


What changed for developers, users, and businesses?

  • Users: no action at Merge time; same wallets and addresses; smoother path to greener branding and partnerships. (ethereum.org)
  • Developers: Merge was designed for backward compatibility; the real DX gains arrive from rollups and cheaper data with EIP-4844 and future sharding. (ethereum.org)
  • Businesses: Lower environmental footprint, clearer monetary policy, and a rich L2 landscape (Optimistic and ZK rollups) with falling data costs. (QuickNode)

Frequently Asked Questions

Did Ethereum switch to PoS only for the environment?

No. The environment was a huge driver, but the move also improves economic sustainability (lower issuance) and enables the scaling roadmap that wasn’t possible under PoW. (ethereum.org)

Why didn’t gas fees drop after the Merge?

Because the Merge did not increase L1 capacity; it changed consensus. Fees move with demand vs. block space. Cheaper transactions are coming from L2s and upgrades like EIP-4844. (ethereum.org)

Is staking safer than mining?

They’re different risk models. PoS attacks require risking slashable capital; PoW attacks require renting/buying hash power and cheap electricity. PoS can destroy an attacker’s stake—an explicit economic deterrent. (ethereum.org)

When did withdrawals go live?

With Shapella on April 12, 2023. Partial and full exits are rate-limited for security reasons. (guarda.com)

What upgrade comes next on scaling?

Proto-danksharding (EIP-4844) deployed to reduce L2 data costs and set the stage for full danksharding and much larger throughput. (QuickNode)


A concise history of Ethereum’s path to PoS

  1. Early vision & research: Ethereum considered PoS from early days (e.g., Casper research).
  2. Beacon Chain (Dec 2020): PoS consensus launched in parallel with Mainnet, accumulating validators and battle-testing incentives. (ethereum.org)
  3. The Merge (Sep 15, 2022): Execution and consensus layers merged; PoW was turned off. Energy use plummeted; issuance mechanics changed. (ethereum.org)
  4. Shapella (Apr 12, 2023): Withdrawals shipped; staking matured into a liquid, rotating set. (guarda.com)
  5. EIP-4844 & beyond: Rollup costs fall; future sharding focuses on data availability rather than raw L1 execution. (ethereum.org)

Sources & further reading

  • Ethereum.org – The Merge (official): What changed, why, misconceptions, and the scaling link. (ethereum.org)
  • Ethereum.org – Energy Consumption: CCRI estimates of >99.988% electricity and >99.992% carbon reduction. (ethereum.org)
  • Ethereum.org – Issuance after the Merge: How issuance sources changed post-Merge. (ethereum.org)
  • Beacon Chain page: Launch date (Dec 1, 2020) and role in the transition. (ethereum.org)
  • Shapella (Shanghai/Capella): Withdrawals activation (EIP-4895). (Blocknative)
  • EIP-4844 explainers: How proto-danksharding reduces rollup costs. (QuickNode)
  • EIP-3675: The Merge specification. (2077’s EIP Wiki)
  • Rewards & penalties (slashing): How PoS economics enforce security. (ethereum.org)
  • MEV & PBS research: Post-Merge revenue and PBS rationale. (MDPI)
  • Coverage & background: Investopedia/Ars reports on energy reduction and Merge completion. (Investopedia)
  • Centralization & staking share discussions: 2022–2025 commentary and stats. (Axios)

Conclusion

Ethereum’s switch from mining to staking was not a cosmetic rebrand—it fundamentally re-architected the network’s energy profile, security model, monetary policy, and scalability trajectory. The Merge turned off billions of watts of mining hardware overnight, replaced energy with staked capital as the security budget, and laid the groundwork for the rollup-centric roadmap now accelerating with EIP-4844 and future sharding.

Were there trade-offs? Sure: operator concentration risk, MEV dynamics, and new complexities like restaking emerged. But the net effect—on sustainability, economics, and long-term scalability—explains why Ethereum moved to Proof of Stake and why it’s unlikely to look back. (ethereum.org)


Scroll to Top