> 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/features/automation/fees.md).

# Fees

There are three types of fees that users should be aware of when it comes to using automated strategies at DeFi Saver:<br>

* The transaction fee for each executed automated transaction will effectively be charged to the position, during transaction execution. \
  \
  This essentially means that the gas costs for the transaction will be charged to the position, not the user's wallet.
* Automation strategies that include asset swaps within the transaction have the standard [DeFi Saver fee for complex transactions:](https://help.defisaver.com/general/what-is-defi-saver/defi-saver-fees)

<details>

<summary>Show me the fees:</summary>

* 0.25% on the swapped amount for swaps of assets that are not correlated in price (e.g. ETH --> USDC)
* 0.1% on the swapped amount for swaps of assets that are correlated in price (e.g. ETH --> wstETH)
* 0.01% on the swapped amount for swaps of stablecoin pairs (e.g. USDT --> USDC)

</details>

* Automations have a fee of 0.05% on each triggered automation transaction.

{% hint style="info" %}
*Note that simply enabling and keeping any automated strategy enabled for your position does **not** involve any kind of one-time or on-going, continuous service fees.*\
\
*Automations use flash loans as part of the recipe for the transaction - DeFi Saver defaults to using free flash loan sources, but in case there's a lack of liquidity in free sources, it will use an Aave flash loan (which has a 0.09% fee)*
{% endhint %}

***

## Related Articles:

* [Use-case](https://help.defisaver.com/features/automation/use-case)
* [Compatibility](https://help.defisaver.com/features/automation/compatibility)
* [Automation](https://help.defisaver.com/features/automation)
* [DeFi Saver fees](https://help.defisaver.com/general/what-is-defi-saver/defi-saver-fees)


---

# 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/features/automation/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.
