Skip to main content

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

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

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.
cTokens are redeemable for the underlying token at any point in time, subject to available liquidity in the market.
Compound V3 is available on Ethereum, Polygon, Arbitrum, Optimism, and Base with varying asset support.

Yield IDs for this protocol

Yield ID pattern: {network}-{asset}-compound-v3-lending

Arbitrum

Base

Ethereum

Optimism

Polygon

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work