# Import from private key

### Supported account type <a href="#supported-account-type" id="supported-account-type"></a>

Currently, SubWallet allows you to use private key to import **solo accounts**:

| Solo account type | Private key compatibility                                                       |
| ----------------- | ------------------------------------------------------------------------------- |
| EVM account       | Can be used for EVM-compatible wallets (Metamask, Phantom, Rabby, etc.)         |
| TON account       | Can only be used within SubWallet (i.e., not compatible with any other wallets) |

### Import your account via private key <a href="#import-your-account-via-private-key" id="import-your-account-via-private-key"></a>

#### **If you are currently using SubWallet**

**Step 1**: On the SubWallet homepage, hit the account name to access the account selection tab.

<figure><img src="/files/8Y8wodiAVvTSSzC6dukO" alt="" width="282"><figcaption></figcaption></figure>

**Step 2**: In the account selection tab, press the <img src="https://docs.subwallet.app/~gitbook/image?url=https%3A%2F%2F631687399-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-Lh39Kwxa1xxZM9WX_Bs%252Fuploads%252FpGiUsKS7LQbuF7fcmC5Q%252FScreenshot_232.png%3Falt%3Dmedia%26token%3D93a80930-8762-47f2-8c58-c48721795f7e&#x26;width=40&#x26;dpr=4&#x26;quality=100&#x26;sign=37584144&#x26;sv=2" alt="" data-size="line"> icon at the bottom of the screen.

<figure><img src="/files/RtOMrRkOtJ5Efy8Swuxu" alt="" width="282"><figcaption></figcaption></figure>

**Step 3**: Choose "**Import from private key**" as the chosen method to import your account.

<figure><img src="/files/DeUWhEK0tqsCOjwsUOiw" alt="" width="282"><figcaption></figcaption></figure>

**Step 4**: Enter the private key and the name of your account. Once done, hit "**Import account**".

<div><figure><img src="/files/UlK2WaAHqCWOVplg5f4B" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/gQcGbRI05LP9LOyc6bXS" alt="" width="282"><figcaption></figcaption></figure></div>

You have successfully imported your account!

<figure><img src="/files/Dk61ARwc8hDLRlYqb3Za" alt="" width="282"><figcaption></figcaption></figure>

#### **If you have not had any accounts with SubWallet**

**Step 1**: Open the SubWallet app. On the welcome screen, choose "**Import an account**".

<figure><img src="/files/Ng3e8v4Wa0t55Ip50IX3" alt="" width="272"><figcaption></figcaption></figure>

**Step 2**: Choose "**Import from seed phrase**" to import account.

<figure><img src="/files/0vpZpJANQizfcHfnuqYt" alt="" width="272"><figcaption></figcaption></figure>

**Step 3:** Create a master password with at least 6 characters and tick "**I understand that SubWallet can't recover the password**". Once done, hit "**Continue**".

<div><figure><img src="/files/nFCWefiHzfUWWWw9lXTM" alt="" width="270"><figcaption></figcaption></figure> <figure><img src="/files/kKu4YLVI3z7TUWNVfapm" alt="" width="270"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
SubWallet is non-custodial, so you will be the only person who knows your password; we can't help you restore it once it is lost. Make sure that your password is well-kept.
{% endhint %}

Once you create a master password, you can follow the importing procedure provided in [If you are currently using SubWallet](https://app.gitbook.com/o/CyPU0v2iA12ILmupTKub/s/-Lh39Kwxa1xxZM9WX_Bs/~/changes/708/mobile-app-user-guide/account-management/import-accounts/import-from-private-key#if-you-are-currently-using-subwallet), starting from **Step 3.**


---

# 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.subwallet.app/main/mobile-app-user-guide/account-management/import-accounts/import-from-private-key.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.
