# Managing your Wallet

### **Importing Wallets**

Any Solana wallet seed phrase can be imported into [sollet.io](https://sollet.io).

{% hint style="warning" %}
Be sure to keep your seed phrase secure and always check the URL when importing your private key.
{% endhint %}

![](/files/-MY9AdcnkGzGybSA-liU)

{% hint style="info" %}
If you already have a Solana wallet open and want to connect a second wallet, try using a private browser window.&#x20;
{% endhint %}

### Derivable Accounts

It is possible to have multiple token addresses within the same wallet on Solana. When importing your private key between different types of wallets, it is possible that some apps create different addresses within your wallet. &#x20;

You can choose to access these different accounts when importing your wallet. Simply select from the Derivable Account drop down menu.

![](/files/-MY9B8FS_cSckqLhEbvu)

### Merge

If you would like to consolidate the token balances you own across the different accounts in your wallet, you can use the "**Merge**" function.&#x20;

![](/files/-MY9CSbccIaUr9QCKViH)

{% hint style="info" %}
Note: Some apps you are using with the wallet may depend on the existing token accounts you currently have set up in your wallet.
{% endhint %}


---

# 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.projectserum.com/guides/wallet-support/sol-wallet-serum-academy/managing-your-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.
