> For the complete documentation index, see [llms.txt](https://moni-ai.gitbook.io/moni/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moni-ai.gitbook.io/moni/moni-tg-bot/getting-started/wallet-basics/deposit-and-withdraw-funds.md).

# Deposit & Withdraw Funds

### How to Deposit funds

{% stepper %}
{% step %}
From the main menu, tap **Wallets** and select the wallet you want to deposit to.

<div align="left"><figure><img src="/files/3eLxDawjJpDLLegdLNzp" alt="" width="329"><figcaption></figcaption></figure> <figure><img src="/files/HximmuL2QEuW5h2qliwK" alt="" width="323"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The bot shows the wallet's address.

<div align="left"><figure><img src="/files/r46Ef0QklZei9jBrDRls" alt="" width="406"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
{% hint style="success" %}
✅ Copy the address and send SOL to it from another wallet or exchange.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### How to Withdraw funds

{% stepper %}
{% step %}
From the main menu, tap **Wallets** and select the wallet you want to withdraw from.

<div align="left"><figure><img src="/files/G1CbeaJ6FIXW2J1bfbfH" alt="" width="330"><figcaption></figcaption></figure> <figure><img src="/files/zqy9IAuASEHTo9CxpyWy" alt="" width="331"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap **Send SOL** from the wallet menu.

<div align="left"><figure><img src="/files/5ND0GB1cPZz3LOGqiYce" alt="" width="389"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Paste the destination address in the chat and enter the amount of SOL to send (or use the **50%** / **100%** quick buttons).

<div align="left"><figure><img src="/files/QiZkCI1vBdgYAWAM6Tkq" alt="" width="442"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap **Confirm & Send**.\
Double-check the destination address. Solana transactions are final — once confirmed, funds can't be recovered.

<div align="left"><figure><img src="/files/Lo0WY5naf2KTtZXDvHwp" alt="" width="449"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
{% hint style="success" %}
Wait a few seconds for the transaction to complete. Your balance updates automatically.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://moni-ai.gitbook.io/moni/moni-tg-bot/getting-started/wallet-basics/deposit-and-withdraw-funds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
