# Fee structure

Objkt has a simple fee structure. We collect a **5% marketplace fee** on all successful sales that happen through our smart contracts. The fee is paid by the seller. So if you list a token for sale, you can expect this fee + the token royalties to be deducted from the total listing value.

**Example:** A token has 20% royalties, split as 10% to Alice, 10% to Bob. It is sold for 100 XTZ. When the sale happens:&#x20;

1. Royalties get paid: Alice receives 10 XTZ, Bob receives 10 XTZ (10% of 100 XTZ each, total royalties = 20%)
2. Fee gets paid: objkt gets 5 XTZ (5% of 100 XTZ)
3. The remainder goes to the seller: 100-10-10-5 = 75 XTZ 💸

{% hint style="info" %}
Successful sale transactions that happen through third-party contracts such as Teia don't incur an additional objkt marketplace fee.
{% 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.objkt.com/product/fundamentals/fee-structure.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.
