Close a liquidity position into a short
Burning a range normally leaves you holding two tokens and no view. This one ends with the USDC side as collateral, WETH borrowed against it and sold — facing the other way.
What you type
Close my WETH/USDC range and leave me short WETH on Aave.
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
- 01exit-shortbaserevert.exit_to_aave_shortsupply USDC, borrow WETH, sell it — flash-funded2 calls
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.