# Wallet Management (Wallets)

**How to Manage Wallets:**

1. Go to the `/settings` menu.
2. Select the "Wallets" option.

***

**Common Options:**

* **View Wallets:** Lists the wallets currently associated with the bot, typically showing the address (partially hidden for security) and the SOL balance.
* **Select Active Wallet:** Choose which of your wallets will be used by default for trading and other operations.
* **Add/Create New Wallet:** Generates a new Solana wallet directly within the bot. **Make sure to store your private key/recovery phrase in a secure and offline location!** The bot may only show it once.
* **Export Private Key:** Allows you to view the private key of a wallet generated in the bot so you can import it into another application (e.g., Phantom, Solflare). **Handle the private key with utmost care.**

***

**Example Text (As Provided):**

> "Wallets Settings\
> Manage all your wallets with ease"

***

**Security:**

* **Private Keys:** Your private key gives you full control over your funds. Never share it unnecessarily. If you import a wallet, understand the risks. If you create a wallet within the bot, make a secure backup of the key/phrase.
* **Multiple Wallets:** Using separate wallets for different bots or strategies can be a good security and organization practice.

Properly managing your wallets is crucial for the security and efficiency of your operations with HunterBot.


---

# 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://hunterbot-docs.gitbook.io/hunter-bot/settings/wallet-management-wallets.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.
