# Ep 007 - Understanding Bitcoin Halving

### <mark style="color:blue;">Get Podcast | Listen</mark>

{% file src="/files/uGatE6HhOdH72jzLZckR" %}

### <mark style="color:blue;">The Briefing</mark>

The Bitcoin halving is a fundamental, pre-programmed event within the Bitcoin protocol that occurs approximately every four years (or specifically, every 210,000 blocks). Its core function is to reduce the reward given to Bitcoin miners for successfully adding a new block to the blockchain by half. This mechanism is crucial for controlling the issuance of new bitcoins, enforcing scarcity, and contributing to Bitcoin's deflationary design, contrasting it with inflationary fiat currencies.

#### <mark style="color:orange;">**Main Themes and Important Ideas/Facts:**</mark>

* **Mechanism and Frequency:**
* The halving is an event that "cuts the reward for mining new Bitcoin blocks in half".
* It happens "approximately every four years or every 210,000 blocks".
* Bitcoin aims for a new block to be created or mined every 10 minutes on average.
* The halving is "hardcoded into Bitcoin software" and is triggered by reaching specific block heights.
* "Every two weeks or actually 2016 blocks Bitcoin will change its difficulty" to maintain the 10-minute average block time, regardless of the number of miners.

#### <mark style="color:orange;">**Historical Halvings and Rewards:**</mark>

* The block subsidy started at "50 Bitcoin per block when Satoshi launched Bitcoin in January of 2009".
* Subsequent halvings have progressively reduced this reward:
* 2012 (Block 210,000): Reward dropped from 50 BTC to 25 BTC.
* 2016 (Block 420,000): Reduced to 12.5 BTC.
* 2020 (Block 630,000): Lowered to 6.25 BTC.
* 2024 (Block 840,000): From 6.25 BTC to 3.125 BTC.
* The "next halving is anticipated in 2028, reducing the reward to 1.5625 BTC."

#### <mark style="color:orange;">**Purpose and Economic Implications:**</mark>

* The primary reasons for the halving's existence are to ensure a "Limited Supply: Only 21 million bitcoins will ever exist" and a "Deflationary Design: Reduces the inflation rate over time."
* This controlled issuance is intended to "mimic the extraction of precious resources (e.g., gold), making Bitcoin deflationary."
* "By reducing the rate of new Bitcoin creation, halving ensures Bitcoin remains deflationary."
* **Positive Effects:**"Scarcity Increases: As fewer BTCs are created, supply drops—if demand stays the same or increases, prices may rise."
* "Incentive for Holding (HODLing): Reduces selling pressure by miners."
* "Deflationary Pressure: Makes Bitcoin more like gold in terms of value preservation."
* **Challenges:**"Mining Profitability Decreases: Miners earn less BTC, which may push out smaller players."
* "Transaction Fees Become More Important: Over time, fees are expected to sustain the network."
* "Network Security Risks: If too many miners quit, network hash rate may drop."
* **Impact on Price:**
* Historically, "Bitcoin halvings have led to major bull runs months after the event".
* Reduced supply and steady/increasing demand can lead to "Potential upward price pressure."
* However, "Past performance doesn’t guarantee future results."
* "The evidence leans toward halvings influencing Bitcoin's price, often leading to increases due to reduced supply."
* Recent data, particularly from the 2024 halving, suggests that "recent market dynamics may differ" and "while halvings historically correlate with price rises, the 2024 event bucks the trend, possibly due to broader market factors like the approval of Spot Bitcoin ETFs".
* It is noted that "short-term price reactions can be mixed due to market expectations and external factors."

#### <mark style="color:orange;">**Miner Economics and Network Security:**</mark>

* Miners receive two forms of compensation: "all the transaction fees paid by transactions" and the "block subsidy".
* With the block subsidy decreasing, "Transaction Fees Become More Important" for miners.
* The halving "will also make older Bitcoin mining rigs much less productive".
* Less efficient miners "may find it less viable post-halving, potentially leading to industry consolidation".
* The network's "difficulty adjustment" every 2016 blocks ensures that even if some miners leave, the remaining ones become more profitable, preventing a "Bitcoin minor death spiral".
* "Post-halving, maintaining robust hash rate is critical to prevent 51% attacks, emphasizing the need for sustainable fee markets."

#### <mark style="color:orange;">**Long-Term Outlook (After all Bitcoin is Mined):**</mark>

* The last full Bitcoin is projected to be issued around 2110-2114, with the last Satoshi around 2137-2140.
* "Expected around year 2140. No new BTCs will be minted."
* "Miners will be compensated only through transaction fees."
* The hope is that by then, "the Bitcoin network will be large and valuable enough that fees alone are sufficient."

#### <mark style="color:orange;">**Misconceptions:**</mark>

* The halving is not a "stock split" where the quantity of Bitcoin held is doubled or cut in half.
* Halving is not a "Fork" or a chain split; it's a built-in event.

#### <mark style="color:orange;">**Other Factors:**</mark>

* The halving event often attracts "media coverage, influencing speculative behavior."
* Beyond the halving, "External Factors: Regulations, institutional adoption, and macroeconomic trends (e.g., inflation)" also shape Bitcoin's price.

### <mark style="color:blue;">**Conclusion:**</mark>

The Bitcoin halving is a predictable and essential component of Bitcoin's design, fundamentally impacting its supply, scarcity, and potentially its value. While historical data suggests a correlation between halvings and price appreciation, the market's response to the 2024 halving indicates that external factors and increasing market maturity also play significant roles. The transition towards a fee-reliant mining ecosystem is a key long-term consideration as the block subsidy continues to decrease over time. Investors are advised to conduct their own research and consider the broader market dynamics rather than solely relying on the halving as a guaranteed price predictor.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://podcast.nerd-cafe.ir/archive/ep-007-understanding-bitcoin-halving.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
