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