Skip to main content
POST
Deposits USDC into the market’s liquidity pool. The depositor receives proportional LP shares that accrue interest as borrowers repay. Requires the depositor to be KYC-verified in the IdentityRegistry.

Path Parameters

string
required
Market ID.

Body Parameters

string
required
USDC amount to deposit (e.g. "10000").
The first deposit into a new pool requires a minimum of 1,000 USDC.
Only the addLiquidity call is returned. The market pulls the borrow asset from you, so approve it for at least amount before broadcasting, or the deposit reverts.