> For the complete documentation index, see [llms.txt](https://doc.talkado.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.talkado.io/the-platform/technology-used/features-and-functionalities-of-talkado-nft-marketplace/royalties.md).

# Royalties

In addition to the proceeds from the auction of the digital NFT copy, Whenever an NFT sale occurs in a marketplace, it is up to the marketplace to hold back part of the proceeds of the sale to distribute to the original content creator. TALKADO Nft Marketplace will implement an on-chain royalty registry following the standards described by [royalty registry.xyz](https://royaltyregistry.xyz/lookup). &#x20;

When you create a collectible, you can set a certain percentage as royalty for your minted nft that you put on sale.&#x20;

{% hint style="info" %}
**As the creator of the collection, you will earn a profit from each sale. You can customize  the profit percentage.**

&#x20;**Please note that royalty fees cannot be changed after the collection is created.**
{% endhint %}

Example: You create a digital painting and sell it for 200 TLOT, the royalty is 7 per cent. Your buyer then sells your painting at a higher price point for 400TLOT. Here, the royalty system kicks in. As the original content creator, you receive a percentage of that sale.

&#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, and the optional `goal` query parameter:

```
GET https://doc.talkado.io/the-platform/technology-used/features-and-functionalities-of-talkado-nft-marketplace/royalties.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.
