Borrow against a range you already hold
Move an existing Uniswap position into the vault and draw against it — or deposit it now and borrow later. The position stays in the pool and keeps collecting.
What you type
Put my WETH/USDC position in the vault and borrow 10,000 USDC against it.
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
- 01vault-itbaserevert.create_borrowthe borrow is optional — omit it to deposit and decide later2 calls
- 02draw-morebaserevert.borrowdraw further against a position already in the vault1 call
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.