# Revert Lend

## What is Revert Lend?

Revert Lend is a decentralized lending platform for Uniswap v3 Liquidity Providers. It lets users use their Uniswap v3 positions as collateral to borrow ERC-20 tokens. Even when their positions are used as collateral, users can still manage and optimize them, ensuring they maintain full control over their capital. Revert Lend is directly integrated in the normal position management UI on Revert.

### Main functionality

Users may deposit their LP positions to get a loan - [Borrowing](/revert/revert-lend/borrowing.md)

Users may lend USDC to earn interest - [Lending](/revert/revert-lend/lending.md)

Users may repay their loans partially or completely - [Repaying](/revert/revert-lend/repaying.md)

Users may withdraw their lent USDC - [Withdrawing](/revert/revert-lend/withdrawing.md)

Users may leverage their LP positions - [Leverage](/revert/revert-lend/leverage.md)

Liquidators may liquidate unhealthy positions - [Liquidations](/revert/revert-lend/liquidations.md)

### Automation

The current Revert automation tools like Auto-Range and Auto-Compound work with collateralized positions, the same way they do as with normal LP positions.


---

# 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.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.
