# Wallet Manager

The **Wallet Manager** allows you to create and manage multiple wallets directly within Aliens, giving you more flexibility, control, and privacy in your trading setup.

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

Having multiple wallets is especially useful when trading in the fast-paced Solana meme coin environment:

* Distribute Risk: Separate funds across wallets to limit exposure if one wallet is compromised or caught in a bad trade.
* Enhance Privacy: Trade across different wallets without linking all your activity to a single address.
* Organize Strategies: Create dedicated wallets for different trading styles (sniping, holding, testing, etc.).

Within the Wallets tab of your Portfolio, you can view and manage every wallet connected to your Aliens account.

* View Balances & Holdings: Check total value and token counts per wallet.
* Set Primary Wallet: Mark one wallet as your main trading wallet (indicated with a ⭐).
* Create or Import Wallets: Instantly generate a new Solana wallet or bring in an existing one.
* Export Private Key: Securely back up the private key for any wallet you’ve created.
* Search and Filter: Find wallets by name or address, or toggle *Show Archived* to reveal hidden ones.
* Combine Wallet Stats: When viewing your Spot Portfolio, tick or untick wallets to include or exclude them from total balance and PNL calculations.

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

#### Creating a New Wallet

To generate a new Solana wallet within Aliens:

1. Go to the **Wallet Manager** tab.
2. Click **Create Wallet**.
3. A new wallet address will be automatically created and added to your list.
4. You can rename it, set it as your **Primary Wallet**, or mark it as a **Turbo Wallet** for faster trades.

Each wallet is non-custodial and fully integrated with your trading tools on Aliens.

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

#### Importing an Existing Wallet

If you already have an external Solana wallet, you can import it to manage and trade directly within Aliens:

1. Click **Import Wallet**.
2. (Optional) Enter a **Wallet Name** for easier reference.
3. Paste your **Private Key** into the input field.
4. Click **Import Wallet** to finalize.

⚠️ **Important:** Never share your private key with anyone. Keep it secure and private. Only import wallets you personally control.

Once imported, the wallet appears in your list and can be used for trading, Quick Buys, or portfolio tracking.

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

#### Exporting a Private Key

To back up or migrate a wallet you created in Aliens:

1. Locate the wallet in your Wallet Manager list.
2. Click the **Export Private Key** icon under **Actions**.
3. Confirm your access (if prompted).
4. Copy and securely store your private key offline.

⚠️ **Warning:** Your private key gives full access to your wallet and funds. Never share it publicly or store it in unsecured locations.

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

#### Turbo Wallets

You can also **mark specific wallets as Turbo Wallets**, designed for ultra-fast trade execution in competitive markets.

When Turbo Mode is enabled:

* Transactions are sent to **top Solana validators** for maximum success rate.
* The **priority fee** and **bribe ratio** are auto-optimized to beat other pending transactions.
* **Nonce accounts** are created (≈0.0073 SOL each) for faster block confirmation.
* **No additional fee** goes to Aliens, all costs go to the Solana network.

Turbo Wallets are ideal for traders sniping launches, reacting to dev sells, or competing in high-volume markets.

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


---

# 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://alienstrading.gitbook.io/docs/trade-on-aliens/wallet-manager.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.
