> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/wallet-management/import-an-existing-wallet/import-from-trust-wallet.md).

# Import from Trust Wallet

Some of these steps are to be carried out from Trust Wallet. We will make our best efforts to ensure this wiki article remains up to date; however, we cannot guarantee that Trust Wallet will not make significant changes to its UI in the future.

## Find your Trust Wallet passphrase

Follow these steps if you need to find your passphrase from your Trust Wallet. You can skip these steps if you already have a copy of your passphrase.

1. `Open` the Trust Wallet application.
2. `Select` your wallet name at the top middle of the screen.&#x20;
3. From the list, `select` the **3 vertical dots** next to the account for which you want to see the passphrase for. Then select **Manual**.
4. `Enter` your passcode, select the disclaimers, and `select` **Continue**.
5. Your passphrase will now be displayed – use this passphrase for migrating your account into Nova Wallet.

{% hint style="info" %}
Make sure to write down the words of your passphrase in the correct order and with the exact same spelling.
{% endhint %}

## Migrate your Trust Wallet account to Nova Wallet

Follow these steps to migrate your Trust Wallet account to your Nova Wallet using the passphrase.

1. `Open` the Nova Wallet application.
2. `Select` **Already have a wallet**.
3. `Select` **Trust Wallet**.
4. `Input` your **passphrase**.
5. Name your wallet. The wallet name is only used locally for your convenience.
6. `Select` **Continue**.

\ <br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.novawallet.io/nova-wallet-wiki/wallet-management/import-an-existing-wallet/import-from-trust-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
