# Fees

Below is a quick summary of core actions users will take on DeOrderBook, and any associated fees collected.

| Action                             | Fee Collected |
| ---------------------------------- | ------------- |
| Minting HODL tokens                | NIL           |
| Placing a DeOrder                  | 0.1%          |
| Collecting SNIPER without exercise | 0.2%          |
| Redeeming HODL tokens              | 0.2%          |

### What does DeOrderBook do with the fees it collects?

DeOrderBook rebates 50% of collected fees back to those who have [locked $DOB tokens](/usddob/locking-usddob.md).\
\
The remaining 50% is kept by the Treasury to assume the running costs of the protocol and its team.


---

# 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.deorderbook.com/intro-to-deorderbook/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.
