Collect liquidity fees every month
Uniswap keeps your fees in a separate balance, so nothing compounds unless you collect and re-add it. This does that on a clock.
What you type
Collect the fees from my liquidity position on the first of every month and add them back in.
Change the numbers, the assets or the network — it is a sentence, not a template. If what you want is not possible on the network you named, ask before planning: "can I do this" is usually really "can I do this there".
What it compiles to
The plan you approve
- 01collect-feesbaseuni.collectall of whatever has built up1 call
- 02add-backbaseuni.increase← linked step’s output2 calls
2 steps↻ every month
You read this before anything happens. Saving it runs nothing; running it is a separate, deliberate press.
What to know before you run it
Related workflows
Every operation named above is in thecatalogue, which is generated from the running build. If this page and the catalogue disagree, the catalogue is right.