# Swap

<div align="left"><figure><img src="/files/A2VNkXFmjHYTRZrTbGtu" alt=""><figcaption></figcaption></figure></div>

## How to Swap

***

{% stepper %}
{% step %}

### Connect Wallet

See [Connecting Your Wallet](/tool-guide/connecting-your-wallet.md) for instructions.
{% endstep %}

{% step %}

### Click the "Connect Wallet" Button

<figure><img src="/files/3CGR6c6oi7Ni12D78phw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
This connects you to Jupiter's swap interface.
{% endhint %}
{% endstep %}

{% step %}

### Select Wallet

Choose your preferred wallet from the list of supported options (e.g., Phantom, Solflare).

<figure><img src="/files/QdM2QeKhWzBdR5Czcx9z" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Authorize Connection

Approve the connection request in your wallet extension or application.

{% hint style="info" %}
If your wallet doesn’t connect, make sure your browser extension is active and up to date.
{% endhint %}
{% endstep %}

{% step %}

### You're Connected!

Once connected, you're all ready to buy and sell tokens.
{% endstep %}

{% step %}

### Select Assets

Choose the asset you want to **sell** and the asset you want to **receive**. Enter the amount to swap, then review the quoted rate and fees.

<figure><img src="/files/ZLjNoo0vVFg75sEcNHfP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Swap

Click the **Swap** button and confirm the transaction in your wallet.

<figure><img src="/files/XVSeNZ2sCagcvADyJMSh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign Transaction

Sign and confirm your transaction by clicking **Confirm**.&#x20;

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

{% hint style="info" %}
The confirm transaction screen may appear differently due to using a different wallet.
{% endhint %}
{% endstep %}

{% step %}

### Success Confirmation

Success! Your swap has been completed. You should see a confirmation screen showing the asset you received.

<figure><img src="/files/XoZL1EJDLlKxtkR7LpQJ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.sol-incinerator.com/tool-guide/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.
