> 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-allocation.md).

# Token Allocation

<table><thead><tr><th width="185">Allocation Recipient</th><th width="150">Token Allocation</th><th width="150">Allocation in Tokens ($AOD)</th><th width="150">Purpose</th></tr></thead><tbody><tr><td>Private Sale and Presale</td><td>10%</td><td>100,000,000</td><td><strong>Sale for Strategic Partners, Communities, and Early Supporters</strong></td></tr><tr><td>Community Sale (Public)</td><td>5%</td><td>50,000,000</td><td><strong>Public Sale for the AoD Community</strong></td></tr><tr><td>CEX/DEX Liquidity</td><td>5%</td><td>50,000,000</td><td><strong>Liquidity Pool</strong></td></tr><tr><td>Community / X2Earn<strong>™</strong></td><td>35%</td><td>350,000,000</td><td><strong>User Rewards and Treasury</strong></td></tr><tr><td>Ecosystem Fund</td><td>15%</td><td>150,000,000</td><td><strong>Marketing, Development, and other needs of the ecosystem</strong></td></tr><tr><td>Global Strategic Investors/Advisors</td><td>5%</td><td>50,000,000</td><td><strong>To help make the vision a reality globally - esp. with brand acquisition.</strong></td></tr><tr><td>Team</td><td>10%</td><td>100,000,000</td><td><strong>For team rewards and retention</strong></td></tr><tr><td>Social Impact Fund</td><td>10%</td><td>100,000,000</td><td><strong>For social impact initiatives helping MSMEs/SMEs thrive and prosper, no matter the economic conditions.</strong></td></tr><tr><td>Reserve</td><td>5%</td><td>50,000,000</td><td><strong>Emergency fund (e.g. buy back)</strong></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://arkofdreams.gitbook.io/whitepaper/tokenomics/token-allocation.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.
