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

# Introduction

![](/files/JQaGgvpM0iUXGASX6152)

Revert builds analytics and financial tools for liquidity providers in AMM protocols. A liquidity position is an investment, and we treat it like one: it deserves accounting-grade performance data, automation that executes while you sleep, and the ability to work as collateral without ceasing to earn.

AMMs are becoming a fundamental part of financial markets. That only works if the people providing the liquidity have open, transparent tools that let them see exactly what their capital is doing, which is what we build.

## What you can do with Revert

* **Know your real performance.** PnL, APR, ROI, and divergence loss for Uniswap v2, v3, and v4 positions and Aerodrome positions on Base, across Ethereum, Polygon, Arbitrum, Optimism, Base, and Unichain. Every number is computed from your position's full cash-flow history and defined precisely enough to recompute: see [How Revert measures performance](/revert/position-analytics/how-revert-measures-performance.md).
* **Manage everything in one place.** Add or withdraw liquidity, claim fees, and change ranges directly from the position page.
* **Automate the busywork.** [Auto-compound](/revert/auto-compounder.md) reinvests fees when it is profitable to do so, [Auto-Range](/revert/auto-range.md) keeps ranges tracking the price, and [Auto-Exit](/revert/auto-exit.md) gives a position a pre-committed way out.
* **Earn on Aerodrome.** Positions on Base are staked for you to earn AERO emissions, with [auto-compounding of rewards](/revert/aerodrome/aero-auto-compounding.md) back into the position.
* **Borrow without unwinding.** [Revert Lend](/revert/revert-lend.md) takes your Uniswap v3 or Aerodrome position as collateral for a USDC loan while it keeps earning.
* **Combine the tools deliberately.** The [Playbooks](/revert/playbooks.md) walk the decisions: when to compound versus collect, how to pick a range with evidence, and how to run a carry on staked collateral.

New to Aerodrome on Revert? Start with [Aerodrome on Base](/revert/aerodrome.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/readme.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.
