# Withdrawals

{% stepper %}
{% step %}
Select  💸 **`Withdraw`** on the Main Menu.
{% endstep %}

{% step %}
**Pick the wallet** you want to withdraw from.
{% endstep %}

{% step %}
Enter the amount you want to send, in SOL (decimals welcome). Make sure you leave enough behind to cover fees.

<figure><img src="/files/CP53yQ7H9QgylzBW5aCJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Paste the wallet address you’re **sending funds to**. Double-check it. Triple-check it. There are no refunds on the blockchain.
{% endstep %}

{% step %}
The bot will show a summary with all the transaction details. If everything looks good, tap ✅ **`Confirm`** to approve the transfer.
{% endstep %}

{% step %}
Withdrawal complete! You’ll get a **confirmation** and a link to view it on Solscan.

<figure><img src="/files/8MsGmqZhdkry7LLS3h3J" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.oceanbots.ai/telegram-bot-features/withdrawals.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.
