# Creator royalties

Royalty is the percentage a creator earns each time their work is resold on the secondary market. <mark style="background-color:green;">As the creator, you decide how much that royalty is.</mark>

For example, say you mint an NFT with 10 editions, set a 10% royalty, and list each edition for 1 XTZ. Every time one of those editions is resold from one collector to another, you’ll earn 10% of that resale.

So if a collector sells your piece years later for 100 XTZ, you’ll receive 10 XTZ. And if it sells for 1,000 XTZ, you’ll earn 100 XTZ—all thanks to your royalty.

Royalties have been fundamental to empowering artists in Web3 and revitalizing the digital creative movement. It helps creators earn over time as their work changes hands on the secondary market.

While royalties can’t be fully enforced on-chain, objkt chooses to honor them to support and respect creators who power the space.&#x20;

To learn how to mint a token, go to [minting-a-token](https://docs.objkt.com/product/product-guides/minting-a-token "mention")

{% hint style="success" %}
When setting your royalty, aim for a fair balance! Something that rewards your long-term growth without discouraging collectors from buying or reselling your work.
{% endhint %}


---

# 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.objkt.com/product/fundamentals/creator-royalties.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.
