# Choosing a Reward

Choosing the right reward is crucial to having a successful quest. At the current moment, we only support ERC20 tokens on Ethereum, Polygon, Arbitrum, and Optimism.&#x20;

To begin, first select which network you want users to receive the reward on. Then choose the token that you'd like to use (NOTE: The network the reward is on can be different than the network the action is on).&#x20;

If you don't see a token that you'd like to use, we are carefully evaluating new tokens on a periodic basis.

After selecting the reward, you will choose the reward amount. You can pick from a recommended reward which is determined by similar quests that have performed well, or a gas rebate option, which is calculated by the approximate gas cost required for a user to complete a quest. Note: If you choose a low reward amount, users may not complete the quest due to gas costs. If you choose too high of a reward and there is no allowlist, you may risk having users creating new wallets to complete the quest. Choose carefully!

<figure><img src="/files/7nU1QeomTeltMPTNGFhd" alt=""><figcaption></figcaption></figure>


---

# 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://help.rabbithole.gg/deploying-quests-on-quest-terminal/choosing-a-reward.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.
