# Wallet Multi-Accounts

### Feature Overview

Wallet Multi-Accounts enables you to:

* Create separate wallet groups
* Maintain clearer identity boundaries
* Organize wallets based on usage or ownership

This ensures improved asset management, enhanced security, and an overall more structured wallet experience.

***

### Setting Up Multi-Accounts on Mobile

Follow the steps below to configure and manage multiple wallet accounts on your Backpack mobile app.

#### 1. Manage an Existing Group

* Navigate to the **Wallet Management** screen.
* Under the **Wallets** section, click **Account 1** (or the group you wish to manage).
* Tap the **three dots** icon located at the bottom right corner.
* From here, you may:
  * **Edit the account name**
  * **Remove the account** from the list

<div align="left"><figure><img src="/files/H0Ph1nFDk0qqS45EVAxl" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### 2. Add a New Group

* Navigate to the **Wallet Management** screen.
* Under the **Wallets** section, tap **Account 1** (or any existing group).
* Select **Add Account**.
* Enter a **name** for the new account.
* Choose one of the following options:
  * [**Import an existing wallet** ](/wallet/get-started/import-recover-wallet.md)using a seed phrase or private key
  * **Create a new wallet** with a fresh seed phrase

<div align="left"><figure><img src="/files/2y9kR1uyAR1qEQWqvPNw" alt="" width="375"><figcaption></figcaption></figure></div>

### 3. Add a New Wallet Within a Group

1. In the **Wallet Management** screen, locate **Account 1** (or the group you wish to manage) under the *Wallets* section.
2. Tap the **plus (+) icon** beside the account.
3. Select the **blockchain network** you wish to use.
4. Choose one of the following options:
   * [**Import an existing wallet** ](/wallet/get-started/import-recover-wallet.md)on that chain
   * **Create a new wallet** within the same group

<div align="left"><figure><img src="/files/xnsqIffBI3xtoKHCiddz" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Example Use Cases

You can create different account groups for various purposes, such as:

* **Personal Wallets** – for individual transactions and asset management
* **Corporate Wallets** – for company-owned funds or operational usage
* [**Multisig Wallets**](/wallet/actions/multisig.md) – requiring multiple approvals for transactions

This structure enhances clarity, helps segregate responsibilities, and improves workflow efficiency for you managing diverse assets.


---

# 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://support.backpack.exchange/wallet/actions/wallet-multi-accounts.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.
