Split a deposit across four lending venues
Spread protocol risk over several markets and two networks in one instruction. The supplies that do not depend on each other run at the same time.
What you type
Take $2,000 USDC, split it four ways, and lend it into the four best-performing lending markets.
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
- 02supply-aavebaselend.supply500 USDC · Aave v32 calls
- 03supply-morphobasemorpho.supply500 USDC · Morpho2 calls
- 04cross-arbbase→arbbridge.cctp1,000 USDC · ~15 minoff-chain
- 05supply-arbarbitrumlend.supply500 USDC · Aave v32 calls
- 06supply-arb-2arbitrummorpho.supply500 USDC · Morpho2 calls
6 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.