# Order Book Fees

The order book fee structure is very straightforward. Fees are sent to the [Floop Treasury](/tokens/floop.md#floop-treasury).

<table data-full-width="true"><thead><tr><th width="322">Action</th><th width="198">Fee</th><th>Information</th></tr></thead><tbody><tr><td>Placing an Order</td><td>free</td><td>No charge for leaving orders</td></tr><tr><td>Canceling an Order</td><td>free</td><td>No charge for cancelation</td></tr><tr><td>Claiming a (partially) filled Order</td><td>free</td><td>No charge for claiming</td></tr><tr><td>Trading on an Order</td><td><code>0.03%</code></td><td>Charged on the volume you trade</td></tr></tbody></table>

{% hint style="info" %}
The above order book fees exclude the Radix network fees (currently about 0.7 XRD)
{% 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.caviarnine.com/products-floop/order-book/order-book-fees.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.
