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

# Tokenomics

Total supply of NINKY is 10,000,000,000, which will be distributed as follows:

<table><thead><tr><th width="239">Source</th><th width="150" align="right">Allocation</th><th align="right">%</th></tr></thead><tbody><tr><td>Game Circulation</td><td align="right">5,950,000,000</td><td align="right">59.5%</td></tr><tr><td>Mining Reward</td><td align="right">1,200,000,000</td><td align="right">12%</td></tr><tr><td>Eco Fund</td><td align="right">775,000,000</td><td align="right">7.75%</td></tr><tr><td>Early Backers</td><td align="right">975,000,000</td><td align="right">9.75%</td></tr><tr><td>Team</td><td align="right">1,100,000,00</td><td align="right">11%</td></tr><tr><td><strong>Total Amount</strong></td><td align="right"><strong>10,000,000,000</strong></td><td align="right"><strong>100%</strong></td></tr></tbody></table>

#### Game Circulation

Game Circulation is the amount that players can acquire through in-game activities.&#x20;

#### Mining Reward

Mining Reward is the amount of NINKY to be distributed through the NINKY-BNB LP Farm and NINKY Staking Pool.

#### Eco Fund

Eco fund will be used as an incentive project to reward the community and contribute to the project.

#### Early Backers

The amount allocated to early backers will be distributed with a vesting period of one year(January 15, 2022-January 14, 2023).

#### Team

A portion of the amount allocated to the ‘Team’ is issued when the NINKY supply reaches a certain amount, and the issued tokens go through staking in the NINKY Staking Pool with a vesting period of one year.


---

# 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.ninky.io/blockchain-gameplay/ninky/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.
