> For the complete documentation index, see [llms.txt](https://birdytradebot.gitbook.io/birdyai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birdytradebot.gitbook.io/birdyai/getting-started/wallet-setup.md).

# Wallet Setup

#### 👛 Adding SOL to Your Wallet

To deposit SOL into your BirdyTradeBot wallet, follow these simple steps:

<figure><img src="/files/ZiDq7xoORA8DPbYow3Om" alt="" width="375"><figcaption><p>From the Main Menu, click on the <strong>Profile</strong> button.</p></figcaption></figure>

1️⃣ **Access Your Profile**\
From the Main Menu, click on the **Profile** button. This will take you to a screen displaying your wallet details, including:

* **Your Wallet Address**: A unique address to send SOL.
* **Wallet Balance**: Your current balance in SOL and its equivalent in USD.
* **Spent/Gained Stats**: The total SOL spent and gained while using the bot.

💰 Example:

* Wallet: `512AR...4h1LR` (0.00089 SOL – $0.24)
* 🔴 Spent: 21.97 SOL ($4,483.24)
* 🟢 Gained: 18.47 SOL ($3,802.79)

You will also see your **referral link**, which you can share to earn rewards:\
🫂 **Referral link**: t.me/BirdyTradeBot?start=XxKnPTHw

<figure><img src="/files/wjmgVsLPVYIWetysZoFB" alt=""><figcaption><p>An example of a user’s profile in BirdyTradeBot.</p></figcaption></figure>

2️⃣ **Deposit Funds**\
Click the **💳 Deposit** button. The bot will display your wallet address. Copy this address and send SOL from your preferred exchange or wallet to top up your BirdyTradeBot balance.

#### Withdrawing Funds

To withdraw SOL from your wallet:

1. **Set Recipient**: Click **📤 Withdraw**, then tap **Set Recipient** to paste the wallet address where you want to send SOL.
2. **Set Amount**: Click **Set Amount** and enter the number of SOL you’d like to withdraw. You can type the exact amount, specify "max" to transfer all, or click **/cancel** to exit.

Example Withdrawal Flow:

* 📥 Sending to: `5DqXt...Xq9Z7`
* 🔢 Amount: `2.5 SOL`

Confirm the details, and the bot will handle the transfer for you!

With your wallet set up and funded, you’re ready to dive into automated trading with BirdyTradeBot!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://birdytradebot.gitbook.io/birdyai/getting-started/wallet-setup.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.
