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

# Leverage

Leverage turns borrowing power into position size: borrow USDC against your position, swap it into the pool's tokens, and add them back to the same position, all in a single transaction. The result is a larger position earning on borrowed capital, with debt interest accruing until the loop is unwound.

### The loop

1. **Borrow** against the position's collateral value, up to the pair's collateral factor.
2. **Swap** the borrowed USDC into the position's tokens at the ratio the range requires.
3. **Reinvest** the proceeds into the same position, increasing its liquidity.

Each pass increases both the position and the debt, so the available headroom shrinks with every iteration: the collateral factor caps how far the loop can go. Unwinding works the same way in reverse, removing liquidity, swapping, and repaying in one transaction. See [Repaying](/revert/revert-lend/repaying.md).

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

### What leverage actually does

Leverage scales both sides of your trade. Fee income grows with the larger position; so do divergence loss and the debt's interest cost. The carry works while the position's income rate exceeds the borrow rate, and the borrow rate floats. A levered position also sits closer to liquidation than an unlevered one by construction: the same price move that dents an unlevered position can end a levered one. And where a direct borrow is held back to a 95% safety buffer, a leverage loop can be built right up to the collateral-factor limit, so a freshly maxed loop can sit at the edge of liquidation from the start. Size the loop so that the moves you consider normal for the pair leave your loan health intact. See [Liquidations](/revert/revert-lend/liquidations.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, and the optional `goal` query parameter:

```
GET https://docs.revert.finance/revert/revert-lend/leverage.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.
