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

# Token distribution

<figure><img src="/files/B5PkRlLdDOQzJdvxcTR2" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th></th><th width="88"></th><th width="112"></th><th width="172"></th><th></th></tr></thead><tbody><tr><td>Item</td><td>% Old</td><td>% Revised</td><td>Quantity Revised</td><td>Timeline</td></tr><tr><td>LBE</td><td>2%</td><td>2%</td><td>20,000,000</td><td>Unlock immediately (25 Jul)</td></tr><tr><td>Private sales</td><td>5%</td><td>5%</td><td>50,000,000</td><td>Postponed till further notice</td></tr><tr><td>Airdrop</td><td>4%</td><td>6%</td><td>60,000,000</td><td>Sep 2022 - Sep 2025</td></tr><tr><td>Treasury</td><td>15%</td><td>0%</td><td>0</td><td>Shifted to rewards</td></tr><tr><td>LP Farming</td><td>2%</td><td>5%</td><td>50,000,000</td><td>Unlock immediately </td></tr><tr><td>Team &#x26; advisors tokens locking</td><td>15%</td><td>12%</td><td>120,000,000</td><td>From Q4 2023 &#x26; unlock within 48 months </td></tr><tr><td>Staking</td><td>14%</td><td>0%</td><td>0</td><td>Shifted to rewards</td></tr><tr><td>Rewards</td><td>33%</td><td>60%</td><td>600,000,000</td><td>From Q3 2022 </td></tr><tr><td>Project development fund </td><td>10%</td><td>10%</td><td>100,000,000</td><td>Reserved, unlocked based on demand </td></tr><tr><td>Total</td><td>100%</td><td>100%</td><td>1,000,000,000</td><td><br></td></tr></tbody></table>

After careful consideration, we have made the decision to redirect the allocation previously allocated to staking and treasury towards game rewards. Our primary objective in doing so is to significantly enhance user engagement. By allocating more towards game rewards, we aim to provide players with enticing incentives for their gameplay, thereby attracting and retaining a larger player base. Ultimately, this shift is intended to foster a more lively and dynamic gaming community.

Furthermore, this reallocation serves the purpose of promoting a balanced and equitable gaming experience. By allocating rewards based on in-game achievements and performance, we ensure that players who invest their time and effort in the game are duly recognized and rewarded. This approach fosters a sense of fairness and motivates players to strive for excellence, ultimately cultivating a healthier and more competitive gaming environment.


---

# 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://whitepaper.mocossi.com/moconomics/token-distribution.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.
