> For the complete documentation index, see [llms.txt](https://docs.gpu-fi.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpu-fi.uk/mining.md).

# Mining

Explains GPUF mining, rewards, and withdrawal mechanics.

GPUFi uses a mining mechanism, not staking. Users commit GPUF and time. This commitment produces mining power, which determines each miner's share of the hourly mining pool.

### Mining at a glance

| Parameter                       | Value                                     |
| ------------------------------- | ----------------------------------------- |
| Minimum commitment period       | 21 days                                   |
| Full mining power               | After 21 days                             |
| Unlocking after day 21          | 10% of the locked amount per day          |
| Full unlock                     | By day 31                                 |
| Reward distribution             | Every hour                                |
| Emergency exit                  | 90% returned, 10% sent to the mining pool |
| Maximum mining power per wallet | Based on 2% of total supply               |

Mining power reaches 100% after 21 days. It remains at 100% while the committed tokens unlock gradually. The unlock schedule begins after day 21 and completes by day 31.

### Explore mining

{% content-ref url="/spaces/kkr7s1yzTsFyOUiijXzU/pages/58KPptIzs4Prt4bQZRoQ" %}
[How Mining Works](/mining/how-mining-works.md)
{% endcontent-ref %}

Explains the lifecycle from commitment through reward distribution and unlock.

{% content-ref url="/spaces/kkr7s1yzTsFyOUiijXzU/pages/zsBlxgMdXQcNgJl1L7Hy" %}
[Mining Power](/mining/mining-power.md)
{% endcontent-ref %}

Explains mining power growth and the 2% wallet cap.

{% content-ref url="/spaces/kkr7s1yzTsFyOUiijXzU/pages/ZfNC6NsJqzzXp3ciEChz" %}
[Reward Calculation](/mining/reward-calculation.md)
{% endcontent-ref %}

Explains the hourly mining pool and each miner's reward share.

{% content-ref url="/spaces/kkr7s1yzTsFyOUiijXzU/pages/b0sIpn0f9XQ3t2CTLgFq" %}
[Emergency Exit](/mining/emergency-exit.md)
{% endcontent-ref %}

Explains the outcome of leaving before the normal mining period completes.

Start with [How Mining Works](/mining/how-mining-works.md) for the complete lifecycle.


---

# 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://docs.gpu-fi.uk/mining.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.
