> 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/depub/tools.md).

# NFT Tools

{% 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 %}

## LikeCoin NFT Dashboard&#x20;

The [**LikeCoin NFT Dashboard**](https://likecoin.github.io/likecoin-nft-dashboard/#/) is an easy-to-use tool for finding the [Latest](https://likecoin.github.io/likecoin-nft-dashboard/#/list) and [Top NFT](https://likecoin.github.io/likecoin-nft-dashboard/#/) data, as well as identifying who has the most NFT collections ( [Top Collector](https://likecoin.github.io/likecoin-nft-dashboard/#/collector) ).

<figure><img src="/files/0sXao8KZeOVeFq7mQwh6" alt=""><figcaption><p>LikeCoin NFT Dashboard</p></figcaption></figure>

The "Export" function allows users to input the creator's or collector's Liker ID or wallet address, [Search](https://likecoin.github.io/likecoin-nft-dashboard/#/socialgraph) and export the data as a CSV file for analysis at any time.

<figure><img src="/files/RIrs9Dw06oDsMy70JgCQ" alt=""><figcaption><p>Search and export the data as a csv file</p></figcaption></figure>

***

## LikeCoin ISCN/NFT Tools

[**LikeCoin ISCN/NFT Tools**](https://likecoin.github.io/iscn-nft-tools/) provide various tools for batch managing NFTs:

<figure><img src="/files/eGEjfmEp8p0HdFHe81qT" alt=""><figcaption><p>LikeCoin ISCN/NFT Tools</p></figcaption></figure>

### [**Send LIKE**](https://likecoin.github.io/iscn-nft-tools/send-like)

Batch send LikeCoin.

<figure><img src="/files/S5Z8yJxup0igdPZyxyXQ" alt=""><figcaption><p>Send LIKE</p></figcaption></figure>

### [**Mint NFT**](https://likecoin.github.io/iscn-nft-tools/mint-nft)

Directly mint NFTs using ISCN ID or [NFT Class ID](/depub/liker-land/nft-details.md#nft-class-id), or provide an ISCN data JSON file for minting NFTs.

<figure><img src="/files/MKcIRlCDn5xJ173hDWYS" alt=""><figcaption><p>Mint NFT</p></figcaption></figure>

### [**Send NFT**](https://likecoin.github.io/iscn-nft-tools/send-nft)

Send NFTs by providing an NFT CSV file for mass distribution. See the guide for [Batch send NFT to supporters](/depub/transfer-nft.md#batch-send-nft-to-supporters).

<figure><img src="/files/7Y7J2MYIL5EEITXdNEur" alt=""><figcaption><p>Send NFT</p></figcaption></figure>

### [**List and Sell NFT**](https://likecoin.github.io/iscn-nft-tools/list-and-sell-nft)

List NFTs on the [NFT Marketplace](/depub/collect-writing-nft/nft-marketplace.md) with the option to set expiration of listing and upload a CSV file for bulk listing on the NFT Marketplace.

<figure><img src="/files/Jy3PVLOhXouWuAQo2JDG" alt=""><figcaption><p>List and Sell NFT</p></figcaption></figure>

### [**ISCN Browser & Editor**](/depub/what-is-iscn/iscn-browser.md)

Access the [ISCN Browser](/depub/what-is-iscn/iscn-browser.md).

***

## Other Tools

The community has also developed different widgets and tools to help search and purchase NFT, see [Writing NFT Tools](https://blog.like.co/zh/tag/writing-nft%e5%b0%8f%e5%b7%a5%e5%85%b7/) for details.


---

# 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/depub/tools.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.
