Wiki/The Ethereum London Hard Fork Explained
The Ethereum London Hard Fork Explained - Biturai Wiki Knowledge
ADVANCED | BITURAI KNOWLEDGE

The Ethereum London Hard Fork Explained

The Ethereum London Hard Fork was a significant network upgrade in August 2021, primarily introducing EIP-1559 to reform transaction fees. This update aimed to make gas fees more predictable and efficient while preparing the network for

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

The Ethereum London Hard Fork, activated in August 2021 at block 12,965,000, was a pivotal and backward-incompatible upgrade to the Ethereum blockchain. In software development, a hard fork refers to a fundamental change to the network's protocol that renders previously invalid blocks or transactions valid, or vice-versa. This necessitates that all participants upgrade their software to the new version; otherwise, they risk operating on a separate, incompatible chain. The London Hard Fork was not merely a technical adjustment but a strategic move designed to address critical issues within the Ethereum network, primarily its transaction fee mechanism and its long-term transition strategy towards a Proof-of-Stake (PoS) consensus model.

At its core, the London Hard Fork introduced several Ethereum Improvement Proposals (EIPs), with EIP-1559 being the most prominent. This EIP fundamentally altered how transaction fees, commonly known as gas fees, are calculated and processed on the network. Prior to London, Ethereum utilized a first-price auction system, where users bid against each other to have their transactions included in a block, leading to highly volatile and often unpredictable costs. The London upgrade sought to mitigate this volatility, improve user experience, and introduce a deflationary mechanism for the native cryptocurrency, Ether (ETH), by burning a portion of transaction fees.

Key Takeaway

The central innovation of the London Hard Fork was EIP-1559, which replaced the unpredictable bidding-based fee system with a more transparent and predictable model. This new model introduced a base fee that is automatically adjusted by the protocol based on network congestion and is subsequently burned, effectively removing ETH from circulation. Users can also include an optional priority fee (or tip) to incentivize miners (and later validators) to prioritize their transactions, especially during periods of high demand. This dual-fee structure aimed to stabilize gas prices and reduce the common issue of overpaying for transactions.

Beyond the fee market reform, the London Hard Fork also included EIP-3554, which delayed the difficulty bomb. The difficulty bomb is a mechanism designed to progressively increase the difficulty of mining new blocks on the Proof-of-Work (PoW) chain, making it increasingly unprofitable and eventually impossible. Its purpose was to incentivize and ultimately force the network's transition from PoW to PoS. By delaying this bomb, the London upgrade bought crucial time for developers to finalize and implement The Merge, the event that would fully transition Ethereum to a PoS consensus mechanism, which eventually occurred in September 2022. Thus, the London Hard Fork was a critical stepping stone, laying essential groundwork for Ethereum's future scalability, efficiency, and environmental sustainability.

Mechanics

Before the London Hard Fork, Ethereum's transaction fee market operated on a simple first-price auction model. Users would specify a gas limit (the maximum amount of computation steps their transaction could consume) and a gas price (the amount of ETH they were willing to pay per unit of gas). Miners would then prioritize transactions with higher gas prices, leading to a bidding war during periods of high network congestion. This system resulted in significant price volatility, frequent overpayment, and a poor user experience, as it was difficult to accurately estimate the optimal gas price to ensure timely transaction inclusion.

EIP-1559: The Fee Market Reform

EIP-1559 introduced a new transaction fee mechanism with two primary components: a base fee and a priority fee.

  1. Base Fee: This is a mandatory fee for every transaction, automatically determined by the protocol based on network demand. The base fee adjusts dynamically, increasing when the network is congested and decreasing when it is less busy. The target block size for Ethereum is 15 million gas units, but EIP-1559 allows blocks to temporarily expand up to 30 million gas units (2x the target) to accommodate spikes in demand. If a block exceeds the 15 million gas target, the base fee for the next block increases; if it falls below, the base fee decreases. Crucially, the base fee is burned, meaning it is permanently removed from circulation. This burning mechanism introduces a deflationary pressure on ETH's supply, as a portion of the transaction fees is destroyed rather than paid to miners.

  2. Priority Fee (Tip): This is an optional fee that users can include to incentivize miners (and now validators) to prioritize their transaction. While the base fee is burned, the priority fee goes directly to the block producer. During periods of high network congestion, users might include a higher priority fee to ensure their transaction is processed quickly. However, unlike the pre-London system, users no longer need to guess the optimal total gas price; they only need to specify a maximum fee they are willing to pay, and the protocol handles the base fee calculation, refunding any excess if the actual base fee is lower.

