# How to manage multiple wallets in MyTonWallet?

**MyTonWallet** allows you to create and manage an **unlimited number of wallets**—perfect for diversifying assets, testing features, or handling separate tasks.

Here’s how:

{% stepper %}
{% step %}
Tap the name of your current wallet in the top left corner of the main screen.
{% endstep %}

{% step %}
Tap ➕ **Add**.
{% endstep %}

{% step %}
Choose one of the following options:

* [**Create a new wallet**](/intro/getting-started/how-to-create-a-new-crypto-wallet-in-mytonwallet.md)
* Import an existing wallet using a [**seed phrase**](/intro/getting-started/how-to-import-an-existing-wallet-using-a-seed-phrase.md) or [**Ledger**](/intro/getting-started/how-to-import-an-existing-wallet-from-ledger.md).
* Open any **TON** or **TRON** address in [**View Mode**](/intro/key-features/can-i-view-other-addresses-in-mytonwallet.md).
  {% endstep %}
  {% endstepper %}

All your wallets will be listed in the wallet card. Tap the current wallet name again to switch between them.

{% hint style="warning" %}
Make sure to [**store the seed phrase**](/intro/security-and-access-recovery/what-is-a-seed-phrase-how-to-store-a-seed-phrase.md#how-to-store-a-seed-phrase) for each wallet in a secure and safe place. Without it, you won’t be able to restore access.
{% endhint %}


---

# 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://help.mytonwallet.io/intro/security-and-access-recovery/how-to-manage-multiple-wallets-in-mytonwallet.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.
