# Fees

Since Collateral switch, Debt switch and Position Flip are complex transactions that include a swap, the standard variable DeFi Saver fee applies to these tools:<br>

* 0.01% fee for all stablecoin pair swaps (e.g. DAI --> USDC)
* 0.1% fee for swaps of assets correlated in price (e.g. ETH --> wstETH)
* 0.25% fee for swaps of assets not correlated in price (e.g. WBTC --> USDC)

Additionally, these tools utilize flash loans, and while DeFi Saver always defaults to free flash loan sources first - if no liquidity sources are found on the free options - we opt for Aave, which has a flash loan fee of 0.09%

***

## Related Articles:

* [Use-case](https://help.defisaver.com/features/collateral-and-debt-switch/use-case)
* [Compatibility](https://help.defisaver.com/features/collateral-and-debt-switch/compatibility)


---

# 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/features/collateral-and-debt-switch/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.
