> 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/aero-auto-compounding.md).

# AERO auto-compounding

Auto-compounding on Aerodrome reinvests the AERO emissions your position earns back into the position, automatically and at optimal times. Your liquidity grows over time without you having to claim, swap, and re-deposit by hand.

This is the Aerodrome counterpart to the [Auto-compounder](/revert/auto-compounder.md) you may already use for Uniswap fees. The difference is what gets compounded: on Uniswap it is the accrued swap fees, while on Aerodrome it is the **AERO rewards** emitted by the gauge.

![AERO Auto-Compounding](/files/H18YexyOKydsNyJrcFdT)

## How it works

Once enabled, the auto-compounder periodically:

1. **Claims** the AERO emissions accrued to your position.
2. **Swaps** the AERO into the position's tokens at the right ratio for its current range.
3. **Reinvests** the result as additional liquidity in the position.
4. **Restakes** the position so it keeps earning emissions.

All of this happens automatically in a single transaction, performed by the Revert protocol's audited contracts, so you never need to act yourself. Auto-compounding only reinvests your rewards back into your own position; it cannot move your funds anywhere else.

## When it compounds

A compound only happens when it is worthwhile. Compounding occurs once the accrued rewards are large enough to cover a **1% gas fee** and a **1% protocol fee**. This makes sure small amounts are not compounded at a loss to gas, and that compounding happens at efficient times relative to your rewards.

## Tracking compounds

On the position page, the auto-compound panel shows:

![AERO Auto-Compounding](/files/9TDYk3Xu3dMPPHw9lyM7)

* **Rewards APY with auto-compounding** and the improvement over not compounding.
* **Amounts reinvested** - the token amounts that have been compounded back into the position.
* **Auto-comps executed** - how many times your position has been compounded.

These figures update as compounds happen, so you can see the effect on your position over time.

## Managing auto-compounding

You can enable or disable auto-compounding from the position page at any time. While a position is auto-compounding you can still manage it normally: add or remove liquidity, change its range, or use it as collateral in [Revert Lend](/revert/revert-lend.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/aerodrome/aero-auto-compounding.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.
