# 🏆Rewards

There are 4 kinds of rewards in the protocol, these rewards provide incentives for participation and engagement within the ecosystem. They can be claimed at specific times or as they accrue, ensuring that participants are rewarded for their contributions and voting power.

| Emissions | <p>1.Emissions represent $Luma tokens distributed to liquidity pool stakers.</p><p>2.The amount of $Luma distributed to each pool is proportional to the voting power received from the voters in each epoch.</p>                                                                                                                                                                      |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Fees      | <p>1.Fees represent the trading fees generated by liquidity pools.</p><p>2.Voters in a pool receive their share of these fees in the form of pool tokens.</p><p>3.The tokens are streamed to voters proportionally based on their voting power and the accrued trading fees.</p><p>4.Fee rewards can be claimed as they accrue and do not need to be claimed each epoch.</p>           |
| Bribes    | <p>1.Liquidity pools allow external rewards, known as bribes, to be added by anyone.</p><p>2.Bribes can be contributed to whitelisted pools and are distributed only to voters in that specific pool.</p><p>3.The distribution of bribes is proportional to each voter's share of pool votes.</p><p>4.Bribes can be claimed after the epoch flips (typically after xxx 23:59 UTC).</p> |
| Rebases   | <p>1.Rebases represent veLuma tokens distributed to veLuma holders to reduce voting power dilution.</p><p>2.These rewards can be claimed as they accrue and are streamed proportionally to all veLuma holders.</p>                                                                                                                                                                     |


---

# 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://luma-protocol.gitbook.io/luma-protocol/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.
