> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/products/unisat-wallet/how-to-manage-your-unisat-wallet.md).

# How to Manage Your UniSat Wallet

### Download & Update UniSat Wallet

Always make sure you are using the latest version of UniSat Wallet.&#x20;

👉 Download here: <https://unisat.io/download>

To create a new wallet, follow this step-by-step guide:&#x20;

👉 <https://docs.unisat.io/products/unisat-wallet/how-to-create-unisat-wallet>

***

### How to Switch Address Types

UniSat supports **4 types of addresses**, and all of them can send, receive, and store BTC, Ordinals, Runes, and Alkanes.To switch:

* On the Wallet homepage, click the ⚙ (Settings).
* Select **Address Type** and choose your preferred type.

<figure><img src="/files/LzWazKhAu5ZeFGoNpBQa" alt="" width="354"><figcaption></figcaption></figure>

***

### How to View Secret Recovery Phrase / Private Keys

**View Secret Recovery Phrase**

* On the wallet homepage, click **HD Wallet**.

<figure><img src="/files/ajiOosff0OC3mPeOxPQV" alt="" width="354"><figcaption></figcaption></figure>

* Go to Wallet Management, select the wallet you want, click the ⚙ icon, and enter your login password.&#x20;

<figure><img src="/files/pmlhFQqodyQYHu6kDjbi" alt="" width="347"><figcaption></figcaption></figure>

<figure><img src="/files/C11u75kMbSHgkLAd18Qr" alt="" width="176"><figcaption></figcaption></figure>

After that, you will be able to see your mnemonic phrase information.&#x20;

<figure><img src="/files/68sQAYRgUzCEB5uKqhWv" alt="" width="355"><figcaption></figcaption></figure>

*⚠️ Important:*

* *If you lose your Secret Recovery Phrase, your assets will be gone.*
* *If you share your Secret Recovery Phrase, your assets will be stolen.*
* *Keep it safe — it’s your sole responsibility*

**View / Export Private Key**

* On the extension wallet homepage, click the address bar. You’ll see the **Address Detail** page.

<figure><img src="/files/5sX68YrOSL8N6MaWm1SV" alt="" width="358"><figcaption></figcaption></figure>

* Click the ··· (options) next to your account. Here you can:
  * Edit account name
  * Copy address
  * **View / Export Private Key**

<figure><img src="/files/QwgB6DT2jDsfQ03cQ9eN" alt="" width="353"><figcaption></figcaption></figure>

* Click **Export Private Key**, enter your password, and your private key will be displayed.

<figure><img src="/files/DbnPvNmmUuXcwz2bBjxi" alt="" width="350"><figcaption></figcaption></figure>

***

### Q: Imported wallet addresses don’t match my old ones. What should I do?

1. Double-check your mnemonic phrase is correct.
2. One mnemonic = one HD wallet. Inside, you can create multiple accounts (Account 1, 2, 3). By default, only Account 1 is restored. Try adding more accounts.
3. Each account has its own private key. Export accordingly.
4. Imported address type defaults to **Native SegWit**. Switch to the address type you need (e.g., Taproot).
5. If you previously set a **Custom HD Path or Passphrase**, you must input the same one during recovery. If forgotten, recovery won’t be possible.
6. Still not working? On Step 3, click **Scan in More Addresses** to attempt recovery.

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

***

### Q: What If I Forgot My Wallet Password?

UniSat does not store or transmit your wallet password. If you've forgotten it:\
You can restore the wallet using your seed phrase. During the restoration, you can set a new password.

If you don’t have the seed phrase, unfortunately, there is no way to reset or recover the password.

#### Disclaimer:

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# 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://docs.unisat.io/products/unisat-wallet/how-to-manage-your-unisat-wallet.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.
