# Swap

1. Go to the Swap section using the tabs at the top of the app and connect your wallet.

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

3. Type in the amount of tokens you want to trade. When you’re ready, hit the Swap button!

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

4. After the transaction gets confirmed, you'll see your updated balance—this might take a moment to show up.

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

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

2. Then, use the drop-down menus to choose the tokens you'd like to exchange. As an example, let's swap from SOL to USDC.

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

And there you have it, your first trade on Cropper is complete!&#x20;

{% hint style="warning" %}
Keep an eye on the Price Impact and always check the 'Minimum Received' for big trades or in pools with less liquidity.
{% endhint %}

**'Minimum Received'** is the smallest amount you'll get from a swap.

**'Price Impact'** is the change in price caused by your trade.

**'Slippage Tolerance'** is the max price change you're okay with when your trade goes through. You can set it in "settings" at the top or under "more information" in the swap area.


---

# 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.cropper.finance/cropperfinance/cropper-for-traders/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.
