# Fees & Royalties

## Fees 💸

Our marketplace charges:

* 2% taker fee
* 0% maker fee&#x20;

## Enforced Royalties 👑

Enforced royalties are always paid by the **taker**, and never by the **maker**. That is, a buyer who buys a listed NFT pays royalties and the marketplace fee in addition to the listed price, and a seller who sells to a bid receives the bid amount minus royalties and the marketplace fee.&#x20;

Tensor requires payment of full royalties on collections with enforced royalties. Payment of optional royalties is at the taker's discretion.&#x20;

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2FL6V7PLIgyk4el9qH2z5g%2Fimage.png?alt=media&#x26;token=dacb4de5-1788-4989-86a7-98e4c54b63c6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This is in-line with Metaplex's [MIP-1](https://github.com/metaplex-foundation/mip/blob/main/mip-1.md)[ ](https://github.com/metaplex-foundation/mip/blob/main/mip-1.md)requirements. 🤝
{% endhint %}

## Optional Royalties 👑

Takers can choose whether to pay none, half, or all of a collection's optional royalty rate. This setting can be found in the checkout pane (if the selected collection has optional royalties), or in the app settings.&#x20;

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2FZvA5ms1USr0cT6JBaJyy%2FTensorRoyalty.PNG?alt=media&#x26;token=b0656ff9-1915-4e51-a288-cc0692bc3426" alt=""><figcaption></figcaption></figure>

## Perspective on Prices

You can choose to see listing prices and bids from either the maker's or the taker's perspective. The toggle is located in the footer for computer users, and in the app settings for mobile users.&#x20;

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2FzGUJt9jNmOP6uJL4Z86L%2Fimage.png?alt=media&#x26;token=0c123f99-f4c5-4da6-ba1f-0a434c7436dc" alt=""><figcaption><p>The price toggle</p></figcaption></figure>

## For Creators: Royalty Payments&#x20;

Note, some collections have reached out to us asking why they can't see the royalty payment in solscan on their enforced NFT.

The answer is the payment only shows in the SOL Balances view, and not on the home page of the transaction.

For example, for [this transaction](https://solscan.io/tx/5cwbps1psDk3hFgnCWDYBn73zEgsTCYFgdKgjWyxfuKKDrFyfvenQ6twNWiwSZU3cUgVHr89isCARh7mASoDrvS4) you can't see the royalty payment on home page:

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2F3SmiM6mArsLCp5zIJ5t8%2FScreenshot%202023-03-08%20at%204.37.05%20PM.png?alt=media&#x26;token=4b426bf2-cb30-44c8-9799-b70a28f2acc6" alt=""><figcaption></figcaption></figure>

But if you click into the SOL Balances tab, you can see we paid the correct creator:

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2FftEAdYdJNy2upC5OyeRr%2FScreenshot%202023-03-08%20at%204.37.27%20PM.png?alt=media&#x26;token=8550e9f0-0278-42d0-a3a6-c8c36b092ca7" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3364018093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTP1CBEbwTzCoyWl9J8MH%2Fuploads%2FNt7lMEFADtwtJkJk9lou%2FScreenshot%202023-03-08%20at%204.37.31%20PM.png?alt=media&#x26;token=83a9520d-8cf8-4f2f-97d6-0734746e4011" alt=""><figcaption></figcaption></figure>

The reason for this has to do with the technical implementation of our protocol. It's just a different way of reassigning lamports from one account to another, which Solscan doesn't correctly index on the main page.


---

# 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.tensor.trade/trade/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.
