# My Wallet

Every user has a dedicated Solana wallet, automatically created by the bot. All your buys and sells are executed from this wallet.

***

## View my address

Go to the main menu → **👛 Wallet**.

Your public address is displayed at the top. Copy it to send SOL.

***

## Deposit SOL

Send SOL to your address from any external wallet (Phantom, Backpack, etc.).

> Send only on the **Solana network**. Never send directly from an exchange without checking the network first.

***

## Withdraw SOL

In the **👛 Wallet** menu, press **Withdraw**.

1. Enter the destination address
2. Enter the amount (or "max" to withdraw everything)
3. Confirm

***

## Displayed balance

| Indicator             | Description                     |
| --------------------- | ------------------------------- |
| 💰 **SOL Balance**    | Available SOL in your wallet    |
| 📊 **Open Positions** | Number of tokens currently held |

***

## Security

Your private key is **encrypted** and stored securely. It is never shared, never visible, and never leaves the server.

If you lose access to Telegram, contact the bot operator to recover your funds.

***

## Automatic cleanup

After each sale, the bot automatically closes the associated token account and recovers the small security deposit (\~0.002 SOL) that was locked in it. You don't need to do anything.


---

# 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://dark-entry.gitbook.io/dark-entry-docs/getting-started/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.
