# Wallet

Wallet management is handled through the **“Wallets”** section.

In the bot interface, the **Default Wallet** is displayed.

In this example, it is named **“Main.”** You can set the default wallet yourself — it will be used for all transactions in the bot.

Below, you’ll find the wallet address, which you can copy by clicking on it, as well as the balance of the default wallet.

pic

A list of other wallets available for trading is also displayed.

**W1, W2** — these are the names of the wallets you created.

Below each of them, their corresponding **Solana addresses** are shown. To copy a wallet address, simply click on it.

pic

**Withdrawal Address**

This is the address where you can withdraw funds from your bot wallets. It is set as a single address for all wallets.

pic

**Wallet Interaction**

At the bottom of the screen, you’ll find a list of wallets. Each button shows the wallet name and its balance.

✅ indicates the default wallet — it will be used for transactions in the bot.

Tap on any wallet to open it.

pic

When you open a wallet, its **name, address, and balance** are displayed.

pic

**Wallet Management**

🔴 **Set as Default** — Tap to make this wallet the default one.\
💵 **Withdraw** — Go to the withdrawal menu. Enter the amount and send the request.\
🔐 **Export Key** — To export your private key, tap “Export Key” and then confirm by pressing “Got it.”\
🔎 **Rename** — Allows you to assign a custom name to the wallet.\
🗑️ **Delete** — Removes the wallet from the bot list. Funds on the blockchain remain unaffected.

pic

**Create a Wallet**

You can create up to **12 wallets**, distribute funds across them, and use them for different trading strategies.

To create a wallet, tap the **“➕ Create Wallet”** button.

pic

2. **Save your private key. Never share it with anyone. It provides full access to your funds.**

**pic**

### **Import a Wallet**

If you want to add an existing wallet from the Solana blockchain,

tap the **“🔑 Import Wallet”** button.

**pic**


---

# 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://docs.swoop.fun/wallet-1.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.
