> 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/rewards.md).

# Rewards

## 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.

## To stake your Qiji tokens:&#x20;

1. Visit: <https://app.mirakle.io/#/earn>
2. Locate the "Qiji" section on the left.

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

3. Enter the QIJI amount you'd like to stake.

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

3. Click to "Stake" and confirm the transaction.

## Compound vs Claim

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

There are two options for rewards: **"Compound"** and **"Claim".**

1. **Compound**: This lets you reinvest your waiting rewards like Multiplier Points and Escrowed Qiji. By doing so, you'll earn even more rewards over time.
2. **Claim**: This transfers any rewards you've earned straight to your wallet.

If you compound or stake your Escrowed Qiji tokens, you can unstake them for vesting at anytime later on.

## Escrowed Qiji

Escrowed Qiji (esQiji) can be used in two ways:

1. Staked for rewards similar to regular Qiji tokens

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

2. Vested to become actual Qiji tokens over a period of one year

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

Each staked Escrowed Qiji token will earn the same amount of rewards as a regular Qiji token.

Note that Escrowed Qiji (esQiji) is not meant to be transferrable unless you are doing a full account transfer. The amount of Qiji required to vest esQiji is unique per account and capped to the rewards received by that account. Please do not buy esQiji off the market or OTC as you will not be able to vest them.


---

# 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/rewards.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.
