# Rewards

Bancor v3 supports 2 types of reward programs to maximize the flexibility and usability of the rewards that can be used by projects and community members and incentivized liquidity providers to deposit their tokens into Bancor pools:

1. [Auto Compounding ](/developer-guides/read-functions/rewards/standard-rewards/identify-if-a-program-exists/auto-compounding.md)
2. [Standard Rewards](/developer-guides/read-functions/rewards/standard-rewards/identify-if-a-program-exists/standard-rewards.md)


---

# 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.bancor.network/developer-guides/read-functions/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.
