> For the complete documentation index, see [llms.txt](https://docs.intract.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intract.io/product-guide/community-hub-guides/quests/launching-your-quests/setting-up-rewards/submitting-tokens-for-automatic-distribution.md).

# Submitting Tokens for Automatic Distribution

If you plan on rewarding your questers with ERC20 tokens, you'll first need to submit those tokens to us. You give is tokens and we give it to questers.

<figure><img src="/files/iZBpAHbpdcnd6OmyZ5xO" alt=""><figcaption><p>Deposit Tokens</p></figcaption></figure>

Hit 'Launch Quest' with an ERC20 token as the reward. You'll then be asked to deposit those tokens. Please note, once you've made this move, you cannot make any changes to the campaign. This includes campaigns that are scheduled for a later date.

Before moving forward, check if you're sure about everything in the campaign. Review everything and make any changes that may be required.

<figure><img src="/files/ZMwbCcQpA9cW4Afm65hb" alt=""><figcaption><p>Connect Wallet</p></figcaption></figure>

&#x20;If you're sure about everything, click 'Continue to Deposit Tokens'. You'll then see an overview of the reward pool, the reward per winner, the number of winners, the distribution method, and the network.

Once you're happy with everything, connect your wallet. Select your account, sign the transaction, and you're good to go.

Please note, once you've submitted the tokens, you won't be able to change the reward. If you want a reward, be prepared to fill out a form and go through several procedures.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intract.io/product-guide/community-hub-guides/quests/launching-your-quests/setting-up-rewards/submitting-tokens-for-automatic-distribution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
