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

# Tokenomics

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

XOR token has a fixed maximum supply of 1 billion.

The distribution model for the XOR token is structured for a significantly long ecosystem health. Check the [token vesting page](/xorion-chain-docs/the-xor-token/token-emission.md).

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

| Category                          | Percentage | Amount(XOR) | Vesting Schedule                                      |
| --------------------------------- | ---------- | ----------- | ----------------------------------------------------- |
| <p>Ecosystem &                    |            |             |                                                       |
| <br>Community</p>                 | 35%        | 350,000,000 | 5% at TGE, 24-month linear vesting                    |
| Core Team & Advisors              | 20%        | 200,000,000 | 15% at TGE, 36-monthly vesting                        |
| Developer Incentives              | 15%        | 150,000,000 | 3 months cliff, 24-month linear vesting               |
| Strategic Partners                | 10%        | 100,000,000 | <p>6-month cliff, 18-month linear                     |
| <br>vesting</p>                   |            |             |                                                       |
| Validator Rewards & Security Pool | 10%        | 100,000,000 | Continuous via staking                                |
| Reserve                           | 8%         | 80,000,000  | Locked for future use                                 |
| Public Sale                       | 2%         | 20,000,000  | 50% unlock, 50% vesting over 6 months (Launchpad/IDO) |

{% hint style="info" %}
Xorion proactively reduces cross-chain risk, one of the biggest challenges facing interoperability protocols today. This is done by dedicating 10% to the validators and the security pool.
{% endhint %}


---

# 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://xorion-chain.gitbook.io/xorion-chain-docs/the-xor-token/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.
