# Fee Comparison

Instadapp PRO currently charges no fees to use any and all parts of its platform - as they're able to generate revenue through the Fluid protocol. However, standard protocol fees and flash loan fees still apply.

With DeFi Saver's approach, no fees are applied for using regular position management tools that would be found directly on the protocol - this refers to basic supplying, borrowing, withdrawing, etc...

Where DeFi Saver's fees come into play is for advanced transactions that include a swap. This covers tools such as:<br>

* Boost - Increasing leverage in one transaction
* Repay - Decreasing leverage in one transaction
* Collateral/Debt switch
* Position Flip

{% hint style="info" %}
Additionally, the Automation options have a fee of 0.05% per-trigger. This means that simply turning an automation on incurs no fees.
{% endhint %}

The fees themselves differ in amount according to the assets being swapped within the complex transaction:<br>

* For stablecoin pairs (i.e. USDC -> DAI) - the fee is 0.01% of the amount being swapped
* For correlated assets (i.e. wstETH -> ETH) - the fee is 0.1% of the amount being swapped
* For non-correlated assets (i.e. USDT -> WBTC) - the fee is 0.25% of the amount being swapped

{% hint style="info" %}
*Advanced transactions utilize flash loans - and while DeFi Saver always defaults to using free flash loan sources, if one is not available - we'll opt for an Aave flash loan that has a current fee of 0.09%*\
\
*Any and all fees that are applied to your transaction will be communicated ahead of time through the UI.*
{% endhint %}

***

## Related Articles:

* [Dashboard Comparison](https://help.defisaver.com/instadapp/dashboard-comparison)
* [Feature Comparison](https://help.defisaver.com/instadapp/feature-comparison)
* [Unsupported Features](https://help.defisaver.com/instadapp/unsupported-features)
* [DeFi Saver-Exclusive Features](https://help.defisaver.com/instadapp/defi-saver-exclusive-features)


---

# 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://help.defisaver.com/instadapp/fee-comparison.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.
