Borrow against collateral on Morpho, then unwind it
The whole lifecycle in one place: draw the loan asset of a curated market, repay it, and take the collateral back out.
What you type
Borrow 5,000 USDC against my wstETH on Morpho.
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
- 01borrowbasemorpho.borrowthe loan asset of a curated market1 call
- 02repaybasemorpho.repayrepay principal to the same market2 calls
- 03withdrawbasemorpho.withdrawtake the collateral back1 call
3 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.