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

1. Download **MyTonWallet** 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 MyTonWallet, 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 MyTonWallet.

{% 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 MyTonWallet may be different. Learn more: [**Which Solana addresses are compatible with MyTonWallet?**](/intro/getting-started/solana-wallet-import-compatibility.md).
{% endhint %}

{% hint style="success" %}
Next: [**receive crypto**](/intro/transfers/how-to-receive-crypto-in-mytonwallet.md) and check our [**security tips**](/intro/getting-started/how-to-secure-mytonwallet.md).
{% 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/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.
