# Batch send NFT to supporters

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

## **How it works**

**Step 1**: Search for "Collectors" in your own wallet on the [LikeCoin NFT Dashboard](https://likecoin.github.io/likecoin-nft-dashboard/#/).

**Step 2**: Export all data.

**Step 3**: Import the CSV of the data into a spreadsheet tool for sorting and organize the wallet addresses of supporters into a list. There are two method to batch send NFT:

### Method 1

* Select "[Send NFTs](https://likecoin.github.io/likecoin-nft-marketplace/tools/send)" in the Tools of [LikeCoin NFT Marketplace](https://likecoin.github.io/likecoin-nft-marketplace/) and log in to Keplr.
* Find the [NFT Class ID](/depub/liker-land/nft-details.md#nft-class-id) on the NFT that will be distributed to supporters.
* Enter the NFT Class ID into the Send NFTs tool, and enter the supporters’ wallet addresses to the "Recipient Address list" and the "Transfer message", then press "Send" and sign in Keplr to batch send NFTs to supporters.

### Method 2

* In [LikeCoin ISCN/NFT Tools](https://likecoin.github.io/iscn-nft-tools/), select "[Send NFT](https://likecoin.github.io/iscn-nft-tools/send-nft)" and log in with Keplr.
* Prepare a CSV file ( see [example](https://github.com/likecoin/iscn-nft-tools/blob/master/send-nft/list_example.csv) ) containing the wallet addresses, the [Class ID](/depub/liker-land/nft-details.md#nft-class-id)s of the NFTs to be sent, and the memos, which are the [transfer messages](#step-2-enter-the-recipients-wallet-address-and-transfer-message). Then click "Send" and sign the transaction in Keplr to mass distribute the NFTs.


---

# 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.v2.like.co/depub/transfer-nft/batch.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.
