# Extra Rewards

## Overview

The Gaming DEX now supports an **Extra Rewards** feature, allowing any token to be designated as a reward for any liquidity pool. This provides token issuers to attract liquidity by adding incentives to their own pools, while also enabling users to support specific pools they wish to promote.

***

## Reward Settings

The setup process is extremely simple.

1. From the Pool page, open the pool you want to configure with Extra Rewards.
2. Click the "Add Rewards" button under the Extra Rewards section.

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdCRUywYlfeqMVNmFvs_YRbCC-jmt65fFpQzrGgo5cwZJF15IMruja3fBjeW9vIsxgLpzmQ_sLM4nDEXUvKFhOylEtwGHgeACS073Wtn_jC30gF9skiWbxn4GPgkBM_a13ehFJA?key=JZIBMO-ByjQz4I_3vi_H9A" alt=""><figcaption></figcaption></figure>
3. Select the token you wish to add as a reward, specify the amount, and set the distribution period.<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXffGRZ4-PTTtMHQQOCKwDl0M1c_jfB9IAvXXj1lSviBHhYW8-upCAOC_Ys-7BvEUsn6xYCSvhdqsm2EAmi7nLEPOIn1adbO98Bg5MlQ_3tNM2lOBR-KBIiq7WePZdNx_cfj3YzVrw?key=JZIBMO-ByjQz4I_3vi_H9A" alt=""><figcaption></figcaption></figure>
4. After approving the transaction and depositing the tokens, the setup is complete.   \
   \*Note: Once deposited, tokens cannot be withdrawn.
5. **Reward distribution will begin at 00:00 UTC on the following Thursday.**

***

## Emission Logic

* The reward pool is evenly distributed on a weekly basis.
* As with standard liquidity mining, rewards are distributed proportionally based on the share of staked LP tokens.
* Rewards can be claimed from the Claim page.


---

# Agent Instructions: 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:

```
GET https://docs.gaming-dex.com/product/pools/extra-rewards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
