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

# Tokenomics

<table><thead><tr><th width="210">項目</th><th width="177">枚数</th><th width="83">割合</th><th width="291">ロック解除</th></tr></thead><tbody><tr><td>Partners &#x26; Advisors</td><td>50,000,000枚</td><td>10％</td><td>6ヶ月ロック後12ヶ月解除</td></tr><tr><td>PrivateSale</td><td>75,000,000枚</td><td>15％</td><td>TGE10％解除以降12ヶ月解除</td></tr><tr><td>PublicSale</td><td>15,000,000枚</td><td>3％</td><td>TGE20％解除以降12ヶ月解除</td></tr><tr><td>Liquidity</td><td>10,000,000枚</td><td>2%</td><td></td></tr><tr><td>Ecosystem reserve</td><td>100,000,000枚</td><td>20％</td><td>毎月5％ロック解除</td></tr><tr><td>Marketing</td><td>100,000,000枚</td><td>20％</td><td>毎月1％解除13ヶ月目から10％解除</td></tr><tr><td>Team</td><td>100,000,000枚</td><td>20％</td><td>12ヶ月ロック後月1％解除</td></tr><tr><td>Game</td><td>50,000,000枚</td><td>10％</td><td></td></tr><tr><td>Total</td><td>500,000,000枚</td><td>100％</td><td></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://six502.gitbook.io/wp/ecosystem/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.
