> For the complete documentation index, see [llms.txt](https://docs.unich.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unich.com/unich-network/mining-and-node-upgrade-mechanism/base-mining-rate-and-the-halving-mechanism.md).

# Base Mining Rate and the Halving Mechanism

Each Node has a fundamental attribute: Base Mining Rate - the speed at which FC is generated per unit of time. The base Mining Rate of a newly created Node depends on the total number of Nodes in the network at the time of creation, following a pre-programmed halving mechanism.\
\
**Node-Count-Based Halving Mechanism**\
\
Similar to Bitcoin's halving mechanism but based on the number of Nodes in the network rather than block height, the base Mining Rate of new Nodes is halved when the network reaches the following milestones:

| Network Node Count       | Base Mining Rate            |
| ------------------------ | --------------------------- |
| 0 → 8 million            | 1 FC per day                |
| 8 million → 80 million   | 0.5 FC per day              |
| 80 million → 800 million | 0.25 FC per day             |
| Above 800 million        | 0 FC per day (subsidy ends) |

<figure><img src="/files/YbMyLqN0bYuRU8XqU99V" alt=""><figcaption></figcaption></figure>

***

Three important consequences:

**First:** Nodes joining earlier have a higher base Mining Rate. This is how the network recognizes the contribution of Users who participate when risk is greatest and trust matters most.

**Second:** FC supply decreases with network scale, ensuring total supply is not infinite. When the network reaches 800 million Nodes, the base Mining Rate reaches zero and only Boost Multipliers from activity remain.

**Third:** The mechanism is fully automatic and cannot be intervened. The founding team has no authority to change halving milestones, delay halving, or increase base Mining Rate after halving has occurred.

*The Block Subsidy Protocol is designed to grow sustainably alongside the community.*


---

# 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:

```
GET https://docs.unich.com/unich-network/mining-and-node-upgrade-mechanism/base-mining-rate-and-the-halving-mechanism.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.
