> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/en/wallet-faq-en/tron-wallet/import.md).

# How to Import a TRON Wallet

## Open the TokenPocket App and Select the TRON Network

To get started, open the **TokenPocket app** on your device. From the main screen, click the **upper-right corner** to access the **network selection interface**. From there, choose the **TRON network** as your active network.

<figure><img src="/files/FaMifb8X4N3Bgos014vg" alt=""><figcaption></figcaption></figure>

## **Choose Your Import Method**

There are several options for importing your **TRON Wallet** depending on your situation. The app supports multiple methods, allowing you to select the one that best fits your needs. Here, we'll demonstrate the most common method: importing via a **mnemonic phrase**.

Advanced Mode: You can select the type of mnemonic import and enter the Passphrase.

<figure><img src="/files/22HF2ziZHwjHunRql9bj" alt=""><figcaption></figcaption></figure>

## Advanced Mode: Import with Passphrase

You can choose from multiple types of mnemonic phrase languages and fill in according to your actual situation. The Passphrase is a parameter set during the creation process, and you must use the correct mnemonic phrase + correct Passphrase to import the wallet correctly and manage the assets on the chain.

<figure><img src="/files/BOQC6xUInKLaPEd7rxF6" alt=""><figcaption></figcaption></figure>

## Conclusion

Importing a **TRON Wallet** to TokenPocket is quick and easy. By following the steps in this guide, you can securely access your **TRON Wallet** using a mnemonic phrase or private key, and even use an advanced Passphrase for extra security.


---

# 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://help.tokenpocket.pro/en/wallet-faq-en/tron-wallet/import.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.
