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

# Import Wallet

If you already have a crypto wallet with a seed phrase (recovery phrase), you can import it into Atom Wallet to access your funds.

### Step 1: Open the Wallet List

From the home screen, tap the **wallet name** at the top to open your wallet list.

![Home screen](https://i.imgur.com/JCEy49R.jpeg)

### Step 2: Tap Add Wallet

Scroll to the bottom of your wallet list and tap the **"Add Wallet"** button.

![Wallet list with Add Wallet](https://i.imgur.com/b1Pheby.jpeg)

### Step 3: Select "Add Existing Wallet"

A menu appears with two options:

* **Create new wallet** - Generate a brand new wallet
* **Add existing wallet** - Import using your seed phrase

Tap **"Add existing wallet"** and select the **Secret phrase** option.

![Add wallet options](https://i.imgur.com/XYcc3aQ.jpeg)

### Step 4: Enter Your Seed Phrase

You'll see a form with a wallet name field and a seed phrase input. Type or tap **Paste** to enter your **12, 18, or 24 word seed phrase**.

![Empty seed phrase form](https://i.imgur.com/gZ6APaE.jpeg)

### Step 5: Verify and Restore

Once your seed phrase is entered, tap **"Restore Wallet"** to begin the import.

![Seed phrase entered (blurred for security)](https://i.imgur.com/X6fFg8F.jpeg)

### Step 6: Confirm with Password

Enter your app password to confirm the wallet restoration. A green checkmark confirms the seed phrase was accepted.

![Password confirmation](https://i.imgur.com/cwTW1M9.jpeg)

### Step 7: Wallet Ready

You'll see a success screen saying **"Brilliant, your wallet is ready"**. You can choose to fund your wallet or skip for now.

![Wallet ready success](https://i.imgur.com/wElcncF.jpeg)


---

# 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/import-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.
