# Import any SPL Wallet

Sometimes, you just need to relocate where your tokens are. This guide will show you how to do just that. You can simply type in your recovery phrase when you login to your wallet or you can import your private key into Solflare's interface. This guide will use Phantom’s interface as an example but the process is the exact same for Slope or any other wallet that provides you access to the private key.&#x20;

For clarity’s sake, the private key is ***not*** the [mnemonic / recovery phrase](https://academy.solflare.com/what-is-a-mnemonic-phrase-and-how-does-it-work/). A private key is a secret code that your wallet uses to verify cryptocurrency transactions you send from your wallet. These keys are governed by mathematical functions that prove the funds are yours and no one else has access to or can recover them. Your recovery phrase unlocks the private key that *then* gives you access to your capital.&#x20;

### Step 1

* Open your Phantom wallet extension and click the settings button on the bottom right.
* Scroll down to the bottom and click **Export Private Key**.

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-1-5.png)

### Step 2

* You’ll be prompted to input that password and once you have done so, click **Next**.
* This password is the one you generated, ***not*** your mnemonic / recovery phrase.

<br>

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-2.png)

### Step 3

* After inputting your password, you’ll see your private key on the screen.
* This key will be imported into the Solflare wallet next so it is important to have this copied down in a safe place.

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-3.png)

### Step 4

* Now go to your Solflare wallet and click **Import private key** and once you’ve done so, click **Add**.
* **Note:** This can also be done using the mobile wallet option.

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-4.1-2-1024x981.png)

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-4.2-1-1024x560.png)

### That’s it!

Now you can easily switch between token accounts in the Solflare settings panel.

![](https://academy.solflare.com/wp-content/uploads/2022/02/Step-6-959x1024.png)


---

# 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://solrise-finance.gitbook.io/solrise-finance/how-to-get-started-with-solflare/onboarding/import-any-spl-wallet.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.
