> 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-deposit.md).

# How to Deposit

{% stepper %}
{% step %}

### Enter deposit amount

By tapping the Deposit button, the user can enter the amount they wish to deposit. A deposit transfers XRP from the connected wallet into the SIVAX vault.

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

{% endstep %}

{% step %}

### Confirm deposit

After entering the amount, the user confirms by clicking Deposit XRP.

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

{% endstep %}

{% step %}

### Deposit submitted

Once submitted, a confirmation message appears to indicate that the deposit request has been created.

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

{% endstep %}

{% step %}

### Processing and yield start

The deposit is scheduled to be processed at 00:00 UTC the following day. Until that time, the user can cancel the deposit if needed.\
If no action is taken, the deposit is automatically completed at 00:00 UTC and yield generation begins.

<div align="left" data-with-frame="true"><figure><img src="/files/dCOtCIhFNqZcb9ioQXg0" 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-deposit.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.
