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

# 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
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, and the optional `goal` query parameter:

```
GET https://faq.coticommunity.com/treasury/treasury-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
