# Reward Distribution

## Sources of Rewards

1. **Aerodrome Voting Rewards**
   * Bribes from protocols
   * Trading fees from gauges
   * AERO emissions
2. **Partner Incentives**
   * Direct bribes to the vault
   * Partnership rewards

## Distribution Flow

Aerodrome Rewards → RewardsHarvester → Distribution ├── 80% to iAERO stakers ├── 10% to treasury └── 10% to peg reserve

## Claiming Process

### For iAERO Stakers

1. Stake iAERO in the StakingDistributor
2. Rewards accumulate automatically and distribute after each epoch ends
3. Claim anytime through the UI

### Reward Tokens

Common reward tokens include:

* AERO
* USDC
* ETH
* Various protocol tokens

## Compounding

The vault automatically:

* Claims all available rewards weekly
* Processes and distributes to stakers
* Reinvests protocol fees


---

# 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.iaero.finance/tokenomics/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.
