# Create and Claim Airdrop

### Overview

Users can create airdrops of any community token they possess. These airdrops can be categorized as public, private, or unlisted:

* **Public Airdrops**: Available to all users and listed on the public airdrop page.
* **Unlisted Airdrops**: Available to all users but not listed on the public airdrop page.
* **Private Airdrops**: Restricted to a specific list of wallet addresses provided by the airdrop creator.

Each airdrop will have its own unique link that can be shared within the community or on external platforms. Airdrops will have an expiry date, after which users will not be able to claim the tokens. The creator of the airdrop can refund any unclaimed tokens before or after the expiry date.

Creating and claiming an airdrop requires AVAX for the transaction fee.

<figure><img src="/files/LsJncpo1AVTwMpF9iYDl" alt="" width="563"><figcaption></figcaption></figure>

### How to Create an Airdrop

1. Navigate to the "Airdrops" section.
2. Click on the "Create Airdrop" button.
3. Enter the necessary details, including:
   * **Community**: Select the community token that you want to be distributed.
   * **Airdrop Title**: Title of the airdrop.
   * **Total Airdrop Amount**: The total amount of tokens to be distributed.
   * **Number of Recipients**: Number of wallet addresses that can claim the airdrops.
   * **Type**: Choose airdrop type (public, private, unlisted).
   * **Whitelist** (for private airdrops only): List of wallet addresses eligible for the airdrop.
   * **End Time**: Set an expiration date for the airdrop.
4. Review and confirm the details.
5. Click "Submit" to launch the airdrop.

<figure><img src="/files/1ngCPURs5Bb68KHi0OYL" alt="" width="563"><figcaption></figcaption></figure>

### How to Claim an Airdrop

1. Go to the "Airdrops" section.
2. Find the airdrop you are eligible for.
3. Ensure you have AVAX for the transaction fee.
4. Click on the "Claim" button.


---

# 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.musing.io/features/create-and-claim-airdrop.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.
