# How much I will receive after selling an NFT?

There are several terms that you need to know before selling items on Dagora:

* **Market fee:** NFT's owner needs to pay 2% of total revenue from selling items on Dagora.
* **Royalty fee:** Royalty is set up for each collection, once set up, each NFT transaction returns an amount equal to the Royalties multiplied by the transaction price to the collection owner. However, the sale of NFTs of the “Dagora Minter” collection will not charge royalties.
* **Potential earnings:** a net revenue that the owner/seller will receive after selling successfully the items. In other words, it can be considered as estimated profits.

Therefore, after selling successfully an item, you will receive:

**Potential earning = Public NFT price - Market fee - Royalty fee (optional)**

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


---

# 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.dagora.xyz/beginners-guide/faqs/how-much-i-will-receive-after-selling-an-nft.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.