EIP-3198: BASEFEE Opcode

Another component of the London Hard Fork was EIP-3198, which introduced the BASEFEE opcode. This opcode allows smart contracts to directly access the current base fee of the block. This seemingly minor technical addition has significant implications for network efficiency and the development of new decentralized applications (dApps). By enabling smart contracts to read the base fee, developers can create more sophisticated and gas-aware applications. For instance, it facilitates the creation of gas futures markets, where users can purchase gas at a future price, or the implementation of bounties that automatically adjust to account for current network fees. This significantly enhances the programmability and flexibility of the Ethereum network, opening new avenues for innovative dApp designs that were previously impractical due to the opacity of the fee structure.

EIP-3554: Delaying the Difficulty Bomb

EIP-3554 was a crucial step in preparing for the transition to Proof-of-Stake. The Difficulty Bomb is a piece of code designed to exponentially increase mining difficulty, effectively driving miners off the PoW chain and forcing the transition to PoS. Without a delay, the Difficulty Bomb would have rendered the Ethereum network unusable before The Merge was ready. By postponing the Difficulty Bomb by several months, developers gained the necessary time to resolve the complex technical challenges of The Merge and ensure a smooth transition. This underscores the strategic importance of the London Hard Fork as a bridge between the old PoW Ethereum and the new PoS Ethereum.

Trading Relevance

The London Hard Fork had and continues to have significant implications for ETH trading and the broader crypto market landscape. The introduction of EIP-1559 and its associated burning mechanism are central to this. By burning a portion of transaction fees, the total supply of ETH is reduced over time. This creates deflationary pressure on ETH, especially during periods of high network activity. A reduction in supply, with constant or increasing demand, can have a positive long-term impact on the price of ETH. Traders and investors closely monitor this metric, as it can be an indicator of ETH's scarcity and intrinsic value. The narrative of “Ultrasound Money” – that ETH could potentially become scarcer than Bitcoin through these mechanisms – gained traction after the London Hard Fork and influenced market sentiment.

In the short term, hard forks like London can also lead to increased volatility. Prior to the upgrade, there was often speculation about its success, potential technical issues, or the impact on miners. Traders might build or liquidate positions based on their expectations of the upgrade. The phenomenon of “buy the rumor, sell the news” is not uncommon in such scenarios, with prices rising before the event and potentially correcting afterward. The improved predictability of gas fees through EIP-1559 can also foster the adoption and use of Ethereum-based dApps and DeFi protocols. Higher network usage means more transactions, which in turn leads to more ETH being burned, amplifying the deflationary effect. This can increase ETH's attractiveness as an investment asset, as stronger network utilization directly correlates with potential value appreciation.

Risks

Every major network upgrade, especially a hard fork, carries inherent risks, and the London Hard Fork was no exception. A primary risk was execution risk. Implementing complex changes to a global, decentralized network like Ethereum is an enormous technical challenge. Errors in the code, unforeseen interactions between EIPs, or compatibility issues with existing dApps and infrastructure could have led to network instability, security vulnerabilities, or even a chain split. Although the London Hard Fork proceeded smoothly, the possibility of such a scenario was a serious concern for developers, miners, and the entire community. A successful hard fork requires broad coordination and acceptance by all network participants to avoid fragmentation.

