# How to do a simple Swap

1. Navigate to the Botega website. Ensure that you have the correct \
   URL: <https://botega.defi.ao>

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

2. Select the "**Connect**" button at the top right of the page and connect your wallet.

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

3. Select the drop down menu under "**You Sell**" and choose the token that you'd like to swap, then enter the amount.

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

4. Select the drop down menu under "**You Buy**" and choose the token that you would like to receive.&#x20;

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

5. Review the swap route and output token amounts.
6. Select "**Swap.**"
7. Select "**Confirm**" when the wallet confirmation window appears.

## Swap Fees

When you swap tokens in a Botega liquidity pool, there is a 0.25% fee, depending on the specific pool you are interacting with. These fees are automatically distributed to the liquidity providers (LPs).

{% hint style="info" %}
Botega currently does not charge any fees; all fees are distributed back to LPs. (This may change in the future.)
{% endhint %}

## Slippage

Slippage is the difference between the expected price of a swap and its execution price.&#x20;

* Botega allows users to set their slippage tolerance, determining the maximum difference between the expected and execution prices.&#x20;
* If the slippage exceeds the user's chosen tolerance, the swap will not be executed.&#x20;
* Setting a high slippage tolerance may result in an unfavorable swap.

{% hint style="info" %}
The slippage is automatically set to auto, which is 0.5%. You can set the maximum slippage to your desired amount to disable auto.
{% endhint %}

<figure><img src="/files/5bdSjiOzwntDX5yOni9D" alt=""><figcaption></figcaption></figure>

## Price Impact

Price impact refers to the change in an asset's price due to the execution of a trade. This is especially relevant in decentralized exchanges (DEXs) or automated market makers (AMMs) due to their liquidity model.

Price Impact is influenced by the available liquidity to settle the trade and the size of the trade. For example, if you want to swap a large amount of one token for another in a liquidity pool, the larger your trade compared to the pool's size, the more significant the price impact will be. This is because the execution of your trade will shift the balance between the tokens in the pool which will directly affect the price according to the AMM's formula.

{% hint style="info" %}
To reduce price impact, we recommend that you split large trades into several smaller trades over time. You can execute this automatically using our [DCA](/products/platforms/botega/swap-assets-and-run-agents/dca-dollar-cost-averaging-agents.md) feature.&#x20;
{% 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://docs.autonomous.finance/products/platforms/botega/swap-assets-and-run-agents/how-to-do-a-simple-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.
