> 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/create-multiple-wallets.md).

# Create Multiple Wallets

Atom Wallet lets you create and manage multiple wallets within a single app. Each wallet gets its own set of addresses and seed phrase. This is useful for separating funds, managing different portfolios, or keeping personal and business crypto separate.

### Step 1: Open the Wallet Switcher

From the home screen, tap the **wallet name** at the top (e.g. "Main Wallet 6") to open the wallet list.

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

### Step 2: View Your Wallets

The Wallets screen shows all your existing wallets. Each wallet is labeled "Multi-Coin" and supports all available cryptocurrencies. The currently active wallet has a **blue checkmark**.

![Wallets list](https://i.imgur.com/SS7XGw2.jpeg)

### Step 3: Add a New Wallet

Tap the **"Add Wallet"** button at the bottom of the screen to create a new wallet.

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

### Step 4: Switch Between Wallets

Tap any wallet in the list to make it your active wallet. The blue checkmark moves to indicate which wallet is currently selected.


---

# 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/create-multiple-wallets.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.
