> For the complete documentation index, see [llms.txt](https://artrific-nft-marketplace.gitbook.io/artrific-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://artrific-nft-marketplace.gitbook.io/artrific-help-center/sale.md).

# Sale

### How do royalty function works on Artrific? <a href="#yzk30x6nssdu" id="yzk30x6nssdu"></a>

NFTs can be programmed so that each transaction includes creator earnings, allowing creators to be rewarded fairly for their work online.  

The fact that NFTs are created and stored on the blockchain, means they can be traded seamlessly from wallet to wallet, with creator earnings paid every time they move.

This guide explains how to set creator earnings up to 10% in the Artrific collection editor, and breaks down when you can expect creator earnings on future transactions.

To set your royalties, simply go to your collection editor and adjust the percentage field. You can set a percentage of up to 10%.

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

Then the royalty will automatically be sent to your wallet address right after sale is done. You can check it on My NFT page.

### How do I sell an NFT? <a href="#jy4u3dnjmlvq" id="jy4u3dnjmlvq"></a>

* On the header menu, go to My NFT.&#x20;
* Then choose an NFT that you want to sell.&#x20;
* Then Click button List for Sale on the NFT detail page.&#x20;

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

You'll be taken to the listing page, where you can choose the price and type of sale.

A Fixed Price sale is one where the price stays fixed. In the screenshot below, the price is fixed at 500 FUSE.

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

### How do timed auctions work?

Auctions can be an exciting way to sell your NFT.

Artrific allows you to sell an NFTs as an **Sell to highest bidder** auction, you can set a **reserve price**. If you don't receive any bids equal to or greater than your reserve price, the auction will end without a sale.&#x20;

**Any bids made in the last 10 minutes of an auction will extend each auction by 10 more minutes.** Popular auctions are often extended by new bids offered in the last 10 minutes.&#x20;

The seller cannot cancel the auction when there is a bid made by any another user. After an auction ends, the Seller or the winner of the auction has to click "**Settle**" to complete the auction.

Here is the simple steps to do it.

1. Click Sell then you choose Timed Auction

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

2\. Set Minimum Bid

3\. Add duration for the auction

4\. Click Complete

&#x20;


---

# 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:

```
GET https://artrific-nft-marketplace.gitbook.io/artrific-help-center/sale.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.
