# NFT Market

<figure><img src="/files/wd6NywyKBAFdf4dzW53K" alt=""><figcaption></figcaption></figure>

#### *<mark style="color:red;">Disclaimer:</mark>*

*<mark style="color:red;">The NFT market is a highly speculative and volatile market. The value of NFTs can fluctuate rapidly and unpredictably, and the market is subject to manipulation and fraud. By purchasing or trading in NFTs, you assume all risk associated with the market. We make no guarantees or warranties regarding the value or authenticity of any NFT. We strongly advise that you conduct your own research and due diligence before making any purchase or trade. We are not responsible for any losses or damages incurred as a result of your participation in the NFT market.</mark>*

Our NFT market works for any ERC721 contracts that support the interface of ERC721Enumerable. It uses EBEN as trading currency.

This product is free to use and we do not take any commission.

NFT Market Watcher Group: <https://t.me/benswapsbchnftex>

<figure><img src="/files/HOnSRlCRYfznxLL41jOQ" alt=""><figcaption></figcaption></figure>

You can search by address to find any NFT collection even it is not on the default list.

<figure><img src="/files/8E7aF4ZCiawB4xdtgOLN" alt=""><figcaption></figcaption></figure>

You can check all NFTs of a collection in the browse tab. Search by token ID to find a specific NFT.

### NFT Listing

We recommend that you create your collection on [NFT Factory](/features/nft-factory.md) so that we don't need to verify your token contract. This would also speed up your token listing process.

Please take the following steps to list your NFT collections.&#x20;

#### Metadata & Logo

Step 1: Fork the GitHub repository <https://github.com/BenTokenFinance/benswapbch-assets>

Step 2: Under the \assets folder, create a new folder and use the NFT contract checksum address as the new folder name.

Step 3: Add NFT collection metadata (info.json) into the new folder.

Step 4: Add NFT collection logo (png) into the new folder.

Step 5: Make a pull request and patiently wait for our team review.

#### NFT Market Default List

Prerequisites: Please make sure that the metadata and logo have already been added using the steps above.

Step 1: Fork the GitHub repository <https://github.com/BenTokenFinance/benswapbch-assets>

Step 2: Under the \nftfolder, add your NFT collection into out NFT market default list (nftmarketdefault.json).

Step 3: Make a pull request and patiently wait for our team review.

#### Need Help?

Please join <https://t.me/benlisting> if you need additional assistance or want to ask about the status of your pull request.

### English Auction

In an English auction, cancellation is only permissible in the absence of any bids. Once a bid has been placed, the auction's proprietor is obliged to uphold the process until its scheduled expiration. Exercise caution when determining the auction's duration to avoid any complications.

### Multimedia Support

In addition to the general image formats (jpg, png, gif, webp, etc.), our NFT market supports using multimedia files as image URL. Below are the supported multimedia file extensions:

```
  Video: "GLB","GLTF","M4V","MP4","OGV","WEBM","OGG"
  Audio: "MP3","WAV","OGA"
```

You can even use a link of some popular platforms. Below are the supported websites:

```
  Special: "YOUTUBE.COM","BILIBILI.COM","X.COM(TWITTER.COM)"
```

Our NFT market also supports using the link of a multimedia file or special website as external URL while using a separate image as image URL. In such cases users can click the image to invoke the multimedia.

### Contract

NFT Market: 0x78d9F0fc19234bC3D8baCB538DeF3C313044B9e5


---

# 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.benswap.cash/features/nft-market.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.
