# Airdrop with specific distribution

<figure><img src="/files/2L0tkwk6xPAxToiZKTw1" alt=""><figcaption></figcaption></figure>

The specific distribution allows you to specify exactly which tokens should be sent in which amount to which wallet.

<figure><img src="/files/nJd0cR9SMLgB4fevoJC9" alt=""><figcaption><p>Select specific distribution</p></figcaption></figure>

For the airdrop with specific distribution [export your project NFTs in a csv file](https://docs.nmkr.io/nmkr-studio/project/export-nft-as-csv) and copy the token names from column "C" of this csv file. This can be done with any spreadsheet software like Excel or Google Sheets.<br>

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

Add the token names into a new csv file or restructure the downloaded csv file this way that it was the following structure and add the details like receiving address (not Stake Address) and the amount of tokens (only relevant for projects with [Fungible Tokens](https://docs.nmkr.io/nmkr-studio/token#fungible-token), if your project has NFTs, please use Tokencount "1").

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

Save the file as csv file.

#### Upload the csv file for the airdrop

This file can now be uploaded to the airdropper and the count will show how many addresses are recognised.

<figure><img src="/files/VcEbG4wm6plGqnLDRILF" alt=""><figcaption><p>Upload your txt file and check the count</p></figcaption></figure>

### Select amount of tokens for airdrop and start specific airdrop

Select the amount of tokens that should be airdropped to each address in the next step.

<figure><img src="/files/NnmbOG7JATSWMZjAcKRq" alt=""><figcaption><p>Select amount of tokens for each airdrop</p></figcaption></figure>

The option to decide how to proceed with holders of multiple token is for this workaround irrelevant and therefore greyed out.

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

Start the airdrop with the button "Start airdrop".

<figure><img src="/files/Tp5obTw3lan6REAjhiVp" alt=""><figcaption><p>Start airdrop</p></figcaption></figure>

If you want to check how your airdrops are processed, please go to [mint and send jobs](https://docs.nmkr.io/nmkr-studio/project/mint-and-send-jobs), as it also lists all airdrop jobs there.


---

# 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/airdrop-with-specific-distribution.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.
