> For the complete documentation index, see [llms.txt](https://help.mywallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mywallet.io/intro/getting-started/how-to-import-an-existing-wallet-using-a-seed-phrase.md).

# How to import an existing wallet using a seed phrase?

1. Download **My Wallet** via [my.tt/get](https://my.tt/get) or use our Telegram Mini App [@myapp](https://t.me/myapp).
2. In your old wallet, go to **Settings** → **Backup** → **Show Recovery Phrase** and copy it.
3. Open My Wallet, accept the terms, and tap **Add New Wallet** → **12/24 Secret Words**.
4. Paste your recovery phrase and confirm the action.

**Congrats—wallet imported!** All your tokens and NFTs are now in My Wallet.

{% hint style="info" %}
For **Solana**, different wallets can derive different addresses from the same seed phrase. You can import a seed phrase from other wallets (for example, Trust Wallet), but the Solana address shown in My Wallet may be different. Learn more: [**Which Solana addresses are compatible with My Wallet?**](/intro/getting-started/solana-wallet-import-compatibility.md).
{% endhint %}

{% hint style="success" %}
Next: [**receive crypto**](/intro/transfers/how-to-receive-crypto-in-my-wallet.md) and check our [**security tips**](/intro/getting-started/how-to-secure-my-wallet.md).
{% endhint %}


---

# 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://help.mywallet.io/intro/getting-started/how-to-import-an-existing-wallet-using-a-seed-phrase.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.
