> For the complete documentation index, see [llms.txt](https://docs.octogamex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octogamex.com/financial-model/fees/sale.md).

# Sale

{% hint style="info" %}
There are no seller listing fees.
{% endhint %}

The Listing Owner sets a fixed price from which the fees are deducted according to the following formula:

**Price - (Flat Marketplace Fee + Collection Fee)**

The Buyer should pay the exact amount set by the Listing Owner to seal the deal, as this mechanic doesn’t allow for bargaining.

The Listing Owner gets this amount less the fees (the fee amount is calculated on the listing).

## 💎 Example

* **Flat Marketplace Fee** is 2.5%&#x20;
* **Collection Fee** is 2%\
  \
  – The Listing Owner-set fixed NFT price is 0.2 BNB (0.192 BNB after fees) \
  – Buyer pays the 0.2 BNB price set by the Listing Owner \
  – Once the transaction is completed, the Listing Owner gets 0.191 BNB, OctoGamex gets 0.009 BNB

Listing cancellation is fee-free.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.octogamex.com/financial-model/fees/sale.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.
