Borrow against gold on one network, redeploy on another
Take dollars from Base, buy tokenized gold on Ethereum, borrow against it at Aave v4, bring the borrow home and put it to work at Morpho.
What you type
Take $2,000 USDC on Base, buy XAUt on Ethereum, supply it to Aave v4 and borrow against it, then bring the USDC back to Base and supply it to 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
- 01pull-2000basedeposit.pull$2,000 USDC from wallet1 call
- 02to-ethereumbase→ethbridge.cctp2,000 USDC · ~15 minutesoff-chain
- 03buy-xautethereumswap.router← linked step’s output → XAUt2 calls
- 04supply-xautethereumaavev4.supplyXAUt to Aave v42 calls
- 05borrow-usdcethereumaavev4.borrowUSDC · leave headroom2 calls
- 06back-to-baseeth→basebridge.cctp← linked step’s output · ~15 minoff-chain
- 07routebaseswap.routerinto the supply asset2 calls
- 08supply-morphobasemorpho.supplyto a curated Morpho market2 calls
8 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.