# Batch Send NFT

> \*\*TokenTool is a blockchain toolbox that supports ETH, BSC, and many other public chains. \*\* **It is recommended to use the computer version of Google Chrome + `Metamask` plug-in wallet for operation.** **Mobile phone users can also operate in `Wallet APP`-Discover-Enter the official website link.**

### Function Description

```

The batch sending function of NFT allows users to send multiple NFTs to multiple addresses in a one-time operation.
Scenario: Send 100 XX-NFT in the current linked wallet to 100 addresses.
Note: You need to know the NFT contract address of the wallet and each NFTID.

```

## First step

![nft-multiSender](https://3490977216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU9f6KIJIxFyX9fusmLRP%2Fuploads%2Fgit-blob-b5a4634b99de41a55adfe0ad42d9840829da6ce0%2Fimage-20231117161814363.png?alt=media)

1. Open the batch sending NFT function link page <https://tokentools.app/nft/multiSender/bsc>
2. Paste the NFT contract address to be sent into the input box
3. Enter the receiving address and received NFTID, and you can view the format template through \[Show Example] in the lower right corner.
   1. Format usage: address, NFTID (⚠️Note that the comma is an English comma symbol)
   2. In the example: `0xd41b9AC5767cd90AbC7C997730591cBb7223D3D9,1` sends the NFT with NFTID 1 to the `...3D3D9` address
4. You can also upload the xlsx form of the file through \[Upload File]. The format needs to be filled in according to the \[template file] (<https://tokentools.app/example.xlsx>).

![nft-multiSender](https://3490977216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU9f6KIJIxFyX9fusmLRP%2Fuploads%2Fgit-blob-1159bcb92fffeba40158ce43db3c8945cee598a8%2Fimage-20231117162124689.png?alt=media)

6. Address is the receiving address, and Amount is NFTID.

## Second step

![nft-multiSender](https://3490977216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU9f6KIJIxFyX9fusmLRP%2Fuploads%2Fgit-blob-e5a063232293e3a9c11d0adf9bf3625b65d523ce%2Fimage-20231117162504488.png?alt=media)

1. Determine the sending address and the NFTID sent
2. Click Approve to perform the authorization operation.
3. MetaMask will now ask you to confirm the transaction. If you agree, click the "Confirm" button to complete the process.
4. After completing the Approve authorization operation, proceed to the next step to send NFT in batches.

![nft-multiSender](https://3490977216-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU9f6KIJIxFyX9fusmLRP%2Fuploads%2Fgit-blob-a711d31e60ede3af641ca72cf4f504ced9abe16a%2Fimage-20231117163116173.png?alt=media)


---

# 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.tokentools.app/english-1/nft/nft-multisender.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.
