# How to Swap

From the main Swap menu, there are three options you can choose:

* Swap
* TWAP
* Limit&#x20;

1. For regular swaps, click on the swap icon:

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

2. Select the token you want to swap and the token you want to receive.:

<figure><img src="/files/03oQITif52wpp8ykLANy" alt=""><figcaption></figcaption></figure>

3. Enter the swap amount manually or use the buttons to automatically select 25%, 50%, 75% or Max amount you have available in your wallet:

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

4. On the right hand side you see the swap details, showing the exchange rate found, the slippage applied, minimum amount to be received and the price impact. You can adjust the slippage according to the expected price impact:

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

5. Before you can proceed you need to give approval the Blackhole protocol to access your token before the swap can be executed. Click on Allow and sign the transaction:

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

6. After the approval transaction has been committed, the SWAP button appears so you can initiate the swap transaction:

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

7. After successful completion of the swap transaction a toast message will appear showing that the swap executed succesfully. You can click on the icon to show the transaction details on the block explorer.&#x20;

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


---

# 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://docs.blackhole.xyz/protocol-design/how-to-swap.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.
