> For the complete documentation index, see [llms.txt](https://docs.niftykit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftykit.com/nft-collections/minting-101/airdropping-nfts.md).

# Airdropping NFTs

Airdropping NFTs refers to sending NFTs for free to a specific group of individuals or to the wider public. Airdrops can be used as a marketing strategy to promote a new project or to reward existing supporters of a project.

When you airdrop, you mint the NFT for them. This means by airdropping you will pay the gas fee and mint fee. You can batch airdrop up to 250 wallet addresses in one transaction.  All transactions including airdrop are optimized with our Smart Contracts.

### How to Airdrop &#x20;

From your NiftyKit dashboard, go to the **\[Metadata]** tab and click on **"Airdrop".**

<figure><img src="/files/2CdDoY36EGeZWAizoU4D" alt=""><figcaption><p>Airdrop button in your drop collection dashboard in NiftyKit</p></figcaption></figure>

{% hint style="warning" %}
Please note: **ENS is currently not supported,** use only complete wallet addresses
{% endhint %}

To do a batch airdrop, you must list the wallet addresses along with the corresponding quantities of NFTs you intend to send in a CSV file. Make sure to follow the provided template below, otherwise, it will not be read by our system. \
\
Download the sample CSV file below:

{% file src="/files/UeQx9mAyoVY62RRNf51A" %}
CSV template for batch airdrop
{% endfile %}


---

# 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.niftykit.com/nft-collections/minting-101/airdropping-nfts.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.
