All recipes use the
GET /quote endpoint. The same toToken addresses work with POST /advanced/routes and the LI.FI SDK. See API Integration or SDK Integration for full integration guides.Aave V3
Aave V3 is a decentralised lending protocol. Composer supports deposit and withdraw actions across Aave V3 markets.Same-Chain: USDC → Aave V3 on Base
Cross-Chain: ETH on Ethereum → Aave V3 Lending on Base
As described in the Composer documentation, users with assets on one chain can deposit into a lending protocol on another chain in a single flow.Cross-chain flows require status polling via
GET /status. See Cross-Chain Composer Patterns for the full execution flow.HyperLend
HyperLend is a lending protocol. Composer supports deposit and withdraw actions.Same-Chain: Deposit into HyperLend
Seamless
Seamless is a lending protocol. Composer supports deposit and withdraw actions.Same-Chain: Deposit into Seamless
Maple (Deposit Only)
Maple is a lending protocol. Composer supports deposit only. Withdrawals are not available via Composer.Deposit into Maple
USDai
USDai is a yield-bearing stablecoin protocol. Composer supports deposit and withdraw.Deposit into USDai
General Pattern
Every lending deposit recipe follows the same pattern as all Composer operations:Maple is deposit only. Withdrawals are not available via Composer. All other lending protocols on this page support both deposit and withdraw. Check the Supported Protocols Reference for the full capabilities of each protocol.

