Close a range when it reaches a price
Exit a liquidity position at a level you set, rather than watching for it.
What you type
Close my USDC/WETH position if ETH reaches 4,000 and put the proceeds in USDC.
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
- 01close-rangebaseuni.close_at_tickat the tick for 4,0002 calls
- 02to-usdcbaseswap.router← linked step’s output → USDC2 calls
2 steps
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.