# Wallet

### Wallet is one of the core features of the bot.

From here, you can:\
• Export your private key for backup access\
• Withdraw funds to external wallets or exchanges\
\
⚠️ We strongly recommend saving your private key in a secure place, so you can access your funds at any time — in case something goes wrong with the bot.

**To manage** your walle&#x74;**,** tap **"Wallet".**

<div align="left"><figure><img src="/files/cYe2PF1UX5k6pzbkVJET" alt="" width="375"><figcaption></figcaption></figure></div>

**To export** your private key, tap **"Export Private Key"** and then confirm by tapping **"I understand"**.

<div align="left"><figure><img src="/files/aAeyOUZ5LG4SAIJE96hn" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/gq1ab6XYELrB6V4qCuzR" alt="" width="375"><figcaption><p>After confirmation, the bot will send you a message with your private key.</p></figcaption></figure></div>

⚠️ **Never give your private key to anyone — it’s your wallet’s password.**

### To withdraw funds:

1. **First, set a withdrawal address.**

Tap **“Set Withdrawal Address”** and send the wallet address where you want to receive your funds.\
Once submitted, the address will be saved.

<div align="left"><figure><img src="/files/DgXmTj7CaII6oTFBVW3x" alt="" width="375"><figcaption></figcaption></figure></div>

2. **After setting your withdrawal address, the “Withdraw” button will appear.**

Tap “Withdraw X SOL” to choose how much to withdraw

<div align="left"><figure><img src="/files/9K5GPXvkj9CyZo3PC3Ii" alt="" width="375"><figcaption></figcaption></figure></div>

Tap  “Withdraw all” to send your entire available balance. **The bot will ask for confirmation** before proceeding.

<div align="left"><figure><img src="/files/2ifqMZ1GNueKm0WwgoAY" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/1UZcuIRX09QlIqNApRUV" alt="" width="375"><figcaption><p>Tap the “Withdraw” button to confirm the transaction.</p></figcaption></figure></div>


---

# 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.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.
