> For the complete documentation index, see [llms.txt](https://docs.resupply.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.resupply.finance/how-to-guides/using-resupply/deposit-collateral-and-borrow-reusd.md).

# Deposit Collateral & Borrow reUSD

Open a position on the [Supply](https://resupply.finance/supply) page, pick a market (e.g. crvUSD sfrxUSD), and press **Manage**.

### Key market parameters

* **Max LTV** – the maximum loan-to-value you can borrow against your collateral (up to **95%** on stablecoin collateral markets; lower on volatile collateral).
* **Minimum borrow** – **1,000 reUSD** per market.
* **Liquidation fee** – **5%** on liquidated collateral (covered by the Insurance Pool mechanism).
* **Maximum borrow amount** – per-market borrow limit, ramped by the protocol (BorrowLimitController/Keeper) as utilization dictates.

### Steps

1. **Deposit** – choose an amount (or **Max**). Approve the token, then deposit your collateral; it begins earning the market's collateral vAPR immediately.
2. **Borrow** – enter a **reUSD** amount ≥ the minimum. Your borrow rate (cost) and any reward rate are shown; net vAPR accounts for both.
3. **Watch your ratios** – the interface shows your collateral ratio and liquidation distance.
4. Optional: **leverage** — switch the leverage toggle under Deposit to loop borrow+deposit in one transaction (see Leverage).

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