# Wallet management and disconnection

### **Wallet management**

In the On-Chain version, users can easily manage their wallet directly on the platform. To access this feature, click on the wallet address displayed in the top menu bar.

<figure><img src="/files/trT9oaPfJM3gy1zDIe80" alt="Wallet management window" width="356"><figcaption><p>Wallet management window</p></figcaption></figure>

Within the wallet management interface, users can:

* Copy their wallet address
* View the logo and full name of the connected network
* View a list of assets, displaying tokens with balances greater than 0.\
  Additionally, users can choose to hide tokens with balances below $1.

### **Disconnecting the Wallet**

To disconnect your wallet, click the “Disconnect Wallet” button within the wallet management interface.

<figure><img src="/files/S2Cdz2gc6zRTDWl9d7A9" alt="Disconnecting the Wallet" width="366"><figcaption><p>Disconnect wallet</p></figcaption></figure>

After successfully disconnecting, a confirmation message will appear as shown below.

<figure><img src="/files/i72hEfjgESNXCH4vGgLn" alt="Wallet disconnection successful notification" width="375"><figcaption><p>Wallet disconnection successful notification</p></figcaption></figure>


---

# 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-management-and-disconnection.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.
