# NFT Market (Multichain)

{% embed url="<https://marketplace.openxswap.exchange/>" %}
Link to the NFT Market - available on Optimism, Base, Linea, Ethereum, and Arbitrum
{% endembed %}

Most NFT contracts allow for listings in ETH only, which can be volatile. Our contracts allow any NFT to be listed for any token (including ETH and stables) while charging just 1% per transaction.

This is particularly noteworthy for veNFTs and fNFTs.&#x20;

## **Browsing and Listing Collections**

<figure><img src="/files/zeMM1njVLEPdoRLuiNSG" alt=""><figcaption><p>Landing page for the NFT Market</p></figcaption></figure>

From the landing page, users can browse various collections on their selected chain. To list or purchase an NFT (or fNFT, or veNFT), select the appropriate collection and follow these steps.&#x20;

Creators can follow this guide to list their Collection using our [Collection Interaction Tool](/the-open-x-project/nft-market-multichain/listing-collections.md).&#x20;

<figure><img src="/files/5kNzD1a2TIMiVJhocOR0" alt=""><figcaption><p>A sample of available veVELO v2 listings</p></figcaption></figure>

When browsing NFTs with *intrinsic ERC20 value*, such as veVELO (the value being the amount of vote-escrowed VELO x the spot price of VELO) or NFTs containing LP tokens (fNFTs), the price of the underlying tokens in the NFT will be displayed along with their list price. The Price : Locked column represents the difference in the value of the underlying tokens and the list price.&#x20;

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

Clicking the icon that looks like a graph will display the sale history of the selected collection. The sale history, if any, of each individual NFT is available by clicking on individual listed NFTs.

<figure><img src="/files/qyZP6Vgzhg0KiTTqcU10" alt=""><figcaption><p>Sample veVELO listing</p></figcaption></figure>

Once one has selected an NFT to view, the NFT in question can be either [purchased](/the-open-x-project/nft-market-multichain/purchasing-an-nft.md) or [bid upon](/the-open-x-project/nft-market-multichain/placing-a-bid.md).&#x20;

\---

NFT Market contracts are deployed and verified but currently unaudited. Audits for more than half of our contracts are complete. The rest will be finished once the project can afford them.&#x20;


---

# 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.openxswap.exchange/the-open-x-project/nft-market-multichain.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.
