# Manage Wallet

To quickly access the wallet management menu:

* Click **"Wallet"** in the main menu panel, or
* Send the **/wallets** command in the Telegram chat window.

From the wallet management menu, you can perform the following operations:

<figure><img src="/files/kHH21H9LY8YL1lbSAvEz" alt="" width="375"><figcaption></figcaption></figure>

**1️⃣ Switch Default Wallet**

* Click **"Switch Default Wallet"** to view the list of currently available wallet numbers.
* Select a wallet number to set it as the default wallet.
* The default wallet will be used automatically for all trading activities.

&#x20;2️⃣ **Export Private Key**

* Click **Export Private Key** to display the list of wallet numbers.
* Select the wallet number to view its address and private key.

💡 **Important:** For security purposes, the private key will be automatically deleted after 20 seconds. Save it immediately!

**3️⃣ Withdraw Assets (SOL)**

* Sorosbot currently supports withdrawals for **SOL**.
* Click **"Transfer SOL"** to view the active wallet number.
* Select the wallet number to open the withdrawal panel.

Follow these steps for withdrawal:

1. Enter the **wallet number** you wish to withdraw from.
2. Input the **withdrawal amount**.
3. Provide the **recipient's address**.
4. Click **"Initiate Withdrawal"** to complete the transaction.

💡 **Reminder:** Make sure to leave a small balance in your wallet to cover the transaction gas fees.

***

With these features, you can easily manage your wallets and transactions on Sorosbot. Keep your private keys safe and enjoy seamless trading! 🚀


---

# 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://soros-bot.gitbook.io/sorosbot-docs/quick-setup-guide/publish-your-docs/manage-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.
