# Rewards

Rewards can be set-up from the appropriate panel in the Pool management dashboard.

More information on the reward computation can be found [here](/general-concepts/rewards.md).

<figure><img src="/files/0qAAInIK6oufOuuXZ645" alt=""><figcaption><p>Setting up Pool Rewards</p></figcaption></figure>

From here you can set-up:

### The Management Reward Rate

* The value is capped at 10%p.a.&#x20;
* If increased, pays due rewards to avoid retroactive billing (Decrease can be retroactive).
* Caller needs to be cleared for the *FLAG\_REWARD\_CHANGE* privilege.

### The Performance Reward Rate

* The value is capped at 50%.
* If increased, pays due rewards to avoid retroactive billing and resets the crystallization period (Decrease can be retroactive).
* Caller needs to be cleared for the *FLAG\_REWARD\_CHANGE* privilege.

### The Soft Hurdle Rate

* If decreased, pays due rewards to avoid retroactive billing and resets the crystallization period.
* Caller needs to be cleared for the *FLAG\_REWARD\_CHANGE* privilege.

### The Performance Reward Crystallization Period

* Note that a decrease will only be effective at the start of the next Crystallization Period.
* Caller needs to be cleared for the FLAG\_CRYSTALLIZATIONPERIOD\_CHANGE privilege.

### Strategist and Investor Burn Rewards

* Both are capped at 20%
* If increased when the Pool already has investors, there is a one-month timelock and the the function needs to be called twice with the same parameters.
* Caller needs to be cleared for the *FLAG\_REWARD\_CHANGE* privilege.

### The Administration Reward Rate

* The value is capped at 2%p.a.&#x20;
* If increased, pays due rewards to avoid retroactive billing (Decrease can be retroactive).
* Caller needs to be cleared for the *FLAG\_ADMINREWARD\_CHANGE* privilege.

### The Protocol Reward Share

You may check what is the Protocol Reward share on Strategist and Administrator rewards.

### The Reward Payment Method

You may elect to have rewards paid into newly minted Pool tokens or in the Pool Base Currency

Caller needs to be cleared for the *FLAG\_REWARD\_PAYMENTMETHOD* 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/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.
