# Rewards

### Emissions

Represent `$KODO` distributed to liquidity pool stakers. The amount of `$KODO` distributed towards every pool is proportional to the voting power received from the voters every epoch.

These rewards are streaming and are available for claim as these accrue.

### Fees

Represent liquidity pool trading fees distributed to voters in pool tokens ( e.g., if the pool is `vAMM-KODO/USDC` the distributed tokens are `$KODO` and `$USDC`).

The tokens are streaming proportionally to the voting power cast by a voter and the accrued amount of trading fees.

These rewards are available for claim as they accrue. They do not need to be claimed each epoch.

### Bribes

In addition to the fees, liquidity pools allow external rewards from anyone (known as *bribes*). Bribes can be added to all *gauged* pools and are distributed *only* to voters on that pool, proportionally to their share of pool votes.

Bribes can be deposited at any point in the epoch.

These rewards are available for claim after the epoch flips (after Wednesday 23:59 UTC), and are proportional to the voting power cast by a voter (`$veKODO`).

### Rebases

Represent `$veKODO` distributed to `$veKODO` holders in order to reduce the voting power dilution.

These rewards are available for claim as these accrue and are streaming proportionally to all `$veKODO` holders.

\
\ <br>


---

# 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.kodo.exchange/overview/protocol-design/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.
