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

# Tokenomics

***Total Supply*** : 10,000,000 EKD

***Token address***: 0x992dabCB01111306427862b837Fb4B964aEFDAAA

| Name                | Allocation | Amount    | Vesting                                                    |
| ------------------- | ---------- | --------- | ---------------------------------------------------------- |
| Private sale        | 2.5%       | 250,000   | First release 75%, vesting 25% next month                  |
| Public sale (IDO)   | 10%        | 1,000,000 | TGE 100%                                                   |
| Liquidity Pool      | 7%         | 700,000   | Lock 1 year                                                |
| Play to earn reward | 55%        | 5,500,000 | Start to unlock when the game launches, 10% monthly unlock |
| Marketing           | 15%        | 1,500,000 | First release 10%, vesting 10% per month                   |
| Reserver            | 5%         | 500,000   | Unlock when the pool reward runs out                       |
| Airdrop             | 2%         | 200,000   | Vesting 25% per month                                      |
| Staking reward      | 3.5%       | 350,000   | Start to unlock when staking launches                      |


---

# 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:

```
GET https://kingdom-epic.gitbook.io/epic-kingdom-nft/economy/tokenomics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
