> For the complete documentation index, see [llms.txt](https://docs.onto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onto.app/basics/assets-management/importing-exporting-wallet-private-keys-and-mnemonic-phrases.md).

# Importing/Exporting Wallet Private Keys and Mnemonic Phrases

### Importing private key and mnemonic phrase

Wallets can be imported into ONTO using private keys and mnemonic phrases as shown below.

**Step 1:** Launch the ONTO wallet and tap on the avatar icon in the top left corner. Select "**Manage Wallets**" from the navigation menu on the left.

![](/files/-MQzM4V1iipBy6hYZ-m0)

![](/files/-MQzMrUIQwdUZVdAmhp3)

**Step 2:** Select the "**Add new wallet**" option, and then select "**Import wallet**" from the pop-up.

![](/files/-MQzOp_B_5-cCl5ary7Z)

![](/files/-MQzPBDo2csq2DtTnWVX)

**Step 3:** Select "**Import other wallet**", and then look for the wallet that you want to import. For example, TRON wallet.

![](/files/-MQzTbwWD6Yd9VGQHF11)

![](/files/-MQzTfW1nOZ2-ooa7a_D)

**Step 4:** Tap on the **Private key**, **Mnemonic**, **WIF**, or **Keystore** tab based on the import method you want to use. Next, enter the required details as per your selection, the wallet name, and the wallet password, and then confirm the action. Finally, tap on "Done" to complete the process.

{% hint style="info" %}
Different wallets may have one or more associated import methods that are supported in a given version of the ONTO wallet.
{% endhint %}

![](/files/-MQzZqUh_DSmFebUHqj5)

![](/files/-MQza1Fstg86pKsGCRn5)

### Exporting/Backing up the mnemonic phrase

**Step 1:** Launch the ONTO wallet and tap on the avatar icon in the top left corner. Select "**Manage Wallets**" from the navigation menu that appears on the left.

![](/files/-MQzM4V1iipBy6hYZ-m0)

![](/files/-MQzMrUIQwdUZVdAmhp3)

**Step 2:** Tap on the **ellipsis** icon on the upper right side of a wallet option to bring up details and options for the particular wallet.

![](/files/-MQzfj1Ao1hR1abQkEhU)

**Step 3:** Select the "**Export mnemonic phrase**" option from the list. Then enter the current wallet password in the pop-up to proceed.

![](/files/-MQzfRlxhzeh7c2bFWZ4)

![](/files/-MQzhQVUHl13UxSFuPLF)

**Step 4:** Tap on the "**Copy**" button to copy the mnemonic phrase, and store it securely. Next, select the words in the correct sequence to verify the backup copy and complete the process.

{% hint style="warning" %}
**Note:** The mnemonic phrase, just like the private key, grants full access to the wallet. Please store the mnemonic phrase safely and do not share it with anyone.
{% endhint %}

![](/files/-MQulRsWX76VV3y3cVkS)

![](/files/-MQumjLtd_juiejfFnRa)

### Exporting the private key of a wallet

**Step 1:** Launch the ONTO Wallet and tap on the avatar icon in the top left corner. Select "**Manage Wallets**" from the navigation menu that appears on the left.

![](/files/-MQzM4V1iipBy6hYZ-m0)

![](/files/-MQzMrUIQwdUZVdAmhp3)

**Step 2:** Tap on the **ellipsis** icon on the upper right side of a wallet option to bring up details and options for the particular wallet.

![](/files/-MQzfj1Ao1hR1abQkEhU)

**Step 3:** Select the "**Export single-chain wallet**" option from the list.&#x20;

![](/files/-MQzpOLPMNBd_xEqyNTo)

**Step 4:** Now, from the list of wallets, select the wallet for which the private key is to be exported. Then select the "**Export private key**" and enter the password to proceed.

![](/files/-MQzqiTPwoGy8RvFlbQI)

![](/files/-MQzt5eorsiuGjeXApEC)

![](/files/-MQzuUyDjc78Go-rwXu2)

**Step 5:** Tap on the "**Copy**" button to copy the private key, and store it securely. Tap on "**Done**" to complete the process.

{% hint style="warning" %}
**Note:** The private key grants full access to the wallet. Please store it safely and do not share it with anyone.
{% endhint %}

![](/files/-MQzvy4c_Ehz2RJo2pat)


---

# 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.onto.app/basics/assets-management/importing-exporting-wallet-private-keys-and-mnemonic-phrases.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.
