> For the complete documentation index, see [llms.txt](https://docs.orai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orai.io/developer-guides/oraidex/oraix-token.md).

# ORAIX Token

**ORAIX** is the governance and utility token of OraiDEX, which is designed to balance its inflation from rewards and spending from utility fees as follows. Note that a portion of utility fees will be burnt. It will be decided by governance voting.

**Utilities:**

1. Pay meta-staking fee (the fee is taken directly from profits)
2. Pay pool creation fee
3. Pay OraiBridge fee
4. Pay NFT Bridge fee
5. Buy airdrop NFT tickets of newly listed projects on OraiDEX

**Governance:**

1. Fee structures
2. Meta-staking policies

## **Token distribution and listing price** <a href="#id-9136" id="id-9136"></a>

**Total supply: 1,000,000,000 ORAIX**

* Staking rewards: 30% (including fairdrop + initial listing)
* Liquidity mining incentives: 50%
* Developer pool: 15%
* Community pool: 5%

**Listing price on OraiDEX will be voted by ORAI holders (below is an example):**

* Listing price: $0.025
* Initial circulating supply: 20,000,000 ORAIX
* Initial market cap: $500K
* Diluted market cap: $25M

***Staking rewards, liquidity mining incentives, and developer pool will be vested in 5+ years.***

<br>


---

# 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://docs.orai.io/developer-guides/oraidex/oraix-token.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.
