# Standard (External) Rewards

In Bancor version 3, rewards can be distributed to a liquidity pool in any token using the Standard Rewards contract. For example, a project could distribute its earnings to token holders by creating a rewards program that distributes USDC.&#x20;

This mechanism also enables rewards to be distributed in 2 different tokens at the same time, referred to as [Dual Liquidity Mining](/about-bancor-network/resources-for-daos/liquidity-mining/dual-liquidity-mining.md).&#x20;

Standard Rewards will be used to distribute BNT rewards in the Bancor V3 bootstrapping campaign.&#x20;

{% hint style="info" %}
Rewards earned from a Standard Rewards program do not automatically compound, as they are a different token than the one provided - they must be claimed.&#x20;
{% endhint %}

### Standard Rewards vs Auto Compounding Rewards

Standard Rewards differ from Auto Compounding Rewards in the following ways:

|                        | Standard Rewards                                                                                                                                                                                                                                                               | Auto Compounding Rewards                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
| Reward token           | Any token (deposited or non-deposited)                                                                                                                                                                                                                                         | <p>Deposited token only<br>(i.e. for a DAI deposit, rewards can only be in the DAI token)</p> |
| Requires manual opt-in | <p>Yes - users must manually:<br>1. Join the rewards program using a <code>join</code> transaction (stake bnTokens)<br>2. Claim rewards using <code>claim</code> or<code>stake</code> transaction<br>3. Exit the program using <code>leave</code> to return their bnTokens</p> | No - users receive the rewards automatically by holding bnTokens                              |


---

# 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/about-bancor-network/resources-for-daos/liquidity-mining/standard-external-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.
