# Import Bitcoin Wallet

There are two ways to import a wallet:

1. After installing the wallet plugin, simply select “I already have a wallet,” then set a password and import your mnemonic phrase.

{% hint style="info" %}
When setting up a new wallet, you can only import using a mnemonic phrase. If you wish to import a private key, you will need to first create a wallet and then proceed with the private key import afterward.
{% endhint %}

<div align="center"><figure><img src="/files/udSoB9u3MJnfLo323U81" alt="" width="179"><figcaption></figcaption></figure> <figure><img src="/files/E5NZVd906n4Pi4UPmKBf" alt="" width="177"><figcaption></figcaption></figure></div>

2. If you already have a local wallet, you can import by clicking on the top-right corner “Wallet Name -> “+” button”, then choosing either the mnemonic phrase or private key for import.

<div align="center"><figure><img src="/files/aUG9MGhhBhTqwifuTU3y" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/EBIcuX2a8Q4jbAIhPDHI" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/l0ojBp34cDRyywO8cPmD" alt="" width="188"><figcaption></figcaption></figure></div>

## Mnemonic

1. Select the wallet type.

<div align="center"><figure><img src="/files/3dTf2Fjn7qTqELMotcxH" alt="" width="188"><figcaption></figcaption></figure></div>

2. Enter the mnemonic phrase.

<div align="center"><figure><img src="/files/zz49yDtNDnV4J06SbTyn" alt="" width="188"><figcaption></figcaption></figure></div>

3. Select the address type to import. The address type is controlled by the path and passphrase, both of which can alter the wallet address. Note that path and passphrase are optional fields and are not required to be filled in.

<div align="center"><figure><img src="/files/VeWRhfegzMu2qaHUDiVg" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/3pQnx8SqqGoC9h95fEJ3" alt="" width="188"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Important:** The address type, path, and passphrase must all match exactly to restore the corresponding wallet address correctly.

For higher wallet security, it is recommended to add a passphrase. With a passphrase set, even if your mnemonic phrase is leaked, others will not be able to recover your wallet. However, be sure to remember your passphrase!
{% endhint %}

{% hint style="info" %}
In certain cases, you may need to set a specific path to restore the wallet correctly. Here’s an example of how to set it:

If your wallet path is `m/44'/0'/0'/0/0`, you can enter `m/44'/0'/0'/0` in the passphrase field during the import process.
{% endhint %}

## Private Key

1. Enter the private key, then click the “Next” button.

<div align="center"><figure><img src="/files/lpZa7ROQn5ZWEVgPUv4t" alt="" width="188"><figcaption></figcaption></figure></div>

2. Select the desired address type, then click the “Import” button to complete the process.

<div align="center"><figure><img src="/files/hDXP5GKCfKev7PBPWjQa" alt="" width="188"><figcaption></figcaption></figure></div>

## Exporting Mnemonic Phrase and Private Key

1. To view your mnemonic phrase, go to the **Wallet List** section.

<div align="center"><figure><img src="/files/m6PfyxHtdsheOLRJYwht" alt="" width="188"><figcaption></figcaption></figure></div>

2. To view your private key, navigate to the **Account List** section.

<div align="center"><figure><img src="/files/ANIlS3vIO8YnRnAQNOIS" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/t2oeaEK8JW8SVQWejgeh" alt="" width="188"><figcaption></figcaption></figure></div>


---

# 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.wizz.cash/wizz-wallet/wallet/wallet-extension/import-bitcoin-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.
