# Connecting Your Wallet

## How to Connect Your Wallet

***

{% stepper %}
{% step %}

### Go to [Sol-Incinerator](https://sol-incinerator.com/)

{% endstep %}

{% step %}

### Click the "Connect Wallet" Button

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

{% step %}

### Select Wallet

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

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

{% step %}

### Authorize Connection

Approve the connection request in your wallet extension or application.

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

{% 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!

If everything worked correctly, you’ll see a page like the one below.  You can disconnect your wallet at any time by clicking the **“disconnect wallet”** button.

<figure><img src="/files/YTJs6uXxcpr2iE64xe4h" 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/connecting-your-wallet.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.
