# Deposit Collateral & Borrow reUSD

You can deposit collateral and borrow reUSD on the **“Supply”** page of Resupply, you can deposit **frxUSD** or **crvUSD** and borrow reUSD while earning the underlying lending market yield. The interface details parameters such as collateral ratio, borrowed amount, and net vAPR.

### Key Market Information

* **Max Loan-to-Value (LTV)**
  * Maximum loan size to users collateral expressed as a percentage.
* **Liquidation Fee**
  * A liquidation fee is applied if the position falls below the required collateral ratio.
* **Maximum Borrow Amount**
  * Current borrowing capacity available in the market.

### Functionality & User Actions

#### 1. Deposit Collateral / Borrow reUSD

* Deposit additional frxUSD or crvUSD to increase your collateral.
* Borrow more reUSD, with a minimum borrowing limit of **1,000 reUSD**.
* The interface includes a **"Max"** button for quick maximum allocation.

#### 2. Repay reUSD

* Users can repay their borrowed reUSD to reduce outstanding debt and improve their collateral ratio.

#### 3. Withdraw Collateral

* If the user maintains a safe collateral ratio, they can withdraw their collateral deposits.

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


---

# Agent Instructions: 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.resupply.finance/how-to-guides/using-resupply/deposit-collateral-and-borrow-reusd.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.
