# Treasury Fees

<mark style="color:yellow;">**Deposit fee**</mark>: 0.05%

<mark style="color:yellow;">**Withdrawal fee**</mark>: 0.25%

<mark style="color:yellow;">**Multiplier fees**</mark> (do not apply for 1x multiplier):

* 2x multiplier: 0.0025% per day
* 3x multiplier: 0.0033% per day
* 4x multiplier: 0.0035% per day
* 8x multiplier: 0.0045% per day

<mark style="color:yellow;">**Early withdrawal fee**</mark> (only for deposits with a locked period): 0% to 2% depending on how early you withdraw your deposit

<mark style="color:yellow;">**Liquidation risk fees**</mark> (are calculated at the time of withdrawal and do not apply for 1x multiplier):

* 2x multiplier with health factor of 1.3 or below: 1% to 3%
* 3x multiplier with health factor of 1.15 or below: 2% to 3%
* 4x multiplier with health factor of 1.1 or below: 2% to 4%
* 8x multiplier with health factor of 1.04 or below: 3% to 5%

{% hint style="info" %}
You can find a detailed explanation of treasury fees at <https://medium.com/cotinetwork/everything-you-need-to-know-about-the-coti-treasury-b5fd09e1d82a>.
{% 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://faq.coticommunity.com/treasury/treasury-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.
