> For the complete documentation index, see [llms.txt](https://faqs.thorwallet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqs.thorwallet.org/how-to-guides/how-to-make-a-swap.md).

# How to Make A Swap?

1. On the **Wallet** page in the app, tap on the asset you want to swap (in this example, ETH), then click on **Swap**.
2. Enter the amount you wish to swap and select the asset you want to swap to (e.g., swapping ETH for RUNE).

<figure><img src="/files/V2PBmBsMArSka2VBmNuh" alt="" width="188"><figcaption></figcaption></figure>

3. You can adjust the **Slippage Tolerance** by clicking the cogwheel in the upper-right corner, but this step is optional. The app features a built-in auto slippage function and selects the best path for your swap. If you'd like to explore other paths, simply click on **More Paths** to view alternatives.

<figure><img src="/files/FQXMwyyUH76nUGRE26VU" alt="" width="188"><figcaption></figcaption></figure>

3. Click **Preview Swap** to check the estimated fees for the transaction.

<figure><img src="/files/Jmtec89xcak5AbgVBYCW" alt="" width="188"><figcaption></figcaption></figure>

3. Finalize the swap by clicking **Swap Now**. A confirmation window will appear.

<div><figure><img src="/files/R0cs7qbS0m8iir8HXkFr" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/6TwSnYAsOFAu7EeAvjaL" alt="" width="188"><figcaption></figcaption></figure></div>

3. You should receive the swapped asset within a **few seconds to a few minutes**.\
   The exact timing depends on the **asset type** and **network congestion**.\
   For more details on swap duration, check out our [Swaps FAQ.](/swaps/faqs-swaps.md)


---

# 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://faqs.thorwallet.org/how-to-guides/how-to-make-a-swap.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.
