> 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.md).

# Revert Lend

Revert Lend is lending built for liquidity providers. Your LP position becomes collateral without stopping being an LP position: it keeps earning, you keep managing it, and the automation tools keep working on it while it backs your loan.

Use Uniswap v3 positions, or [Aerodrome positions on Base](/revert/aerodrome.md), as collateral to borrow USDC. Aerodrome collateral stays staked in its gauge, keeps earning AERO, and can auto-compound while the loan is open. Lend is integrated directly into the normal position management UI: there is no separate app to learn.

### What you can do

* Borrow USDC against your LP position: [Borrowing](/revert/revert-lend/borrowing.md)
* Lend USDC and earn the interest borrowers pay: [Lending](/revert/revert-lend/lending.md)
* Repay any time, in full or in part, with outside funds or from the collateral itself: [Repaying](/revert/revert-lend/repaying.md)
* Withdraw your lent USDC: [Withdrawing](/revert/revert-lend/withdrawing.md)
* Lever a position in a single transaction: [Leverage](/revert/revert-lend/leverage.md)
* Understand how unhealthy loans are closed: [Liquidations](/revert/revert-lend/liquidations.md)

### Automation keeps working

Auto-Range and Auto-Compound work on collateralized positions the same way they do on any other position. For Aerodrome collateral this includes [AERO auto-compounding](/revert/aerodrome/aero-auto-compounding.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.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.
