> 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/tokenomics/gpuf.md).

# GPUF

Introduces the GPUF token and its role in the ecosystem.

GPUF is the token traded and committed to the GPUFi mining contract. Trading activity creates the creator tax. Committed tokens and time create mining power.

### Token identity

| Parameter    | Value           |
| ------------ | --------------- |
| Name         | GPUFi           |
| Symbol       | GPUF            |
| Chain        | Robinhood Chain |
| Chain ID     | 4663            |
| Total Supply | 1,000,000,000   |
| Decimals     | 18              |
| Quote Asset  | ETH             |

### What GPUF does

GPUF has two defined roles in the ecosystem:

* Users commit GPUF tokens and time to generate mining power.
* Mining power determines a user's proportional share of the mining pool.
* GPUF trades generate the 3% creator tax.

The creator tax is distributed across burn, the mining pool, holder sharing, treasury, and operator reserve.

**GPUF trading**\
→ **3% creator tax**\
→ **Ecosystem allocations**\
→ **Mining pool, treasury, holder sharing, burn, and operator reserve**

### Mining role

GPUFi uses **mining**, not staking. Users commit GPUF and time. Mining power grows linearly toward full power over 21 days.

$$
\text{Mining Power} = \text{Locked} \times \min(1, \text{days committed} / 21)
$$

After day 21, mining power remains at 100%. Tokens unlock gradually at 10% per day. The full lockup becomes unlocked by day 31.

{% hint style="info" %}
This page establishes GPUF's role in mining. [Supply & Parameters](/tokenomics/supply-and-parameters.md) contains the complete mining reference.
{% endhint %}

### Tax role

Every GPUF trade carries a 3% creator tax. The tax has five destinations:

* Burn
* Mining Pool
* Holder Sharing
* Treasury
* Operator Reserve

See [Tax Distribution](/tokenomics/tax-distribution.md) for the exact allocation.

### What GPUF is not

GPUF is not described as a guaranteed-yield token, fixed-income instrument, dividend, or traditional staking token.

{% hint style="warning" %}
GPUF mining rewards depend on ecosystem activity and the amount of revenue entering the mining pool. They are not a fixed or guaranteed return.
{% endhint %}

Continue to [Tax Distribution](/tokenomics/tax-distribution.md) for the full creator-tax allocation.


---

# 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/tokenomics/gpuf.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.
