# Use-case

Our Exchange feature's main use-case is pretty self-explanatory - Swapping tokens while getting the best swap routes to ensure you get the maximum value out of your transactions.

However, there are additional tools that empower our users to execute the swaps with the settings they prefer.&#x20;

<details>

<summary>How to utilize Exchange</summary>

1. The first step would be opening up our Exchange feature from the sidebar:

<figure><img src="/files/VTWIQYjes4VU7osfvsGJ" alt=""><figcaption></figcaption></figure>

2. This will take you to the Exchange screen, and you'll be able to choose your desired assets for swapping, **and also toggle on if you'd like to send the funds to a different address:**

<figure><img src="/files/p8aCcpbDZVX8YxLA3pp4" alt=""><figcaption></figcaption></figure>

3. After you've input the amount you'd like to swap, additional options will show up on the right. \
   \
   These settings allow you to pick a swap route of your choosing, and also select your desired slippage percentage:

<figure><img src="/files/siJwmVk1mswWN5yTyDnO" alt=""><figcaption></figcaption></figure>

4. Once you have everything set-up - Just click the "Swap" button, sign the transaction, and you're good to go.

</details>

So, by utilizing DeFi Saver's Exchange feature, you're not just performing a straightforward swap - You're doing it with the optimal settings, all taken care of automatically by us.

Addiitonally, Smart Savings provides you with the option of utilizing Limit Orders or DCA (Dollar Cost Averaging). You can learn more about these tools in their respective Knowledge Base articles.

***

## Related Articles:

* [Fees](https://help.defisaver.com/features/exchange/fees)
* [What are Limit Orders?](https://help.defisaver.com/features/exchange/what-are-limit-orders)
* [What is DCA?](https://help.defisaver.com/features/exchange/what-is-dca)


---

# 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/exchange/use-case.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.
