# NFT Marketplace

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

The [LikeCoin NFT Marketplace](https://likecoin.github.io/likecoin-nft-marketplace/) prototype has been released, enabling free trading of NFTs! You can check out and buy NFTs and also find the latest buying and selling data.

## [**LikeCoin NFT Marketplace**](https://likecoin.github.io/likecoin-nft-marketplace/)

Likecoin NFT Marketplace includes:

### [**My NFT**](https://likecoin.github.io/likecoin-nft-marketplace/owned)

Click "Connect" in the top right corner to connect with the [Keplr Browser Extension](/general-guides/wallet/keplr.md) and view your owned NFTs. Click "Sell" to list the NFT to the Marketplace.

<figure><img src="/files/vzCARbLblAHBiDcVS8lj" alt=""><figcaption><p>Click "Connect" to login</p></figcaption></figure>

<figure><img src="/files/lstko9wc9Msh56syb63D" alt=""><figcaption><p>Check out the NFT that you have and click "Sell" to list the NFT to the Marketplace</p></figcaption></figure>

<figure><img src="/files/e6j96U4SizngZn9im8xx" alt=""><figcaption><p>Enter the Price, Offer expiration date and click "Conifirm"</p></figcaption></figure>

### [**Latest Listings**](https://likecoin.github.io/likecoin-nft-marketplace/)

The latest NFTs listed on the NFT Marketplace

### [**Latest Purchases**](https://likecoin.github.io/likecoin-nft-marketplace/latest/purchase)

The most recent NFTs sold on the NFT Marketplace

### [**Search**](https://likecoin.github.io/likecoin-nft-marketplace/search/)

Find specific NFTs using the [NFT Class ID](/depub/liker-land/nft-details.md#nft-class-id).

### [**Tools**](https://likecoin.github.io/likecoin-nft-marketplace/tools)

[**Send NFTs**](https://likecoin.github.io/likecoin-nft-marketplace/tools/send) for easy mass distribution, see the guide for [Batch send NFT to supporters](/depub/transfer-nft.md#batch-send-nft-to-supporters).

The current NFT Marketplace interface is a minimal viable product designed to achieve basic functions without any UX/UI design. Feel free to try it out and provide your feedback on the [LikeCoin Discord](https://discord.gg/likecoin).


---

# 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/collect-writing-nft/nft-marketplace.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.
