Money Market
USDC lending and borrowing integrated into the cross-margin account.
Lenders and borrowers
equity_without_spot = usdc_balance + unrealized_pnl_from_cross_perps - pending_interest
required_borrow = max(0, -equity_without_spot)Pool aggregates
total_borrowable = sum over eligible lenders of their lendable capacity
total_borrowed = sum over borrowers of required_borrow
utilization = total_borrowed / total_borrowableUtilization thresholds
Threshold
Utilization
Behavior
Borrow APR
Interest accrual and payout
Order admission under stress
Opt-outs
Last updated