Skip to main content
The ethereum.yields.pendle_markets table serves as the foundational reference for all Pendle markets, providing essential metadata about markets and their associated tokens.

Table Details

Table Columns

Market Structure

Each Pendle market consists of several token components:
  1. Market (LP) Token
    • market: Contract address of the liquidity pool
    • market_name: Human-readable market identifier
    • market_decimals: Decimal precision for LP token
  2. Standardized Yield Token (SY)
    • standardized_yield_token: Contract address
    • sy_name: Token name
    • sy_decimals: Decimal precision
  3. Principal Token (PT)
    • principal_token: Contract address
    • pt_name: Token name
    • pt_decimals: Decimal precision
  4. Yield Token (YT)
    • yield_token: Contract address
    • yt_name: Token name
    • yt_decimals: Decimal precision

Understanding Pendle Components

  • Standardized Yield (SY): Wrapped yield-bearing tokens standardized for use in Pendle
  • Principal Token (PT): Represents the right to the underlying asset at maturity
  • Yield Token (YT): Represents the yield-bearing portion of the asset
  • Market: Liquidity pool where these tokens can be traded

Usage Example

This query retrieves all stETH-based Pendle markets and their associated tokens.