# Royalty Settings

Blank Rasa collects creator royalties using a simplified version of the [Royalty Registry](https://royaltyregistry.xyz/) by Manifold.xyz. For collections that implement [ERC2981](https://eips.ethereum.org/EIPS/eip-2981), royalties are automatically collected according to the `royaltyInfo` specified in the contract.

For all other collections, you can specify a royalty override using the Royalty Registry. This method can also be used to update royalties for ERC2981-compliant contracts:

{% content-ref url="/pages/YxoOZStMLWX1PggYuKp1" %}
[Editing Royalties](/for-creators/royalty-settings/edit.md)
{% endcontent-ref %}

## How Royalties are Calculated

Royalties are calculated **as a fraction** of the total price paid by the buyer for an NFT. Blank Rasa's platform fee is separate and does not affect the royalties received by a creator.

{% hint style="info" %}
**Example:** An NFT is listed and sold for 100 $CANTO, which is the total price paid by the buyer. The creator royalty for the collection is 3%, so the creator receives 3 $NOTE.
{% 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.blankrasa.com/for-creators/royalty-settings.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.
