What this yield is
- Protocol: Compound V3 lending markets
- Asset: USDC, WETH, USDT, wstETH, USDS (varies by network)
- Receipt token: cTokens (e.g., cUSDC, cWETH)
- Rewards: Interest from borrowers + COMP token rewards (if active)
- Networks: Ethereum, Polygon, Arbitrum, Optimism, Base
Upon lending into Compound, users receive cTokens which accrue interest over time. These tokens are redeemable for the underlying token at any point.
Required inputs
Actions & lifecycle
- Enter
- Exit
- Pending actions
Action: Deposit assets into the Compound V3 market
- Supply the asset (USDC, WETH, etc.)
- Receive cToken representing your position
- Begin earning interest immediately
Example flow
1
Get yield metadata
Fetch available Compound V3 yields and their current rates.
2
Enter position
Call the enter action with your deposit amount.
3
Sign & submit
Sign the transaction and broadcast to the network.
4
Track balances
Monitor your position via the balances endpoint.
Operational notes
COMP rewards
COMP rewards
If reward mining is active in a given market, users will earn COMP tokens in addition to lending interest. These must be claimed separately using the
CLAIM_REWARDS pending action.Instant withdrawals
Instant withdrawals
cTokens are redeemable for the underlying token at any point in time, subject to available liquidity in the market.
Multi-network support
Multi-network support
Compound V3 is available on Ethereum, Polygon, Arbitrum, Optimism, and Base with varying asset support.
Yield IDs for this protocol
See also
Quickstart
Get started with Yield.xyz
Actions & Balances
Understand how actions work

