> For the complete documentation index, see [llms.txt](https://docs.kaze.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaze.fi/tigris/xtig-and-trading-rewards.md).

# xTIG and trading rewards

Every 24 hours, starting at midnight GMT, 100 TIG are distributed among traders proportional to the fees they generate . \
To incentivize the use of the new tigETH liquidity pool, transactions using WETH as collateral have twice the weight in the xTIG calculation.

By trading, xTIG is automatically credited to the user. \
Earned balance is shown on the top right of the screen and it updates in real time.

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

By clicking on it, is possible to see the total stats for the trading day.

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

After the day has concluded, the tokens can be claimed in the form of xTIG.

After claiming, a trader can either:

* Unlock it immediately for a 50% penalty.
* Wait the end of the day to unlock it and withdraw it as TIG.
* Leave it as it is, since xTIG earns trading fees like staked TIG.

Out of the total supply of 2 million TIG, 100,000 tokens have been reserved for volume mining.\
Trading rewards are live on Arbitrum with 100 TIG per day, which will be adjusted if needed.

Another feature of xTIG is the possibility of adding extra rewards to it. This way, another project can sponsor one or multiple trading epochs on Tigris.<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.kaze.fi/tigris/xtig-and-trading-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.
