# Airdrop NFTs

This function allows you to send NFTs to many recipients (also called [*multisend NFT*](https://tokentool.bitbond.com/distributenft/ethereum)) in one transaction. The NFTs that you want to send have to be in the wallet that is connected to Token Tool.

After selecting the NFT from the drop-down (or pasting in the contract address of the NFT) paste a list of recipient addresses and the respective token IDs (plus the respective amount in the case of ERC1155 tokens) in the Select token field.

The list should include each recipient address and the respective token ID separated by a comma. Make sure there are **no spaces**. Each address has to be on a newline like in this example:

{% code lineNumbers="true" %}

```
0x53c23c9d7fa6468f3c99c45791998e259baa32cd,0
0xc26f229db52da0ebf814dfd58a8949cdf6b6baee,1
0xdc47799ecb3433e5805dfe034f5fc6eb72f68d1e,2
0xa1cba1a1fba99c53c91b66863bc76ce00e7da787,3
0x4491bb52e325f16dd825192517b7e5daf3bc7391,4
```

{% endcode %}

After you click Continue you will be asked to approve Token Tool to send NFTs on your behalf. You can control this approval by determining the maximum amount of NFTs that Token Tool can send. Your tokens will be sent to batches of 150 addresses. If there are more than 150 addresses in your list, you will have to approve each batch separately.

After sending the NFTs is completed, you can also revoke the permission for sending from Token Tool via Metamask.

When sending NFTs, different error messages can appear:

* Error 1: Invalid wallet address
* Error 2: Duplicated address with Line X
* Error 3: Incorrect punctuation mark. Use commas between addresses, TokenID and amount and no spaces in-between

Some quick actions can be selected to resolve duplicate addresses:

* Keep duplicated addresses
* Delete duplicated records

Other errors have to be fixed manually or can be deleted automatically by using the “Delete incorrect records” function.

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


---

# 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.bitbond.com/asset-tokenization-suite/token-tool/airdrop-tokens/airdrop-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.
