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

# Deposit & Withdraw

## Deposit

When your vault's collateral ratio gets close to the Minimum Collateral Ratio (MCR), it's important to take action to prevent liquidation. You can either [deposit](/guide/v0.3-user-guide/mint/deposit-and-withdraw.md) more collateral or [repay ](broken://pages/Q063Cyo7wRekEyom9hmD)some of your debt. To deposit more collateral, go to the "Manage" page and select the "Deposit" option. Enter the amount of ETH you want to deposit.

The "Current" value displays the collateral currently in your vault, while the "Balance" value represents the collateral in your wallet. The information below the entry box provides guidance on how much collateral to deposit. This helps you maintain a healthy vault or meet your borrowing needs for USDA.

<figure><img src="/files/VYIsRnpk6PCZz9S4Q4BG" alt="" width="375"><figcaption><p>Manage Vault: Deposit</p></figcaption></figure>

## Withdraw

Even if you haven't fully repaid your debt, you're still able to withdraw a part of your ETH. The amount you can withdraw depends on your collateral ratio. The "Current" value shows the existing collateral in your vault, while the "Available To Withdraw" value specifies the maximum amount of USDA you can withdraw while maintaining a collateral ratio greater than the Minimum Collateral Ratio (MCR).

<figure><img src="/files/zn06RmOQyp7yMnqEsd4n" alt="" width="375"><figcaption><p>Manage Vault: Withdraw</p></figcaption></figure>


---

# 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.agilely.io/guide/v0.3-user-guide/mint/deposit-and-withdraw.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.
