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

# Token Schedule

<table><thead><tr><th>Token Use</th><th width="150">TGE Allocation</th><th>Locked Period</th><th>Vesting</th></tr></thead><tbody><tr><td><strong>Private Sale (5%)</strong></td><td>10%</td><td>6 Months</td><td>3.75% Every Month for 2 years</td></tr><tr><td><strong>Presale (5%)</strong></td><td>10%</td><td>3 Months</td><td>3.75% Every Month for 2 Years</td></tr><tr><td><strong>Community Sale (Public) (5%)</strong></td><td>10%</td><td>-</td><td>15% Every Month for 6 Months.</td></tr><tr><td><strong>Liquidity (DEX/CEX) (5%)</strong></td><td>100%</td><td>-</td><td>Locked to DEX for 1 Year. Renewal of Lock Every Year.</td></tr><tr><td><strong>Community Rewards and Incentives (X2Earn™) (35%)</strong></td><td>0%</td><td>-</td><td>100% Unlocked on game Launch. Accessible only via Minting.</td></tr><tr><td><strong>Global Strategy Investor/Advisors (5%)</strong></td><td>0%</td><td>6 Months</td><td>3.33% Every Month for 2 and half years.</td></tr><tr><td><strong>Ecosystem Fund (15%)</strong></td><td>0%</td><td>-</td><td>2.78% Every Month for 3 Years.</td></tr><tr><td><strong>Team (10%)</strong></td><td>0%</td><td>6 Months</td><td>3.33% Every Month for 2 and half years.</td></tr><tr><td><strong>Social Impact Fund (10%)</strong></td><td>0%</td><td>-</td><td>2.78% Every Month for 3 Years.</td></tr><tr><td><strong>Reserve (5%)</strong></td><td>0%</td><td>-</td><td>On Demand - Full Transparency</td></tr></tbody></table>

We follow a schedule to prevent inflation and drastic price changes.

* Three (3) year vesting
* Six (6) Month cliff
* Distributed equally in the duration of 3 years


---

# 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://arkofdreams.gitbook.io/whitepaper/tokenomics/token-schedule.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.
