> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/vault/add-an-account/import-a-secret-phrase.md).

# Import a secret phrase

Bring in an existing 12- or 24-word phrase. All chains are derived from it.

If you already have a recovery phrase from another wallet, you can type it into the Vault. The Vault derives the same addresses that wallet used, on every chain it supports.

## What you need

* The Vault, unlocked.
* Your phrase, 12 or 24 words, on paper.
* A private place. Nobody should see the screen.

{% stepper %}
{% step %}

### Choose "Import a secret phrase"

Tap **Add** → **Import a secret phrase**. Read the **Security Notice**: your phrase will be encrypted with your master password, and you should never share it with anyone.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-9283be6e768c30ceedb639234f2a677a0e599f50%2F01-mnemonic-input.png?alt=media" alt="mnemonic input"><figcaption><p>The mnemonic import screen.</p></figcaption></figure>
{% endstep %}

{% step %}

### Type the words, then name the account

Type the words separated by spaces. The field turns green with **Valid mnemonic** when the phrase checks out. Add an **Account Name**. You can tap **Add a mnemonic** to import several phrases at once.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-8bfedbfc80accbb0683d64c64da6642f691d5383%2F02-word-count.png?alt=media" alt="word count"><figcaption><p>A valid 24-word phrase, ready to import.</p></figcaption></figure>
{% endstep %}

{% step %}

### Tap Import and enter your master password

Tap **Import**. The Vault asks for your master password to encrypt and store the account. It confirms with **account(s) imported successfully!**

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cfefbaca88c3e7d7431d49068cf814c2ac280cdd%2F03-imported.png?alt=media" alt="imported"><figcaption><p>Imported. The account appears on the Accounts screen.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**What you see when it worked:** a new *Recovery phrase account* card. Open it to check that the Ethereum address matches the one you know from your old wallet.
{% endhint %}

{% hint style="warning" %}
**If something goes wrong**

* *"Invalid mnemonic":* one word is misspelled or out of order. All words must be from the standard word list.
* *"Already Imported":* this phrase is already on the Vault, nothing to do.
* *The address is not the one you expected:* some wallets use a different derivation path. Check the old wallet's settings, or import the private key of that specific address instead.
  {% endhint %}

## Learn more

* [Import a private key](/vault/add-an-account/import-a-private-key.md)
* [Your addresses](/vault/your-addresses.md)


---

# 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://doc.lockerprotocol.com/vault/add-an-account/import-a-secret-phrase.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.
