Ethereum, the world’s second-largest blockchain network by market value, has completed its long-planned transition from proof-of-work mining to proof-of-stake, replacing the energy-intensive competition among miners with a validator system secured by deposited ether. The change, known as the Merge, was completed early Thursday and is expected by the Ethereum Foundation to reduce the network’s energy consumption by roughly 99.95%.

The transition joined Ethereum’s existing execution layer with the Beacon Chain, a proof-of-stake consensus system that has been running in parallel since December 2020. The network continued processing transactions through the change, making the event less like a conventional software shutdown and more like replacing the engine of a moving machine.

Two upgrades triggered one transition

The Merge was designed as a two-stage process. The Ethereum Foundation’s mainnet announcement scheduled the Bellatrix consensus-layer upgrade for September 6 and the Paris execution-layer transition for the point at which the proof-of-work chain reached a predetermined terminal total difficulty of 58,750,000,000,000,000,000,000.

That design allowed the timing of the final transition to depend on cumulative mining difficulty rather than a conventional block height. In an earlier engineering update, Ethereum developers described the sequencing and warned node operators that both consensus and execution clients had to be updated before the event.

The underlying change was formalized through EIP-3675, which removes proof-of-work consensus requirements from Ethereum’s execution layer and hands block-production authority to the Beacon Chain. The associated Bellatrix specifications define the consensus-layer behavior required for the transition.

Mining gives way to validators

Under proof-of-work, miners competed to solve computational problems, consuming electricity and specialized hardware in exchange for the right to add blocks and receive rewards. Proof-of-stake instead relies on validators that commit ether as collateral. Validators are selected to propose and attest to blocks, with financial penalties intended to discourage dishonest behavior or extended downtime.

The shift does not make ordinary Ethereum transactions inherently faster or cheaper. Gas fees remain determined by demand for block space, and the Merge does not materially increase the network’s transaction capacity. Those issues are expected to be addressed through later scaling work, including rollups and future protocol upgrades.

What changes immediately is the network’s resource profile and issuance mechanics. Energy use falls sharply because industrial-scale mining is no longer required. New ether issuance also drops because validator rewards are lower than the combined miner and validator rewards that existed before the Merge.

A major technical risk executed without interruption

The technical challenge was substantial because Ethereum supports decentralized finance platforms, stablecoins, nonfungible tokens, exchanges and applications holding billions of dollars in assets. Developers spent years testing the transition on public test networks and coordinating updates across multiple independently maintained software clients.

The successful transition was confirmed after the first proof-of-stake blocks were finalized. A contemporaneous TechCrunch account reported the network completed the change at about 6:42 a.m. UTC on September 15, with Ethereum co-founder Vitalik Buterin publicly declaring finalization complete.

Because Ethereum is decentralized, there was no single switch controlled by one company. Exchanges, node operators, wallet providers, staking services and application developers had to prepare independently. That coordination requirement made the Merge a test not only of software but of governance across a global open-source ecosystem.

New risks replace old ones

Proof-of-stake eliminates mining’s electricity burden but raises different questions. Large staking pools and exchanges may accumulate significant validator influence. Regulators are also studying whether staking arrangements resemble financial products subject to securities or banking rules. The protocol itself must prove that its economic penalties are sufficient to deter coordinated attacks over long periods.

The network also faces the possibility of competing proof-of-work forks supported by miners whose equipment is no longer useful on Ethereum. Exchanges and application providers must decide whether to recognize any such chains and how to handle duplicated assets.

The Merge therefore does not finish Ethereum’s development roadmap. It changes the foundation on which future upgrades will be built. The Ethereum Foundation’s technical documentation emphasizes that scaling, data availability and further efficiency improvements remain separate projects.

Still, the immediate achievement is unusually large for a public blockchain of Ethereum’s scale: a live network securing a vast application economy changed its consensus mechanism without halting. If the new system remains stable, the technology industry will have one of its most prominent examples of a high-value decentralized network replacing proof-of-work while continuing to operate in real time.