# Referral Reward

## Referral Reward set-up

The configuration of Referral Rewards may be accessed from the dedicated panel in the pool management navigation bar.

<figure><img src="/files/uo5NFAuoyDahy29UOyvC" alt=""><figcaption><p>Referral Reward configuration page</p></figcaption></figure>

From here you can:

### Referral Reward Rate set-up:

Input the Referrer ID, the Referral Reward Rate (in %) and the payment address.

* **Note**:  a single ID cannot be re-used for two different payment addresses.
* **Note**: if the reward rate is increased then there is a ten minutes timelock and the `updateMintReward`function needs to be called with at  least a ten minute delay to register the change. Reward rate decreases are  immediately set up.
* **Note**: Caller needs to be cleared for the *FLAG\_MINTREWARD\_CHANGE* privilege.

### Check a Referrer status

Input the Referral ID you would like checked and click on the 'Check Referral ID' box. Current and queued Referral Reward Rates will be displayed. A button will appear if the Referral Reward Rate is updatable.

### Delete a Referrer

Input the Referral ID you would like checked and click on the 'Delete Referrer' box.

* **Note**: A deleted ID cannot be reused.
* **Note**: A deleted Referrer can still claim pending rewards.
* **Note**: If a user tries to deposit a second time while using a deleted referral ID and having a deposit in queue then his first deposit is cancelled.
* **Note**: Caller needs to be cleared for the *FLAG\_MINTREWARD\_CHANGE* privilege.


---

# 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.cadmos.finance/administration-platform/pool-management/referral-reward.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.
