# Wallet connection

To use the wallet connection feature, users must select the **On-Chain** version. From the main menu, click the “**Connect Wallet**” button.

<figure><img src="/files/BoC4Kln0Af6B0HCzCEX0" alt="" width="563"><figcaption></figcaption></figure>

A window will appear displaying the list of supported wallets for vBTC On-Chain. Users can:

* Select a wallet directly (e.g., MetaMask, Coinbase Wallet), or
* Connect via QR code using WalletConnect.

<figure><img src="/files/PyWXD8CC6N5zUzkwksAL" alt="Connect to wallet methods" width="563"><figcaption><p>Connect to wallet methods</p></figcaption></figure>

A confirmation window will appear on the user’s device to approve the connection to the vBTC On-Chain protocol. Click “**Confirm**” to proceed.

<figure><img src="/files/fq5UAdmTWcae0EpLlsXI" alt="Connect to Wallet" width="563"><figcaption><p>Connect to Wallet steps</p></figcaption></figure>

If the user's wallet does not have the **BNB Chain** network configured, the system will prompt to add it. Click “**Confirm**” to continue.

In the final step, the system will request a **wallet signature** to authenticate the connection with the platform. Click “**Confirm**” to complete the process.

<figure><img src="/files/5EInXXMVpm8phoVaMMuD" alt="Wallet connected notification" width="563"><figcaption><p>Wallet connected notification</p></figcaption></figure>

Once the wallet is successfully connected, the shortened wallet address will be displayed in the menu bar along with a confirmation message indicating a successful connection.

<br>


---

# 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.vbtc.me/en/how-to-start/wallet-connection.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.
