# Royalties

Two types of royalties are supported:

* ERC2981 royalties, capped at 7.5%. These are standard for NFTs minted in Paintswap but other contracts can implement them as well by adding the ERC2981 interface.
* There are also [featured collection](/nft-marketplace-1/collections.md#featured-collections) royalties, capped at 7.5%. You can [submit your own](/nft-marketplace-1/collections.md#submit-your-own) featured collection to Paintswap if you own the contract.

All royalties are capped at 7.5% in the smart contract itself. If present, featured collections royalties are used over ERC2981 royalties.


---

# 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.paintswap.io/nft-marketplace-1/trading/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.
