# Airdropper

The airdropper is a great tool to reward your holders with a free token or to send tokens out for a giveaway. It allows you to send tokens in bulk directly to the receiver's wallet.

{% hint style="info" %}
Each airdropped NFT costs about [one Mint Coupon](https://docs.nmkr.io/nmkr-studio/account/mint-coupons). Actually it takes a bit less as the drops were processed in batches and therefore it will cost less fees.\
\
To further reduce the cost of airdropping, please set the [Sendback in your project settings to MinUtxo](https://docs.nmkr.io/nmkr-studio/project/edit#sendback-to-customer). This will calculate the sendback for each transaction depending on the metadata size and token amount. A token airdrop with 3 NFTs in one transaction to one wallet costs with these settings and the standard metadata about 1.4 ADA.
{% endhint %}

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

As the airdropper will always use the tokens of a specific project, the button for the airdropper can be found in the actions bar of each project.

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

It opens the airdropper window which gives you already a quick overview about his capabilities.

<figure><img src="/files/9iuNAxIDRakhdzy2pMns" alt=""><figcaption><p>The airdropper tool in NMKR Studio</p></figcaption></figure>

### Specific or random airdrop

There are two methods to send the airdrop. The random distribution or the specific distribution.

With the [**random distribution**](https://docs.nmkr.io/nmkr-studio/minting/airdropper/airdrop-with-random-distribution) you can either airdrop to [holders of a specific policy ID](https://docs.nmkr.io/nmkr-studio/minting/airdropper#airdrop-to-holders-of-a-specific-policy-id) or to an [uploaded address list](https://docs.nmkr.io/nmkr-studio/minting/airdropper#airdrop-with-address-list).\
\
The [**specific distribution**](https://docs.nmkr.io/nmkr-studio/minting/airdropper/airdrop-with-specific-distribution) allows you to upload a csv. List that defines exactly which token in which amount should be sent to which address.


---

# 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.nmkr.io/nmkr-studio/minting/airdropper.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.
