← All workflows
LeverageLendingBridgingReal-world assets

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.

Starts when
You press Run
Repeats
Runs once
Networks
baseethereum
Assets
USDCcbBTCXAUt
Through
aggregation routerAave v3CCTPAave v40xequity

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

The plan you approve
  1. 01pull-1000base
    deposit.pull$1,000 USDC from wallet1 call
  2. 02buy-collateralbase
    swap.routerUSDC → cbBTC2 calls
  3. 03supply-1base
    lend.supply← linked step’s output2 calls
  4. 04borrow-1base
    lend.borrowUSDC against it2 calls
  5. 05buy-morebase
    swap.router← borrowed USDC → cbBTC2 calls
  6. 06supply-2base
    lend.supplythe second round of collateral2 calls
  7. 07borrow-2base
    lend.borrowUSDC again · watch the health factor2 calls
  8. 08to-ethereumbase→eth
    bridge.cctpUSDC · ~15 minutesoff-chain
  9. 09buy-xautethereum
    swap.router← linked step’s output → XAUt2 calls
  10. 10supply-v4ethereum
    aavev4.supplyXAUt to Aave v42 calls
  11. 11borrow-v4ethereum
    aavev4.borrowUSDC against it2 calls
  12. 12back-to-baseeth→base
    bridge.cctpUSDC · ~15 minutesoff-chain
  13. 13buy-propertybase
    property.buyshares · bounded in USDC2 calls
13 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.

Bring one strategy you are tired of running by hand.

We onboard a small number of funds and operators each month, and we sit with each one to build their first loop.