# Fees and Royalties

All trades on Blank Rasa are subject to platform fees and creator royalties. In both cases, this cost is covered by the seller of an NFT. As a result, the price a buyer sees when buying a listed NFT or making an offer on an NFT is the total price they will pay.

When calculating fees, creator royalties are first deducted from the total sale price. Then, the platform fee is deducted from the remainder.

**Blank Rasa's platform fee is currently 1%. Royalties vary from collection to collection depending on the creator's** [**chosen royalty settings**](/for-creators/royalty-settings.md)**.**

## 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 $CANTO.
* The Blank Rasa platform fee (currently 1%) is deducted from the remainder i.e. 97 $CANTO.
* The seller receives 96.03 $CANTO.

<figure><img src="/files/G6Io1yDsc5gLxqUcfjEH" alt=""><figcaption></figcaption></figure>


---

# 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/trading-on-blank-rasa/fees-and-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.
