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

# Aerodrome on Base

Revert supports [Aerodrome Slipstream](https://aerodrome.finance/) concentrated-liquidity positions on Base, with the same tooling you already use for Uniswap, plus the parts that are specific to Aerodrome.

![AERO position on Revert](/files/bCCFTpazDUZkfmm9Hde4)

## What you can do

* **Track performance** of your Aerodrome Slipstream positions with Revert's full analytics: PnL, fee APR, rewards APR, impermanent loss, and historical charts.
* **Manage positions** directly from the Revert interface: add or remove liquidity, change ranges, and swap through the best available route.
* **Earn and track AERO rewards.** Aerodrome positions earn AERO emissions when staked in a pool's gauge. Revert stakes your position for you and shows your unclaimed and claimed rewards alongside your fees. See [Staking & AERO rewards](/revert/aerodrome/staking-and-rewards.md).
* **Auto-compound your AERO.** Reinvest emitted AERO back into your position automatically, growing your liquidity over time without manual steps. See [AERO auto-compounding](/revert/aerodrome/aero-auto-compounding.md).
* **Automate ranges and exits.** Auto-Range and Auto-Exit work on Aerodrome positions the same way they do on Uniswap.
* **Borrow against your position.** Use an Aerodrome position as collateral in [Revert Lend](/revert/revert-lend.md) on Base, and keep earning AERO while you borrow. See [Using staked positions as collateral](/revert/aerodrome/staked-lp-as-collateral.md).

## What's different about Aerodrome

On Uniswap, a position earns swap fees only. On Aerodrome, a staked position earns **AERO emissions** through the pool's gauge instead of swap fees: staked liquidity's trading fees go to veAERO voters, so a position earns either fees (unstaked) or AERO (staked), never both. To make those rewards work for you without extra clicks, Revert takes custody of the staked position through its GaugeManager contract so it can claim rewards, compound them, and keep the position staked, all while you retain full control to manage, withdraw, or borrow against it at any time.

The Aerodrome-specific topics are covered here:

* [Staking & AERO rewards](/revert/aerodrome/staking-and-rewards.md)
* [AERO auto-compounding](/revert/aerodrome/aero-auto-compounding.md)
* [Using staked positions as collateral](/revert/aerodrome/staked-lp-as-collateral.md)

All Aerodrome contracts and their audit are listed in [Contract Addresses](/revert/resources/contract-addresses.md) and [Security](/revert/resources/security.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/aerodrome.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.
