# Royalties

## What are NFT royalties?

NFT royalties allow the creator of a digital collectible to receive a percentage of the sale price every time it exchanges hands in a marketplace. This applies to any NFT that has royalties written into it, whether it’s a song, piece of art, or even a web domain.

For the most part, EIP2981 NFT developers can update the royalties for their collectibles directly in their contracts. Once the royalties are updated, the changes will automatically be reflected on Minted.

For non-EIP2981 contracts, authorised individuals will be able to modify their NFT royalties by using the following methods (See **Method 2** in the each article).

* [Using Cronos Explorer to set royalties](/minted-help-centre/creators/royalties/using-cronos-explorer-to-set-royalties.md)
* [Using Etherscan to set royalties](/minted-help-centre/creators/royalties/using-etherscan-to-set-royalties.md)

***

*Disclaimer: Minted bears no responsibility or obligation to set royalties for collections listed on our platform. For collections where royalties have not been set by the collection owners, Minted will not set, accrue, charge or collect royalties on behalf of the collection owners.*


---

# 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://help.minted.network/minted-help-centre/creators/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.
