Wiki/EIP-3675: Ethereum's Transition to Proof of Stake (The Merge)
EIP-3675: Ethereum's Transition to Proof of Stake (The Merge) - Biturai Wiki Knowledge
ADVANCED | BITURAI KNOWLEDGE

EIP-3675: Ethereum's Transition to Proof of Stake (The Merge)

EIP-3675 outlines the technical specifications for Ethereum's shift from a Proof-of-Work to a Proof-of-Stake consensus mechanism. This pivotal upgrade, known as The Merge, integrated the existing execution layer with the Beacon Chain's new

Biturai Knowledge
Biturai Knowledge
Research library
Updated: 6/26/2026
Technically checked

Structure, readability, internal linking, and SEO metadata were automatically checked. This article is continuously updated and is educational content, not financial advice.

Definition

EIP-3675, or Ethereum Improvement Proposal 3675, served as the technical blueprint for one of the most significant upgrades in blockchain history: Ethereum's transition from a Proof-of-Work (PoW) consensus mechanism to Proof-of-Stake (PoS). This monumental shift, widely known as The Merge, fundamentally altered how new blocks are added to the Ethereum blockchain and how the network maintains its security. Before EIP-3675, Ethereum relied on energy-intensive mining, similar to Bitcoin, where powerful computers competed to solve complex puzzles. The EIP specified the precise technical changes required to integrate Ethereum's existing transaction processing layer with a new, more energy-efficient consensus layer.

EIP-3675: The formal specification that outlined the technical requirements and changes for Ethereum's mainnet to transition from Proof-of-Work to Proof-of-Stake, effectively enabling "The Merge."

The core objective of EIP-3675 was to deprecate the Proof-of-Work mechanism on the Ethereum Mainnet and replace it with the Proof-of-Stake mechanism, which is driven by the Beacon Chain. This involved a detailed set of modifications to the block structure, block processing rules, the fork choice rule (how the network decides which chain is canonical), and the network interface. The EIP itself did not introduce the Beacon Chain, which had been running in parallel since December 2020, but rather defined how the existing execution layer would "merge" with it to form a unified Proof-of-Stake blockchain.

Key Takeaway

The Merge, facilitated by EIP-3675, represents a paradigm shift for Ethereum, moving its security and block validation from a system reliant on computational power and energy consumption to one based on economic stake. This transition significantly reduced Ethereum's energy footprint by over 99.9%, making it a more environmentally sustainable blockchain. It also laid the groundwork for future scalability improvements, such as sharding, by establishing a robust Proof-of-Stake consensus layer.

This fundamental change means that instead of miners competing to solve cryptographic puzzles, validators now propose and attest to blocks based on the amount of Ether (ETH) they have "staked" or locked up as collateral. This economic incentive aligns the interests of validators with the health and security of the network, as misbehavior can lead to the loss of their staked ETH through a process called slashing. The successful implementation of EIP-3675 demonstrated the Ethereum community's ability to execute complex, large-scale protocol upgrades without interruption to the network.

Mechanics

Prior to The Merge, Ethereum operated on a Proof-of-Work (PoW) system, where miners used specialized hardware to solve cryptographic puzzles. The first miner to solve the puzzle would propose the next block of transactions, earning ETH as a reward. This process, while secure, was highly energy-intensive and limited the network's scalability. EIP-3675 orchestrated the transition to Proof-of-Stake (PoS), where the right to propose and validate blocks is determined by the amount of ETH a participant has committed as a stake.

The technical core of The Merge involved the integration of two distinct layers: the Execution Layer and the Consensus Layer. The Execution Layer, previously the entire Ethereum Mainnet, continued to handle transactions, smart contract execution, and state management. The Consensus Layer, embodied by the Beacon Chain, which launched in December 2020, was responsible for managing the Proof-of-Stake protocol, including validator registration, staking, and the random selection of block proposers. EIP-3675 specified that the Execution Layer would begin producing ExecutionPayloads – essentially the transaction data and state changes – which would then be bundled into blocks by the Beacon Chain's PoS validators. The transition was triggered by a specific cumulative difficulty threshold on the PoW chain, known as the Total Terminal Difficulty (TTD). Once the TTD was reached, the PoW chain ceased to exist, and the Beacon Chain became the sole authority for block finalization.

Trading Relevance

The Merge had profound implications for the trading and investment landscape surrounding Ethereum. One of the most significant impacts was on ETH's supply dynamics. Under Proof-of-Work, new ETH was constantly issued to reward miners. With the shift to Proof-of-Stake, the issuance rate of new ETH dramatically decreased, and combined with the existing EIP-1559 burning mechanism for transaction fees, Ethereum became a potentially deflationary asset. This reduction in supply, assuming consistent demand, could theoretically exert upward pressure on ETH's price over time, making it an attractive long-term holding for some investors.

Furthermore, the introduction of staking opened up new avenues for earning yield on ETH holdings. Participants can now stake their ETH, either directly with 32 ETH or through liquid staking protocols, to become validators and earn rewards for securing the network. This creates a passive income stream, akin to a savings account with interest, which can influence investment decisions and attract capital seeking yield. The reduced energy consumption post-Merge also enhanced Ethereum's appeal to Environmental, Social, and Governance (ESG)-conscious investors and institutions, potentially broadening its adoption and integration into traditional financial portfolios. Traders closely monitored the success of the Merge, as any technical glitches could have led to significant market volatility, while a smooth transition reinforced confidence in the network's future.

