# User Guide

### Check your position

For any tracked Uniswap v3 position, click on the **'Compound fees'** button to see estimations of auto-compounding profits and decide if you want to auto-compound a position, depending on the possible improvement over different periods, up to a year, and your expected time preference.

![](/files/nUbGbWADEsZUj2gAVik2)

### Activate Auto-Compounding

When an LP clicks on "**Activate Autocompound"** their wallet permissions will be prompted, asking for authorization to set the [auto-compounder contract](/revert/resources/contract-addresses.md) as operator for the position.\
\
Once the transaction has finished successfully, the Revert auto-compounder will compound uncollected fees when it's profitable to do so given their expected rewards and gas costs as constraints.

![](/files/USZGfxnSxulplDCUFvE4)

### Manage position

While your position is auto-compounded, you can manage your position as you would normally, add/remove liquidity, collect fees, or manually auto-compound (self-compound).

![](/files/z2miTNbC7VLHxzKhni8q)

### Deactivate Auto-Compounding

To deactivate the auto-compounding, LPs click on the 'Compound fees' button to expand the compounding options.\
\
Clicking the **'Stop Autocompound'** button will prompt the wallet authorization screen, and clear the auto-compounder contract as operator for the position.

![](/files/7uBAn6yToPrrmGxBG1aE)


---

# 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/auto-compounder/user-guide.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.