Another risk concerned the economic impact on miners. Before EIP-1559, miners received all transaction fees. With the introduction of the base fee, which is burned, miners faced a significant change to their revenue model. Although they continued to receive block rewards and priority fees, the burning of the base fee reduced their overall transaction fee revenue. This led to concerns about potential centralization of mining power, as smaller miners might have less incentive to remain on the network, potentially leading to consolidation among larger mining pools. However, this shift was also a necessary step on the path to Proof-of-Stake, where miners are entirely replaced by validators. The transition to a new fee model also required adjustments to wallets and dApps, which could have led to user confusion or compatibility issues in the short term, although these were largely avoided.

History and Examples

The history of the Ethereum London Hard Fork is inextricably linked to the long-term vision of Ethereum 2.0 (now known as Serenity or simply “The Merge”) and the transition from Proof-of-Work (PoW) to Proof-of-Stake (PoS). Since its inception, Ethereum was designed to evolve, and the London Hard Fork was a decisive milestone on this path. It was not the first hard fork in Ethereum's history – earlier forks like Homestead, Byzantium, Constantinople, and Berlin had already introduced important improvements and adjustments. However, London differed due to the profound change to the fee market and its direct preparation for The Merge.

The concept of EIP-1559 had been discussed for years before its implementation, with Vitalik Buterin as one of its main proponents. Debates were intense, as the proposed changes had far-reaching implications for miners, users, and dApp developers. The activation of the hard fork occurred on August 5, 2021, at block 12,965,000. Its successful implementation was a testament to the robustness of the Ethereum development team and the community's ability to agree on and implement complex protocol changes. The London Hard Fork served as an important test run for the coordination and consensus required for The Merge in September 2022, when Ethereum fully transitioned its consensus mechanism to Proof-of-Stake. It demonstrated that the network was capable of safely implementing large, potentially disruptive changes and adapting to new paradigms, similar to how Bitcoin implemented important protocol changes like SegWit in its early phase to improve its scalability.

Common Misunderstandings

A widespread misunderstanding regarding the London Hard Fork is that it generally lowered gas fees. This is not entirely accurate. EIP-1559 aimed to make gas fees more predictable and the estimation of the optimal fee easier, not necessarily to lower them overall. The base fee dynamically adjusts to network utilization. During periods of high demand, such as an NFT mint or a DeFi hype phase, the base fee can still rise very high. The difference is that users no longer have to overbid in an opaque bidding war, and wallets can predict fees more accurately. Total fees can still be exorbitant during heavy congestion, but uncertainty and the risk of overpayment were significantly reduced. The idea that fees would always be cheaper is a simplification that ignores the dynamic nature of the new fee market.

Another common misunderstanding was that the London Hard Fork transitioned Ethereum to Proof-of-Stake. This is also incorrect. The London Hard Fork was a preparatory step for the transition to PoS, but not the transition itself. Specifically, the delay of the Difficulty Bomb through EIP-3554 was crucial to give developers more time to finalize The Merge. The actual transition to Proof-of-Stake only occurred in September 2022 with The Merge, when the execution layer (mainnet) was merged with the consensus layer (Beacon Chain). While the London Hard Fork laid important groundwork by introducing a deflationary mechanism and delaying the need for mining via the Difficulty Bomb, it was not the final step. It was more like building the bridge than crossing the bridge itself.

Summary

The Ethereum London Hard Fork was a groundbreaking upgrade that fundamentally changed how transaction fees work on Ethereum while paving the way for the transition to Proof-of-Stake. With the introduction of EIP-1559, a dynamic fee model was established, introducing an automatically adjusted base fee that is burned, and an optional priority fee for miners. This system improved the predictability of transaction costs, reduced overpayment, and introduced a deflationary mechanism for ETH by permanently removing a portion of the supply from circulation. EIP-3554 delayed the Difficulty Bomb, providing developers with the necessary time to finalize The Merge.

The impacts of the London Hard Fork are far-reaching: it improved user experience through more stable fees, created the potential for a deflationary ETH supply, and influenced market sentiment. Although it carried risks such as miner adaptation and implementation complexity, the upgrade was successful and demonstrated Ethereum's capacity for continuous innovation. It was a decisive step in Ethereum's evolution, making the network more efficient, predictable, and better prepared for its PoS future, and remains an important historical event in the development of blockchain technology.

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.