> For the complete documentation index, see [llms.txt](https://docs.launchpad.heymint.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchpad.heymint.xyz/creators/manage-smart-contract/before-deployment/presale-only-set-up-allowlist.md).

# (Presale only) Set up allowlist

If you enabled presale, you will need an allowlist, the list of wallet addresses who are allowed mint during presale. An allowlist is a powerful concept and beneficial for both creators and collectors:

### For creators&#x20;

* Have an idea of how many people will mint by collecting a wallet address
* Spread the word about the project by requiring people to follow twitter account, RT/like certain tweet, or join discord server

### For collectors

* Get a guaranteed mint
* Avoid gas war&#x20;

## How to set up an allowlist

To set up an allowlist and collect wallet addresses, we built a free tool, [HeyMint allowlist](https://heymint.xyz), used by more than **200K+** users where you can set up an allowlist easier than ever and add as many requirements as you'd like.&#x20;

In HeyMint allowlist, you can add requirements to join an allowlist such as:

* Require to follow one or more twitter account(s)
* Require to RT/like a tweet
* Require to join one or more discord server(s)
* Require to have one or more discord role(s)
* Require to own one or more NFTs
* Require to own ERC-20 token
* Require to provide an email
* Require to provide a password
* Require to answer question(s)

There is no hidden cost to use any of the features, so you can go ahead and start creating an allowlist immediately from [here](https://heymint.xyz) :)&#x20;

## Import allowlist

Once you create an allowlist and collect wallet addresses, you can export allowlist on HeyMint as a CSV and import to Launchpad from contract management page ("**Sale**" tab and "**presale**" section):

![](/files/hQ2DzH78Sis6FCyLmCn8)

{% hint style="info" %}
If you don't set any quantity, we will automatically set the quantity as 1.
{% endhint %}

Once you import the CSV, all the wallet addresses (paginated) will immediately show up:

<figure><img src="/files/0A50Cihjs08T5L0T9kwp" alt=""><figcaption></figcaption></figure>

With the allowlist feature, you can:

* Search a certain address to check if the address exists in the allowlist&#x20;
* Manually add/delete a wallet or change the allocated quantity

{% hint style="warning" %}
Please note that **you don't need any blockchain transaction or redeployment of contract** to make a change in the allowlist even after deployment. You can make a change anytime and the change will be reflected instantly.
{% endhint %}


---

# 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.launchpad.heymint.xyz/creators/manage-smart-contract/before-deployment/presale-only-set-up-allowlist.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.
