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

# Tokenomics

## Token Information

The total supply of Qiji is 100,000,000.

Steps to purchase Qiji can be found on the Buy page.

* <https://app.mirakle.io/#/buy>

After staking Qiji, you will receive a staked Qiji token.

Note that the balance for this will return your total staked amount including any rewards tokens and Multiplier Points.

### Qiji Allocation

| Allocation            | % Total Supply | Number of Tokens | Vesting            |
| --------------------- | -------------- | ---------------- | ------------------ |
| Initial Liquidity IDO | 2%             | 2,000,000        | 100% unlock at TGE |
| DAO Fund              | 10%            | 10,000,000       | Vesting in 2 years |
| Marketing & Partners  | 8%             | 8,000,000        | Vesting in 2 years |
| Liquidity             | 10%            | 10,000,000       | Vesting in 2 years |
| Flux Token Holder     | 5%             | 5,000,000        | Vesting in 1 year  |
| Dev Fund              | 10%            | 10,000,000       | Vesting in 2 years |
| QLP Staker            | 35%            | 35,000,000       | Vesting in 2 years |
| QIJI & esQIJI Staker  | 20%            | 20,000,000       | Vesting in 2 years |

## Staking Qiji

Staked Qiji receives three types of rewards:

* Escrowed Qiji
* Multiplier Points
* Network token Rewards (WFUSE)

30% of fees generated from swaps and leverage trading are converted to Network token and distributed to staked Qiji tokens.&#x20;

Note that the fees distributed are based on the number after deducting referral rewards and the network costs of keepers, keeper costs are usually around 1% of the total fees.


---

# 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://mirakle.gitbook.io/home/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.
