> For the complete documentation index, see [llms.txt](https://docs.zenprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenprotocol.com/apps/wallet/wallet-structure/onboarding/import-a-wallet.md).

# Import a Wallet

{% hint style="danger" %}
**Security Notice**

Entering your mnemonic phrase on any digital platform can put your funds at risk. Make sure the device you are using is secured.
{% endhint %}

### Step By Step Guide

#### **Step 1: Click the ‘Import a Wallet’ button**

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

**Step 2: Read and Confirm the Term and Conditions**

![](/files/-MYtbpfjHR2Kk-ruEtWV)

**Step 3: Enter your 24 words mnemonic phrase**

![](https://lh4.googleusercontent.com/dcz0_45MSRkWccxSSRLMM3i2WMBAGWGkNQZHYwVxmmJ6tE3n-LVhamCNmWlFmTd0IFlzuhSU9GcOjhCTSexkTX4lclveejkJKyZk68ZsEu23l0qDNvMbnXW7msEeNKTiUQ0uUZx3)

* Make sure you have entered your 24 words mnemonic phrase in the right order and all are spelled correctly.&#x20;
* Once all the fields contain a valid bip39 word and have a blue checkmark, you will be able to click the “Continue” button.

**Step 4: Choose password**

![](https://lh4.googleusercontent.com/-gvAr0aD7U3H8VfAJC3ZrUeNTx3aqRqe4s9WAE7eA7WTkOk1-UYxAVVuKlZP362aj8naVCDDEu62A51OqDPH_c4Pq4HjYsFCROMWUPWOB8-dJTxAPdwMgTzSzKpo7Ej6S4uU7nEu)

* Choose a STRONG password to quickly access your wallet without the need of entering your mnemonic phrase on each session.&#x20;
* This password is also required for creating transactions on the blockchain such as: send transactions or voting transactions, for activating a contract, backup your wallet or wiping the blockchain.
* This password must contain at least 8 characters long with at least one number, a lowercase and an uppercase letter.
* If for some reason you forget your password, it is always possible to re-import your wallet using your 24 words mnemonic phrase.
* You can always change your password through the settings page →  ‘Change password’
* Set the amount of time before your wallet will be automatically logged out.

**Step 7: Choose a Passphrase**&#x20;

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

**Step 8: Choose a Name**

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

**Step 9: Confirm Wallet Creation**

<figure><img src="/files/6mdNTMbL30BpLBqppB8l" alt=""><figcaption></figcaption></figure>


---

# 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.zenprotocol.com/apps/wallet/wallet-structure/onboarding/import-a-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.
