> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/docs-and-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/docs-and-guides/faq/about-wallets.md).

# About wallets

#### 1.Supported Wallets

Mainstream wallets like **MetaMask 、Coinbase、**&#x52;abby Wallet etc.

\*It is recommended to use the <mark style="color:purple;">**MetaMask**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">Wallet</mark> for authorization operations. In testing, <mark style="color:purple;">**MetaMask**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">Wallet</mark>  has shown faster callback times during authorization, providing a better user experience.

#### 2.Can I change my wallet?

You can disconnect one wallet from your Hyperdust account and connect another. This might be helpful in situations such as:

-Your wallet is compromised.

\- You want to switch to a different type of wallet with other advantages or benefits.

\- You initially used a beginner-friendly wallet and are now ready to migrate to a more advanced wallet.​

For security reasons, a wallet on Hyperdust can only be connected to one account.

You cannot connect a wallet that has been used on a different account on Hyperdust. However, if needed, you can reconnect the wallet to the same account.​

### &#x20;<a href="#will-disconnecting-the-wallet-delete-anything" id="will-disconnecting-the-wallet-delete-anything"></a>

#### 3.Will disconnecting the wallet delete anything? <a href="#will-disconnecting-the-wallet-delete-anything" id="will-disconnecting-the-wallet-delete-anything"></a>

Disconnecting the wallet will only remove access to wallet data through the Hyperdust website and software.

\- It will not delete your Hyperdust account.

\- It will not delete the connected wallet.

\- If available, you can still access the wallet through the wallet provider's website, browser extension, or app.

\- It will not delete any digital assets you own.

\- You can still find your tokens in the wallet and view them on external markets.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hyperdust-foundation.gitbook.io/docs-and-guides/faq/about-wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
