> 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/trade.md).

# Trade

**Users other than the Listing Owner can send NFTs and crypto trade offers in one of the following ways:**&#x20;

Crypto here = fungible blockchain-stored tokens (coins (BNB, NEAR), stablecoins (USDT), project-specific ERC20 and similar tokens)

* Crypto
* NFT (unlimited)
* Crypto + NFT (unlimited)

Users can cancel offers they sent anytime if not already accepted. OctoGamex charges no cancellation fees.

Only the Listing Owner can accept offers.

### 💎 Example:

* **Flat Marketplace Fee** is 2.5%&#x20;
* **Collection Fee** is 2%&#x20;
* **Flat NFT Trade Fee** is 0.001 BNB (regardless of the number of NFTs in the offer)&#x20;
* BNB is used for the sake of example - any supported token can be in its place

### 💎 Crypto Offer:

* User offers 0.03 BNB&#x20;
* If the Listing Owner accepts it, they get 0.03 BNB less 4,5% (**Flat Marketplace Fee + Collection Fee**) = 0.0265 BNB&#x20;
* **Total Fee** is 0.0035 BNB

### 💎 NFT Offer:

* The User offers NFT 1 (Collection A) and NFT 2 (Collection B) + **Flat NFT Trade Fee** = 0.001 BNB&#x20;
* If the transaction is successful, the Offerer is charged the fee&#x20;
* If the User cancels the offer, the charged fee is refunded&#x20;
* If the Listing Owner accepts the offer, they get NFT 1 (Collection A) and NFT 2 (Collection B)&#x20;
* **Total Fee** is 0.001 BNB

### 💎 NFT + Crypto Offer:

* The User offers an NFT (Collection A) and 0.2 BNB + **Flat NFT Trade Fee** = 0.001 BNB&#x20;
* If the transaction is successful, the Offerer is charged the fee&#x20;
* If the User cancels the offer, the charged fee is refunded&#x20;
* If the Listing Owner accepts the offer, they get the NFT (Collection A) and 0.2 BNB less 4,5% (**Flat Marketplace Fee + Collection Fee**) = 0.191 BNB&#x20;
* **Total Fee** is 0.001 BNB + 0.009 BNB = 0.01


---

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