> For the complete documentation index, see [llms.txt](https://hash-network-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash-network-1.gitbook.io/docs/halving-mechanism.md).

# Halving Mechanism

$HASH Mining Halving Mechanism

## **Overview**

To ensure long-term sustainability and protect the value of the ecosystem, Hash Network implements a **Halving Mechanism** inspired by the economic principles of scarcity used in major blockchain networks.

The halving model gradually reduces mining over time, creating:

* Lower token inflation
* Increased scarcity
* Sustainable long-term rewards
* Stronger value support for $HASH

***

## **Initial Mining Rate**

At launch, users will mine: **0.5 HASH/day**

This serves as the **base mining rate** before **"NFT Boost"** multipliers are applied.

***

## **Halving Structure**

Hash Network applies a halving event every **6 months**.

After each halving cycle, the base mining reward is reduced by **50%**.

***

## **Mining Emission Schedule**

| Phase   | Duration      | Base Mining Rate    |
| ------- | ------------- | ------------------- |
| Phase 1 | Month 0 → 6   | 0.5 HASH / day      |
| Phase 2 | Month 6 → 12  | 0.25 HASH / day     |
| Phase 3 | Month 12 → 18 | 0.125 HASH / day    |
| Phase 4 | Month 18 → 24 | 0.0625 HASH / day   |
| Phase 5 | Month 24 → 30 | 0.03125 HASH / day  |
| Phase 6 | Month 30 → 36 | 0.015625 HASH / day |

***

## **Halving Formula**

<div align="left"><figure><img src="https://412821357-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZjDjxQwJc7eZ4DzT99zm%2Fuploads%2FMBfcWZUVwkXwVsD9h7uh%2Fimage.png?alt=media&amp;token=392dc4eb-0045-4e06-84e3-e0021ba4e9c5" alt=""><figcaption></figcaption></figure></div>

***

## **NFT Boost Integration**

Boost NFTs continue to amplify mining efficiency even after halving.

<table><thead><tr><th width="186">NFT Type</th><th width="147">Multiplier</th><th width="196">Initial Daily Reward</th><th>Example: Month 0 → 6</th></tr></thead><tbody><tr><td>NFT Boost x2</td><td>2x</td><td>1 HASH/day</td><td>0.5 HASH/day</td></tr><tr><td>NFT Boost x5</td><td>5x</td><td>2.5 HASH/day</td><td>1.25 HASH/day</td></tr><tr><td>NFT Boost x10</td><td>10x</td><td>5 HASH/day</td><td>2.5 HASH/day</td></tr><tr><td>NFT Boost x20</td><td>20x</td><td>10 HASH/day</td><td>5 HASH/day</td></tr><tr><td>NFT Boost x50</td><td>50x</td><td>25 HASH/day</td><td>12.5 HASH/day</td></tr></tbody></table>

After each halving event, rewards are automatically adjusted according to the new base mining rate.

***

## **Benefits of the 6-Month Halving Model**

#### **1. Stronger Scarcity**

More frequent halving reduces token emissions faster, supporting long-term token value.

#### **2. Early Adopter Advantage**

Users who join earlier receive significantly higher mining rewards.

#### **3. Inflation Control**

The circulating supply grows in a predictable and sustainable manner.

#### **4. Long-Term Ecosystem Sustainability**

Mining rewards remain distributed over multiple years without excessive token inflation.

***

## **Economic Design Philosophy**

The Hash Network mining economy is designed around:

* Utility-driven demand
* Long-term participation incentives

This creates a balanced ecosystem where: **Mining rewards early contributors while preserving the long-term sustainability of $HASH.**

***

#### The 6-month halving mechanism ensures that Hash Network maintains:

* Sustainable mining rewards
* Reduced inflation pressure
* Increasing scarcity over time

By combining halving mechanics with NFT Boost utilities and DeFi integration, Hash Network establishes a scalable mining economy designed for long-term growth.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hash-network-1.gitbook.io/docs/halving-mechanism.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
