# Minimal savings

{% hint style="success" %}
**Savings** are the level of assets you save within a multi-route swap compared to single-route swap.
{% endhint %}

Because of [slippage](/en/trade/advanced/slippage.md) multi-route swaps slightly increase the chance of their failure, fully or partialy. And, although the router always takes it into account, multiple routes assume higher network fee for a swap.

When Minimal savings enabled, multiple routes will only be proposed if the benefit exceeds the set level.

<div><figure><img src="/files/y3CjlEL5rUZJh9HAa6sC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/FTva76GZanFsNc21bOa1" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Extra network fee for proposed multi-route swap never exceeds its overall benefit and the minimal savings level.
{% endhint %}


---

# 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.dedust.io/en/trade/router/settings/savings.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.
