# Airdrops

Community airdrops can significantly enhance project growth. While they typically demand extensive development and operational efforts, Mint Club simplifies this with its built-in Airdrop tool. If there's an active airdrop for a token or NFT, it will be displayed on the token detail page as shown:

<figure><img src="/files/gb6isYSpwiV8Pj3lhyfK" alt=""><figcaption></figcaption></figure>

The airdrop tool in Mint Club enables whitelisted address-based claims. Token/NFT holders can check their eligibility on the detail page.

<figure><img src="/files/suISbJ8C9m20pYlkXMdk" alt=""><figcaption></figcaption></figure>

## Setting Up Airdrops

Access the "Lock-up/Airdrop" menu by connecting your wallet and clicking on your address tab.

<figure><img src="/files/iOUF7VbxBfwgFuUKJZn2" alt=""><figcaption></figcaption></figure>

On the Lock-up/Airdrop tool page, click "Create Airdrop."

<figure><img src="/files/xCteml1Grxzv1nN3Imxn" alt=""><figcaption></figcaption></figure>

Select the asset type, blockchain network, and the specific token/NFT for the airdrop.

<figure><img src="/files/iXI8ctFYEfsqhnFOVqSj" alt=""><figcaption></figcaption></figure>

Name your airdrop and set up the airdrop pool. Define the total tokens for the airdrop and the number of recipients to calculate the claimable amount per wallet. For example, 2 million tokens divided among 10,000 wallets allow each to claim 200 tokens.

<figure><img src="/files/Jbyls8vSws0AA4YXtlti" alt=""><figcaption></figcaption></figure>

Choose between private and public airdrop modes. Public mode allows anyone to claim until the pool is empty or the period ends. In private mode, only pre-specified wallets can claim. Add multiple eligible addresses as needed.

<figure><img src="/files/GhJpPHzzOSscZfb70s1Y" alt=""><figcaption></figcaption></figure>

Implement a "first-come-first-earn" approach by adding more addresses than the recipient count. For instance, with 1,000 recipients and 6,444 whitelisted addresses, the airdrop operates on a first-come basis.

<figure><img src="/files/jYLNEfV266I5XJplpxr6" alt=""><figcaption></figcaption></figure>

Set the airdrop duration with start and end times. Review all details before deploying. After launch, the airdrop cannot be altered, only halted.

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

After deploying the airdrop, you can manage it from your dashboard, accessible via the bottom tab on the airdrop tool page. This dashboard allows you to view the whitelist, monitor the current status, and, if necessary, cancel the airdrop.

<figure><img src="/files/gNFGy6BRFmPcQdHUC2MA" alt=""><figcaption></figcaption></figure>

Should you decide to cancel an ongoing or scheduled airdrop, it will cease immediately. Any tokens in the airdrop pool will be returned to your wallet. Be aware that canceling an airdrop is a final decision and cannot be reversed.

<figure><img src="/files/S4g5nTp2D6vHHCiE0WqC" 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://docs.mint.club/tools/airdrops.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.
