# Which Solana addresses are compatible with MyTonWallet?

## Why can the Solana address change after import?

On Solana, wallets can use **different cryptographic derivation paths** for the same seed phrase. There is no single, universally enforced default, so different apps may show different default addresses.

That’s why you might import a seed phrase and see a Solana address you didn’t expect.

## Which wallets are supported today?

At the moment, import is possible from wallets compatible with the **Phantom** format. Alternative formats (e.g. from Trust Wallet) will be supported in upcoming updates.

## Can I import a seed phrase from Trust Wallet or another wallet?

Yes—you can add the seed phrase, and you may not see an error. But the **Solana address in MyTonWallet may be different** from the one you used in that wallet, so your funds can stay on the old address.

## How do I import the “correct” Solana address from another wallet?

If your Solana address was created in another app (for example, Trust Wallet), the safest option is:

1. Create a new multichain wallet in **MyTonWallet**.
2. Copy your **Solana receive address** in MyTonWallet.
3. Transfer your assets from your old Solana address to the new one (start with a small test transfer).

## See also

See: [How to import an existing wallet using a seed phrase?](/intro/getting-started/how-to-import-an-existing-wallet-using-a-seed-phrase.md).


---

# 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/solana-wallet-import-compatibility.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.
