Compound leverage twice, cross two networks, buy the building
The largest shape anybody has actually run: borrow against collateral, buy more of it, borrow again, take the proceeds to a third lender on another network, and land in a tokenized property. Thirteen steps, one signature.
What you type
Take $1,000 USDC, buy cbBTC, supply it and borrow against it, do that again, then take the borrow to Aave v4 on Ethereum, borrow there, bring it back to Base and buy the property.
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
- 01pull-1000basedeposit.pull$1,000 USDC from wallet1 call
- 02buy-collateralbaseswap.routerUSDC → cbBTC2 calls
- 03supply-1baselend.supply← linked step’s output2 calls
- 04borrow-1baselend.borrowUSDC against it2 calls
- 05buy-morebaseswap.router← borrowed USDC → cbBTC2 calls
- 06supply-2baselend.supplythe second round of collateral2 calls
- 07borrow-2baselend.borrowUSDC again · watch the health factor2 calls
- 08to-ethereumbase→ethbridge.cctpUSDC · ~15 minutesoff-chain
- 09buy-xautethereumswap.router← linked step’s output → XAUt2 calls
- 10supply-v4ethereumaavev4.supplyXAUt to Aave v42 calls
- 11borrow-v4ethereumaavev4.borrowUSDC against it2 calls
- 12back-to-baseeth→basebridge.cctpUSDC · ~15 minutesoff-chain
- 13buy-propertybaseproperty.buyshares · bounded in USDC2 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.