> For the complete documentation index, see [llms.txt](https://gptt.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gptt.gitbook.io/en/economic-model/gptt.md).

# $GPTT

### $GPTT contract address on BSC:

```
0x3A11165F7f4bFbd57272c447E9846832405806f1
```

### **GPTT Issuance**

<table><thead><tr><th width="133" align="center">Issuance Targets</th><th width="87" align="center">Quantity/100 million</th><th width="73" align="center">Proportion</th><th align="center">Issuance Method and Purpose:</th></tr></thead><tbody><tr><td align="center">AI trainers</td><td align="center">300</td><td align="center">60%</td><td align="center">Issued through AI training and social gaming activities</td></tr><tr><td align="center">AI artists</td><td align="center">25</td><td align="center">5%</td><td align="center">Issued through AI painting competition activities</td></tr><tr><td align="center">AI application developers</td><td align="center">25</td><td align="center">5%</td><td align="center">Issued through online training activities for AI application developers</td></tr><tr><td align="center">AI node funds</td><td align="center">50</td><td align="center">10%</td><td align="center">Used as an incentive for GPTT community evangelists</td></tr><tr><td align="center">Liquidity pool funds</td><td align="center">50</td><td align="center">10%</td><td align="center">Used to add to the GPTT-LP liquidity pool</td></tr><tr><td align="center">Development funds</td><td align="center">50</td><td align="center">10%</td><td align="center">Used for ecological development, with a 5-year period, unlocking from the second year, with 10 billion unlocked every year.</td></tr><tr><td align="center">Total</td><td align="center">500</td><td align="center">100%</td><td align="center"></td></tr></tbody></table>

**Destroying GPTT**

<table><thead><tr><th width="147.33333333333331" align="center">Destroying GPTT</th><th width="104" align="center">Destruction ratio</th><th align="center">Destruction rules</th></tr></thead><tbody><tr><td align="center">Training AI robots</td><td align="center">90%</td><td align="center">GPTT earned from purchasing and training AI robots</td></tr><tr><td align="center">Energy ball sales</td><td align="center">90%</td><td align="center">GPTT earned from purchasing energy balls</td></tr><tr><td align="center">BNB buyback</td><td align="center">25%</td><td align="center">25% of BNB revenue from advanced AI trainer certification, AI factory upgrades, etc. used for GPTT buyback and destruction.</td></tr></tbody></table>


---

# 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://gptt.gitbook.io/en/economic-model/gptt.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.
