# Krystal Wallet Migration Guide

As the **Krystal Wallet App** is being deprecated, we recommend that all users securely export their wallets and migrate them into another trusted non-custodial wallet, such as **MetaMask**.

> ### **⚠️ Important Security Reminder**
>
> * Never share your **Secret Recovery Phrase (Seed Phrase)** or **Private Key** with anyone.
> * These credentials give full access to your funds. If compromised, your assets can be stolen.
> * Always store them securely.

***

## Step 1: Export Your Wallet from Krystal

1. From the homepage (**Wallet** tab), select your wallet, then tap **More**.

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

2. In the dialog menu that appears, choose **Export Wallet**.

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

3. Choose your backup method, depending on how your wallet was originally created:

   * Back up with **Seed Phrase (Mnemonic).**
   * Back up with **Private Key.**

   <figure><img src="/files/6sxzIrjwv3EbN9lXVQYL" alt=""><figcaption></figcaption></figure>

### Option A: Export via Seed Phrase

1. Select **Back up mnemonic**.
2. You will be taken to the **Backup Your Wallet** screen, where your 12-word **Secret Recovery Phrase** and a **QR** code will be displayed.
3. You can now use this phrase to import your wallet into **MetaMask**.

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

### Option B: Export via Private Key

1. Select **Back up private key**.
2. You will be directed to the **Backup Your Wallet** screen, where your **private key** will be displayed along with a **QR** code.
3. You can now use this private key to import your wallet into **MetaMask**.

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

***

## Step 2: Import into MetaMask (or another preferred wallet)

> ### ⚠️ **Security Reminder**
>
> Whether importing with Seed Phrase or Private Key, ensure you are using the **official wallet app** downloaded from a trusted source (App Store, Google Play, or the project’s official website).

### If You Used Seed Phrase

#### New MetaMask Installation

1. Install **MetaMask** on your device.
2. Select Import using **Secret Recovery Phrase**.

<figure><img src="/files/0WeVJR7r1L5qnWPiUoBU" alt=""><figcaption></figcaption></figure>

3. Enter all 12 words in the correct order, lowercase, with single spaces between words.
4. Set a password and finish setup.

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

👉 Official MetaMask guide: [Restore wallet with Secret Recovery Phrase](https://support.metamask.io/configure/wallet/how-to-restore-your-metamask-wallet-from-secret-recovery-phrase/)

#### Existing MetaMask Installation

1. Open **MetaMask** and tap your account icon.
2. Select **Add account or hardware wallet**.

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

3. Choose **Import Secret Recovery Phrase**.

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

4. Enter your 12 words and confirm.

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

#### 👉 Official MetaMask guide: [Use an existing wallet](https://support.metamask.io/start/use-an-existing-wallet/)

### If You Used Private Key

1. Open **MetaMask** and tap your account icon.
2. Select **Add account or hardware wallet** → Import account.

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

3. Paste your **private key** (or scan the **QR** code).
4. Tap **Import** to finish.

<figure><img src="/files/8Dd5cP1SOSPZbtEPL1Dq" alt=""><figcaption></figcaption></figure>

#### 👉 Official guide: [Use an existing wallet](https://support.metamask.io/start/use-an-existing-wallet/)

## Final Notes

* Both **Seed Phrases** and **Private Key** methods provide full access to your wallet.&#x20;
* After migration, verify your balances and connected dApps in **MetaMask**.
* The **Krystal Wallet App** will no longer receive updates. Please complete your **migration as soon as possible**.


---

# 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://docs.krystal.app/deprecated/mobile-wallet/krystal-wallet-migration-guide.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.
