> For the complete documentation index, see [llms.txt](https://docs.radiant.capital/radiant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiant.capital/radiant/project-info/riz-vault/how-to-use-the-riz-vault.md).

# How to use the RIZ Vault

Navigating to the RIZ Vault section allows you to deposit or withdraw liquidity from the available vaults.&#x20;

<figure><img src="/files/5JOdHetKS4mkb19TLUTA" alt=""><figcaption></figcaption></figure>

## Deposit

To deposit, select the vault into which you want to deposit liquidity from the drop-down list.&#x20;

<figure><img src="/files/kU96beTF5YDveX7DJFfH" alt=""><figcaption></figcaption></figure>

Enter the desired amount and confirm the transaction from your wallet.&#x20;

<figure><img src="/files/9V2wTT00S9MjkdQViKv5" alt=""><figcaption></figcaption></figure>

Once the deposit is made, your balance will be updated in the "Your Overview" section, reflecting the amounts contributed to each vault.

<figure><img src="/files/gMM8Dix5ddbSv7OOZUYr" alt=""><figcaption></figcaption></figure>

In the "Distributions" section, users can check out how the deposited assets are distributed across different markets. The Radiant DAO manages these calculations off-chain to optimize yield.

<figure><img src="/files/wyiPuwmpENn5VmCgkHfY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/uhlJTLgCETBO9XqukPjc" alt=""><figcaption></figcaption></figure>

## Withdraw

To withdraw, navigate to the Manage Liquidity section and select the "Withdraw" tab.&#x20;

<figure><img src="/files/JuGJnkHJmqtJUTo84nWB" alt=""><figcaption></figcaption></figure>

Choose the asset you wish to withdraw and enter the desired amount.&#x20;

<figure><img src="/files/COFmF33e6QfaYJxJrloZ" alt=""><figcaption></figcaption></figure>

Confirm the transaction in your wallet to complete the withdrawal process.


---

# 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://docs.radiant.capital/radiant/project-info/riz-vault/how-to-use-the-riz-vault.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.
