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

# 7. Tokenomics

### POKE Token Allocation Chart <a href="#token-allocation-chart" id="token-allocation-chart"></a>

<figure><img src="/files/7Y80SIDWxyTKna2uTbUD" alt=""><figcaption></figcaption></figure>

### Token Allocation and Vesting <a href="#token-allocation-and-vesting" id="token-allocation-and-vesting"></a>

<table><thead><tr><th width="129.95703125">Category</th><th width="60.33203125" align="center">％</th><th width="135.6484375">Cliff Period</th><th width="419.46875">Release Schedule</th></tr></thead><tbody><tr><td>Presale</td><td align="center"><strong>5%</strong></td><td>None</td><td>All requested amounts will be released before TGE</td></tr><tr><td>Game Airdrop</td><td align="center"><strong>10%</strong></td><td>None</td><td>Distributed over the initial 3 months</td></tr><tr><td>Marketing/Partnership</td><td align="center"><strong>15%</strong></td><td>30 days</td><td>Released as activities occur</td></tr><tr><td>Staking &#x26; Growth</td><td align="center"><strong>20%</strong></td><td>None</td><td>Released at monthly limit of 1.5%</td></tr><tr><td>Casino Operations Reserve</td><td align="center"><strong>30%</strong></td><td>None</td><td>Since casino operations require substantial funding, we have allocated a total of 30% of the token supply as operational funds.</td></tr><tr><td>Liquidity Provision</td><td align="center"><strong>10%</strong></td><td>None</td><td>One-time pair supply initially</td></tr><tr><td>Project Finance</td><td align="center"><strong>10%</strong></td><td>12 months</td><td>Then released equally over 24 months</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://poke-coin.gitbook.io/poke/tokenomics/7.-tokenomics.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.
