# Wallet Management

ApeBot's wallet management goes beyond simple storage - it's designed for traders who need coordinated multi-wallet execution. Generate fresh wallets instantly, import existing ones, or manage entire wallet fleets for sophisticated trading operations.

**What makes ApeBot wallet management different?**

* **Bundle-Ready Architecture** - All wallets work seamlessly with bundle trading features
* **Advanced Security** - Wallets interact directly with Solana blockchain, never stored on our servers
* **Easy Import/Export** - Full private key control with secure backup options
* **Coordinated Management** - Set default wallets, batch operations, and synchronized strategies
* **MEV Protection** - Rotate between wallets automatically to avoid predictable patterns

Perfect for traders who want professional-grade wallet coordination without the complexity. Built specifically to power bundle trading, copy strategies, and advanced portfolio management.

<figure><img src="/files/ou4SL8mlh2PPlxdRCSSc" alt=""><figcaption><p>Example of wallet menu</p></figcaption></figure>

Under the wallet button, you'll find the sub menu that allows you to set a default wallet by tapping on it, confirming you want it as default.&#x20;

You can create, import or delete any wallet. Export button allows you to access your own private key so you can export your wallet to any other platform.&#x20;

{% hint style="warning" %}
&#x20;**Security Reminder:** Always remove private key messages from Telegram after import to protect your assets.
{% 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://apebot-documentation.gitbook.io/apebotsol/apebot-features/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.
