> For the complete documentation index, see [llms.txt](https://docs.revert.finance/revert/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revert.finance/revert/revert-lend/lending.md).

# Lending

The other side of every loan is a lender earning the interest. Deposit USDC into the lending pool and you receive rlUSDC, a vault share following the ERC-4626 standard. Your yield is the interest borrowers pay, denominated in USDC: no lockups, no reward emissions to sell.

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

### How the yield accrues

rlUSDC appreciates against USDC. The exchange rate starts at 1 and rises as borrowers pay interest into the pool; redeeming your shares later returns more USDC than you deposited. For illustration: deposit 10,000 USDC at an exchange rate of 1.00 and you hold 10,000 rlUSDC. If accrued interest has moved the rate to 1.06 when you redeem, your shares return 10,600 USDC.

Your realized rate depends on utilization: interest is only paid on the portion of the pool that is actually borrowed. High utilization means more interest per deposited dollar, but also less idle liquidity, which matters when you want out: see [Withdrawing](/revert/revert-lend/withdrawing.md).


---

# 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.revert.finance/revert/revert-lend/lending.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.
