> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/zh/depub/transfer-nft/batch.md).

# 群發 NFT 紀念品給支持者

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

## 教學影片

[導出支持者錢包地址，再群發 NFT 給他們 （廣東話）](https://www.youtube.com/watch?v=APw46UIzJLM)

## 詳盡介紹

[以文會友的人情味和空間感 — 購買 Writing NFT 時，留言給作者](https://blog.like.co/zh/%e4%bb%a5%e6%96%87%e6%9c%83%e5%8f%8b%e7%9a%84%e4%ba%ba%e6%83%85%e5%91%b3%e5%92%8c%e7%a9%ba%e9%96%93%e6%84%9f-%e8%b3%bc%e8%b2%b7-writing-nft-%e6%99%82%ef%bc%8c%e7%95%99%e8%a8%80%e7%b5%a6/)

## 操作步驟

**步驟一**：在 [LikeCoin NFT Dashboard](https://likecoin.github.io/likecoin-nft-dashboard/#/) 搜尋（Search）自己錢包的收藏者 ( Get Collector )。

**步驟二**：導出所有數據 ( Export all data )。

**步驟三**：將數據的 csv 導入試算表工具進行分類與排序，並將支持者錢包地址整理成清單。之後用戶可選擇同種不同方式去群發 NFT：

## 方法一

* 在 [LikeCoin NFT Marketplace](https://likecoin.github.io/likecoin-nft-marketplace/) 的介面工具 ( [Tools](https://likecoin.github.io/likecoin-nft-marketplace/tools) ) 中選 [Send NFTs](https://likecoin.github.io/likecoin-nft-marketplace/tools/send) 並登入 Keplr。
* 在用以群發給支持者的 NFT 找出 [NFT Class ID](/zh/depub/liker-land/nft-details.md#nft-class-id)。
* 將 NFT Class ID 輸入 Send NFTs 工具，並輸入支持者的錢包地址清單 ( Recepient Address list ) 及留給他們的話 ( Transfer message ) ，再點「Send」及在 Keplr 簽署，即可群發 NFT。

## 方法二

* 在 [LikeCoin ISCN/NFT Tools](https://likecoin.github.io/iscn-nft-tools/) 選 [Send NFT](https://likecoin.github.io/iscn-nft-tools/send-nft) 並登入 Keplr。
* 預備 csv 檔案（見[範例](https://github.com/likecoin/iscn-nft-tools/blob/master/send-nft/list_example.csv)），內裡包括錢包地址 ( address )，送出 NFT 的 [classid](/zh/depub/liker-land/nft-details.md#nft-class-id) 及 memo，亦即是[附加留言](#bu-zhou-er-shu-ru-qian-bao-di-zhi-ji-fu-jia-liu-yan)，再點「Send」及在 Keplr 簽署，即可群發 NFT。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.v2.like.co/zh/depub/transfer-nft/batch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
