# 8. Multi-Wallet Management

Astrum includes a powerful **multi-wallet system** that allows traders to manage multiple Turnkey or imported wallets inside one interface.\
This is especially useful for risk-splitting, sniping, farming new tokens, or running multiple strategies at once.

Below is a step-by-step guide for importing wallets, viewing them, splitting tokens, and selling through multiple wallets simultaneously.\
**1. Importing a Wallet**

To add additional wallets into your multi-wallet panel:

1. Open the **Multi-Wallet window** (see screenshot in the UI).
2. Click **Import Wallet**.
3. Paste the **private key** of the wallet you want to import\
   (this can be another Turnkey wallet or any Solana wallet you control).
4. The wallet will appear instantly in your multi-wallet list.

**Note:**\
Astrum never stores your private keys.\
Imported keys are encrypted locally inside your browser.

***

#### **2. Viewing All Your Wallets**

Inside the Multi-Wallet interface, you will see:

* a list of all imported wallets
* your main Turnkey wallet
* balances for each wallet
* token holdings
* SOL balance (important for gas)

This allows you to monitor your entire trading setup in one place without switching apps.

You can also:

* rename wallets
* reorder them
* disable any wallet temporarily

***

#### **3. Splitting Tokens After a Purchase**

After buying a token, Astrum allows you to **split the purchased amount across multiple wallets** in one action.

How it works:

1. Execute a buy as usual.
2. Open the **Split Tokens** menu (popup appears after a purchase).
3. Select which wallets should receive the tokens.
4. Enter distribution amounts or use auto-split mode.
5. Confirm the transfers.

**Important:**\
Splitting requires that each target wallet has a small amount of **SOL for gas fees**.

***

#### **4. Selling Tokens With Multi-Wallet Enabled**

To sell tokens across all wallets:

1. Select **all wallets that hold the token** you want to sell.
2. Make sure **each wallet has enough SOL** to pay for the transaction fee.
3. Press **Sell** — Astrum will execute a separate sell transaction from each wallet.

This is especially useful for:

* exiting multiple sniper entries
* selling a large distributed bag quickly
* performing risk-managed multi-wallet exits

If any wallet does not have enough SOL, Astrum will notify you before executing.


---

# 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://astrum-trade.gitbook.io/astrum-trade-docs/solana-trading/wallet-management/8.-multi-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.
