# 🖼️ NFT Marketplace

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

NFTs and an NFT marketplace are essential to every blockchain. In a world of fiat printing and currency devaluation, the importance of having units of exchange that are incorruptible is not to be underestimated.

The Friendly NFT marketplace is permission-less, meaning anyone will be able to create and sell their NFTs on the platform.

A 3% platform fee will be applied on every sale. When the REI token launches, the fees will be distributed equally between the holders of superREI and the Friendly Market treasury.

{% hint style="info" %}
To be visible on the marketplace, NFTs need to have a`token_uri`field pointing to an IPFS hash in the metadata sent to the smart contract.

Example of a valid`token_uri`field:

<mark style="color:orange;">`{"token_uri":"ipfs://bafkreiby646kw5vqicjvl77mf234g4zt65j7bpyh4d3rcplhtss6osfl4i"}`</mark>

**Users minting on Friendly Market do not need to worry about this.**
{% endhint %}

{% hint style="info" %}
Only NFT collections [created on Friendly Market](/products/nft-marketplace/create-your-collection.md) or deployed using the [**CEP78 standard with events**](https://github.com/FriendlyMarket/eventful-cep78) will be tracked on the marketplace.
{% endhint %}

Contents:

### FAQs:

{% content-ref url="/pages/M3nD8sV1VFg957ZMkP67" %}
[CSPR and WCSPR](/products/nft-marketplace/cspr-and-wcspr.md)
{% endcontent-ref %}

{% content-ref url="/pages/1i1oQprTYvvbCdevybMi" %}
[Broken mention](broken://pages/1i1oQprTYvvbCdevybMi)
{% endcontent-ref %}

### Getting Started:

{% content-ref url="/pages/H16E0OlxoiMV20kMhETo" %}
[Wallet Set-up Casper Network](/master/wallet-set-up-casper-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/T3luDueNJaJUuuE9mQEP" %}
[NFT Profile](/products/nft-marketplace/nft-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/f8J0ABYFHdIgkKIostRu" %}
[Quick Information & Tips](/products/nft-marketplace/quick-information-and-tips.md)
{% endcontent-ref %}

### How to buy NFTs:

{% content-ref url="/pages/BETmFaMV5BTseJt1XKxj" %}
[Fixed Price Purchase](/products/nft-marketplace/fixed-price-purchase.md)
{% endcontent-ref %}

{% content-ref url="/pages/bhuaXWEOn3petQpKO6L1" %}
[How To Bid](/products/nft-marketplace/how-to-bid.md)
{% endcontent-ref %}

{% content-ref url="/pages/vuEMLjgVBzmR95GXdR2s" %}
[Making An Offer](/products/nft-marketplace/making-an-offer.md)
{% endcontent-ref %}

### How to sell NFTs:

{% content-ref url="/pages/DgKbiorACiPiNqnqZfG2" %}
[Selling your NFT](/products/nft-marketplace/selling-your-nft.md)
{% endcontent-ref %}

### Collection Management:

{% content-ref url="/pages/zwZhXnDLa6u0YIhTn8VN" %}
[Create your Collection](/products/nft-marketplace/create-your-collection.md)
{% endcontent-ref %}

{% content-ref url="/pages/56VbQ2frxXMFMoNGt9mT" %}
[Managing your Collection](/products/nft-marketplace/managing-your-collection.md)
{% endcontent-ref %}


---

# 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.friendly.market/products/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.
