> 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/general-mining-formula.md).

# General Mining Formula

The actual Mining Rate of a Node at any given time is:

$$
∑FC = R₀ × (1 + B) + R
$$

Where:

* **R₀** — Base Mining Rate at the time of Node creation (1, 0.5, 0.25, or 0 FC/day depending on halving milestone)
* **B** — Total Mining Rate accumulated from Peer Meet, Trust Circle, Anchor Node, Knowledge Proof
* **R** — Additional FC from Network Expansion

The Mining Rate (**B**) is a cumulative positive value from multiple sources, accelerating FC production during its validity window, it does not directly add FC to the Node. \
\
\&#xNAN;*Example: a Node with R₀ = 1 and B = 2.25 → Mining Rate = 1 × (1 + 2.25) = **3.25 FC/day**.*

***

#### Mining Session

Mining does not run automatically. Users must activate a **24-hour Mining Session** by opening the app and pressing the mine button. During 24 hours, the Node produces FC continuously at its current Mining Rate. If no new session is activated, the Node pauses - all FC already produced remains with the User.


---

# 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/general-mining-formula.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.
