> For the complete documentation index, see [llms.txt](https://docs.sivax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sivax.io/user-guide/how-to-withdraw.md).

# How to Withdraw

{% stepper %}
{% step %}

### Start withdrawal

By tapping the Withdraw button next to Deposit button, the user can enter the amount they wish to withdraw.

<div align="left" data-with-frame="true"><figure><img src="/files/eiXm0fnlsMKSncPdZD2y" alt="" width="188"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Enter withdrawal amount

A withdrawal transfers XRP from the user’s SIVAX balance back to the connected wallet, meaning only the available balance can be withdrawn.

<div align="left" data-with-frame="true"><figure><img src="/files/TaT0aqRPAUHJ2g5IR42P" alt="" width="188"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Confirm withdrawal

After entering the amount, the user confirms by clicking Withdraw.&#x20;

<div align="left" data-with-frame="true"><figure><img src="/files/MXiqxj7tWZUaX3SIAdlz" alt="" width="188"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Review and approve

Reviews the transaction details and selects Confirm & Send.

<div align="left" data-with-frame="true"><figure><img src="/files/w2hbwnSYQt98fqefmqpH" alt="" width="188"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Withdrawal completed

Once the process is completed, a confirmation message appears to indicate that the withdrawal has been successfully executed.

<div align="left" data-with-frame="true"><figure><img src="/files/dyr2MLFbxAJJY03eAzok" alt="" width="188"><figcaption></figcaption></figure></div>

{% 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:

```
GET https://docs.sivax.io/user-guide/how-to-withdraw.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.