Risks

Despite its successful implementation, The Merge and the underlying EIP-3675 introduced several potential risks that market participants and network users must consider. One primary concern revolves around centralization. While Proof-of-Stake aims for decentralization, the requirement of 32 ETH to run a validator node, or the reliance on large staking pools (like Lido, Coinbase, Kraken), could lead to a concentration of power among a few entities. If a small number of large staking providers control a significant portion of the staked ETH, they could theoretically exert undue influence over the network's governance or even engage in censorship, although the protocol is designed with mechanisms to mitigate such risks.

Another category of risks pertains to security. While PoS is theoretically more secure against certain types of attacks (e.g., 51% attacks are economically much harder), the complexity of the new consensus mechanism introduces new attack vectors or undiscovered bugs. A critical vulnerability in the Beacon Chain's code or the integration logic could have severe consequences for the network's integrity. Validators also face the risk of slashing, where misbehavior (e.g., double-signing blocks, being offline for extended periods) results in a portion of their staked ETH being confiscated. This acts as a deterrent but also represents a financial risk for individual validators. Furthermore, the initial illiquidity of staked ETH, which was locked until the subsequent Shanghai/Capella upgrade, posed a liquidity risk for those who committed their funds.

History and Examples

The journey to EIP-3675 and The Merge was a multi-year endeavor, representing the culmination of years of research and development within the Ethereum community. The concept of moving to Proof-of-Stake was part of the original vision for Ethereum, often referred to as "Ethereum 2.0" or "Serenity." The first major step towards this vision was the launch of the Beacon Chain on December 1, 2020. This chain, operating entirely on Proof-of-Stake, ran in parallel to the existing Proof-of-Work Ethereum Mainnet, without processing any transactions from the main network. Its purpose was to establish and test the PoS consensus mechanism independently.

Over the subsequent years, various testnets underwent their own "merges" to iron out technical complexities and ensure a smooth transition. Notable examples include the Kiln, Ropsten, Sepolia, and Goerli testnets, which successfully simulated the Mainnet Merge. These testnet merges allowed developers to identify and fix bugs, refine the integration process, and build confidence in the upgrade's feasibility. The actual Ethereum Mainnet Merge officially occurred on September 15, 2022, when the network's Total Terminal Difficulty (TTD) reached a predetermined value, signaling the final block to be mined under Proof-of-Work. From that moment forward, the Beacon Chain became the sole consensus engine for Ethereum, processing all subsequent blocks and transactions. This event marked a historic milestone, demonstrating the successful execution of a live, complex protocol upgrade on a multi-billion dollar blockchain without downtime.

Common Misunderstandings

Despite extensive communication, several misconceptions surrounding EIP-3675 and The Merge persisted. One of the most prevalent was the belief that The Merge would immediately lead to lower gas fees or faster transaction speeds. In reality, The Merge primarily addressed the consensus mechanism and energy efficiency, not scalability. Transaction speeds and gas fees remained largely unchanged immediately after the upgrade, as these improvements are slated for future upgrades, particularly those involving sharding. The Merge was a foundational step, enabling these subsequent enhancements.

Another common misunderstanding was that all staked ETH would become immediately withdrawable after The Merge. This was not the case. While staking began with the Beacon Chain's launch, withdrawals of staked ETH and accumulated rewards were intentionally disabled until a later network upgrade, known as the Shanghai/Capella upgrade (also referred to as Shapella), which occurred in April 2023. This phased approach was a security measure to ensure the stability of the network post-Merge. Furthermore, some users mistakenly believed that "Ethereum 2.0" was a completely new, separate blockchain. Instead, The Merge was an upgrade to the existing Ethereum blockchain, integrating the original execution layer with the new Proof-of-Stake consensus layer. There is only one Ethereum, now secured by PoS.

Summary

EIP-3675 was the critical technical specification that guided Ethereum's monumental transition from Proof-of-Work to Proof-of-Stake, an event universally known as The Merge. This complex upgrade fundamentally reshaped Ethereum's operational mechanics, moving from energy-intensive mining to a more sustainable and economically aligned staking model. By integrating the existing Execution Layer with the Beacon Chain's Consensus Layer, EIP-3675 enabled a significant reduction in energy consumption and paved the way for future scalability enhancements.

While introducing new dynamics such as reduced ETH issuance and staking yields, The Merge also brought considerations like potential centralization risks and the initial illiquidity of staked assets. Its successful execution on September 15, 2022, after years of meticulous development and testnet simulations, stands as a testament to the Ethereum community's engineering prowess. EIP-3675 and The Merge represent a pivotal moment in blockchain evolution, solidifying Ethereum's position as a leading, innovative, and environmentally conscious decentralized platform, with profound implications for its economic model and future development trajectory.

OKX · Official Biturai Partner

OKX

Explore the current OKX offering through the official Biturai partner link. Products and availability may vary by country.

Explore OKX

Partner link · Biturai may receive compensation when it is used · not investment advice

OKX

Disclaimer

This article is for informational purposes only. The content does not constitute financial advice, investment recommendation, or solicitation to buy or sell securities or cryptocurrencies. Biturai assumes no liability for the accuracy, completeness, or timeliness of the information. Investment decisions should always be made based on your own research and considering your personal financial situation.

Transparency

Biturai may use AI-assisted tools to research, structure, or update Wiki articles. Editorially reviewed articles are marked separately; all content remains educational and does not replace your own review.