# Rewards

## How Rewards Accrue

Staking rewards are generated by WEMIX3.0 validators(WONDERs) and accumulated in the Reward Pool. These rewards are periodically compounded back into the staking pool, increasing the exchange rate between stWEMIX and WEMIX.

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

### **Reward Mechanism:**

* Staked WEMIX is delegated to the highest-performing WONDER
* The WONDER generates block rewards continuously
* Rewards accumulated in the Reward Pool
* Rewards are periodically claimed and compounded
* Exchange rate updates to reflect compounded rewards

### Compounding Process

When rewards are compounded:

* Accumulated WEMIX from the Reward Pool is claimed
* 10% protocol fee is collected (converted to stWEMIX, sent to Treasury, and burned)
* Remaining 90% is restaked in the Governance Contract
* Exchange rate increases to reflect net rewards

This automatic compounding mechanism means stWEMIX holders earn rewards without any manual actions.

### Reward Calculation

The exchange rate between stWEMIX and WEMIX is calculated based on:

* StakingAmount: Total WEMIX staked in Governance Contract
* ClaimAmount: WEMIX accumulated in Reward Pool
* Protocol Fee: 10% of ClaimAmount
* Exchange rate formula:

$$
Exchange  \space Rate = {StakingAmount + ClaimAmount - feeWEMIX \over Total \space stWEMIX \space supply}
$$


---

# 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.wemix.fi/services/liquid-staking/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.
