> For the complete documentation index, see [llms.txt](https://docs.haust.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.haust.network/haust-wallet/wallet-apps/swap.md).

# Swap

The Haust Wallet's Swap feature provides a simple interface for exchanging tokens within the Haust blockchain.

1\. Tap \[Swap] on the Haust Wallet home screen.&#x20;

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

Alternatively, select a token from your asset list and tap \[Swap] in the token details tab.

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

2\. On the \[Swap] screen, choose the tokens for the swap. The first token will be pre-selected if using the alternative method.

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

3\. Enter the amount to swap, and the swap rate will be displayed. Tap the rate to view full swap details.

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

4\. Review the swap details, including: Rate, Price impact, Maximum slippage, Minimum amount to receive, Fees and Route

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

5\. Adjust the slippage tolerance if needed by tapping the settings icon, entering a value, and tapping \[Close].

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

7\. In case of errors (error with the conversion mechanism or low liquidity), wait for the system to refresh and tap \[Review order].&#x20;

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

8\. Confirm the details and tap \[Confirm & Exchange].

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

9\. Once the transaction is processed, If successful, you’ll see a "Exchange Completed" status. Tap \[Done].

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


---

# 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://docs.haust.network/haust-wallet/wallet-apps/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.
