> For the complete documentation index, see [llms.txt](https://docs.imintify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imintify.com/whitelist/create-an-allow-list.md).

# Create an allow list

### 🔥 Use Cases

* Loyalty to reward your community at discounted prices&#x20;
* Reward users by guaranteed access to the Minting
* Ensure to get real buyers and no bots

{% hint style="info" %}
You can use the Whitelist to allow people to a specific minting phase and Mint with a discount.
{% endhint %}

### 📝 Create allow list <a href="#id-0-toc-title" id="id-0-toc-title"></a>

Press the Create Access list to create a new list. Next, you can fill in all your details, like the name, description, and social media accounts.

<figure><img src="https://imintify.com/wp-content/uploads/whitelist-creator-1.png.webp" alt=""><figcaption></figcaption></figure>

### 🤖 Fill in the requirements <a href="#id-1-toc-title" id="id-1-toc-title"></a>

Now you can fill in the requirement, that is needed to allow users to sign up for the whitelist.

Here you can choose one or multiple requirements:

* Require Crypto wallet
* Require minimum balance
* Require an Email
* Required to follow Social media&#x20;
* Required to Join Discord

<figure><img src="https://imintify.com/wp-content/uploads/allow-list-requirements.png.webp" alt=""><figcaption></figcaption></figure>

#### **⚙️ How to Connect Discord**

In case you want to require users to join your Discord. You need to add your Discord ID.

To Copy your Discord Server ID.\
Be sure you activated Developer mode.

1. First Enable developer mode
2. Click on the Server name and open **Edit Server Profile**
3. Scroll down to **Advanced** and **enable Developer Mode**
4. Right Click your server logo and **Copy Server ID**

#### **Add** **Discord’s Role ID**

1. Go to the **Server settings** of your Discord by clicking your server logo and opening Server settings.
2. Open **Roles** and **Copy the ID** of the roles you want to have once they join your Discord.&#x20;

### 🎨 Add a custom logo or image <a href="#id-2-toc-title" id="id-2-toc-title"></a>

Go to the tab Design and upload a custom logo or image to show on your subscription page.

<figure><img src="https://imintify.com/wp-content/uploads/allow-list-tool.png.webp" alt=""><figcaption></figcaption></figure>

### 🔥 Premium options <a href="#id-3-toc-title" id="id-3-toc-title"></a>

When you have an active paid subscription, you can turn off the brand logo. \
And add connect a custom domain name.

* **Turn off the branding logo**
* **Connect custom domain name**

### ⬇️ Export & Import <a href="#id-4-toc-title" id="id-4-toc-title"></a>

To **import users** from an existing CSV file, you can import to our whitelist.\
&#x20;\
Or **add users manually** by filling in their contract address.\
\
And of course, you can **export your complete list**. Upload this list to your Smart Contract provider.

<figure><img src="https://imintify.com/wp-content/uploads/export-whitelist.png.webp" alt=""><figcaption></figcaption></figure>

### 🚀 Preview & Share <a href="#id-5-toc-title" id="id-5-toc-title"></a>

Share the allow list with your community to let them sign up before minting.<br>

<figure><img src="https://imintify.com/wp-content/uploads/preview-whitelist.png.webp" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.imintify.com/whitelist/create-an-allow-list.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.
