> For the complete documentation index, see [llms.txt](https://docs.friendly.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.friendly.market/products/nft-marketplace/selling-your-nft.md).

# Selling your NFT

Now it's time to list your first NFT on the Casper Network!

### **Listing Creation**

1. Navigate to the NFT you want to sell and click on **List For Sale**&#x20;

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

* In the popup that appears, select the type of sale you'd like to perform

{% tabs %}
{% tab title="Fixed Price" %}
Select the 'Fixed Price' option and type in your asking price. You can choose whether to list the NFT immediately or at a later date.&#x20;

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

* Price: The price you wish to sell the NFT for.
* List Immediately: Choose whether to list this NFT now or at a later date.
* Expiration date: Set a deadline for your sale. Users will not be able to purchase the NFT after this date. To get the NFT back to your wallet, you will need to manually unlist the NFT if it is not sold before the deadline.
  {% endtab %}

{% tab title="Auction" %}
&#x20;

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

* Minimum Bid: The minimum amount a user can bid.
* Minimum Bid Increment: New bids must be higher that previous bids by at least this percentage. Example: For an auction with a minimum bid increment of 5% and a current bid of 100 WCSPR, the next valid bid must be higher or equal to 105 WCSPR.
* List Immediately: Choose whether to list this NFT now or at a later date.
* Expiration date: Set a deadline for your auction. Note that if the NFTs receives new bids in the last 10 minutes before the expiration date, then the expiration date is extended by an addtional 10 minutes.

After the auction ends successfully, you can get your WCSPR by clicking on **Claim WCSPR** in the Bids Received tab in your [NFT Profile](/products/nft-marketplace/nft-profile.md).

<figure><img src="/files/7T0JQ1AnuctSKJxZ1qGB" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}

* A 3% platform fee will be applied on every sale. When REI token launches, the fees will be distributed equally between the holders of superREI and the Friendly Market treasury.
* Once listing is successful, temporary ownership will be given to the marketplace address.
  {% endhint %}


---

# 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.friendly.market/products/nft-marketplace/selling-your-nft.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.
