# Subwallets

**Subwallets** let you manage **multiple addresses under a single seed phrase**—no need to create a separate wallet every time you want a new receiving address.

There's **no hard limit** on how many subwallets you can add, so use as many as you need to keep your funds and transaction histories organized.

## Why use subwallets

* **Separate funds** by purpose—savings vs. everyday spending, for example.
* **Keep transaction histories clean** per address.
* **Switch between addresses** quickly inside the app.

## Privacy note

Subwallets share one seed phrase backup, but they're **not automatically linked on-chain** as a single identity.

That said, real-world activity can create **visible connections** between addresses—for example, if you regularly move funds between them. Treat each address as potentially observable on-chain.


---

# 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/key-features/subwallets.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.
