# Wallet Management

### **1. Import an Existing Wallet**

If you already have a wallet in another wallet application, you can import it into CornWallet using your mnemonic phrase or private key.

* On the app’s homepage, select **“Import Wallet.”**
* Enter your **12 -word mnemonic phrase** or your **private key**.
* **Important Note:** To access the full range of features, including perpetual contracts, ensure you select **“Import Multi-Chain Wallet.”**

### **2. Manage Multiple Wallets**

CornWallet supports managing multiple independent wallet accounts simultaneously. You can easily switch between or add new wallets in the settings.

* Go to the **“Wallet”** page.
* Tap on **“Wallet”** in the upper-left corner. Here, you can view all wallets, switch between them, or create a new wallet.

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

### **3. Backup and Recovery**

Your mnemonic phrase is the **only way** to recover your wallet. Make sure you have backed it up securely.

* If you change your phone or reinstall the app, simply select **“Import Wallet”** during the initial launch and enter your mnemonic phrase to restore all your assets.

{% hint style="danger" %}
**Security Warning:** CornWallet **cannot** help you recover a lost mnemonic phrase. Once lost, your assets will be permanently inaccessible. Please store it securely.
{% endhint %}

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


---

# 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://corndex.gitbook.io/cornwallet/wallet-transaction/wallet-management.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.
