> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/protocols/liquity-v1/does-liquity-charge-any-fees.md).

# Does Liquity charge any fees?

Liquity charges a one-off fee whenever LUSD is borrowed, and when LUSD is redeemed:

For borrowers, there is a borrowing fee on loans as a percentage of the drawn amount (in LUSD).

For redeemers, there is a redemption fee on the amount paid to users by the system (in ETH) when exchanging LUSD for ETH. Note that redemption is separate from repaying your loan as a borrower, which is free of charge.

Please note that the borrowing fee is variable (and determined algorithmically) and has a minimum value of 0.5% under normal operation. The fee is 0% during Recovery Mode.

A 200 LUSD Liquidation Reserve charge will be applied as well, but returned to you upon repayment of debt.&#x20;

It is set aside as a way to compensate gas costs for the transaction sender in the event your Trove being liquidated. The Liquidation Reserve is fully refundable if your Trove is not liquidated, and is given back to you when you close your Trove by repaying your debt.

{% hint style="info" %}
*DeFi Saver doesn't charge any additional fees for being a frontend provider - Our fees are only associated with our advanced tools such as Automations or Boost & Repay.*
{% endhint %}

***

## Related Articles:

* [Liquity V1](https://help.defisaver.com/protocols/liquity-v1)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/liquity-v1/dashboard-and-use-case)
* [What is a Stability Pool?](https://help.defisaver.com/protocols/liquity-v1/what-is-a-stability-pool)
* [What is the "Debt-in-Front" value in Liquity?](https://help.defisaver.com/protocols/liquity-v1/what-is-the-debt-in-front-value-in-liquity)


---

# 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://help.defisaver.com/protocols/liquity-v1/does-liquity-charge-any-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.
