← All workflows
LendingTrading

Buy an asset, supply it, and borrow against it

The classic leveraged entry, with the health factor computed before you approve rather than discovered afterwards.

Starts when
You press Run
Repeats
Runs once
Networks
base
Assets
USDCcbBTC
Through
aggregation routerAave v3

What you type

Take $1,000 USDC, swap half to cbBTC, supply it, and borrow $500 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

The plan you approve
  1. 01pull-1000base
    deposit.pull$1,000 USDC from wallet1 call
  2. 02swap-cbbtcbase
    swap.router500 USDC → cbBTC2 calls
  3. 03supply-cbbtcbase
    lend.supply← linked step’s output2 calls
  4. 04borrow-500base
    lend.borrow500 USDC · HF 1.562 calls
4 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.