Skip to main content
Exponent consists of multiple onchain programs that you interact with through the TypeScript SDK.

What Each Program Does

  • Exponent Core is the foundation — it manages vaults, mints PT and YT, and handles yield positions. CLMM and Orderbook depend on it.
  • Exponent CLMM is a concentrated liquidity AMM designed for trading PT and YT. It uses an APY-based tick system where liquidity providers concentrate capital around specific yield ranges. Trades execute instantly at market price, and the program calls into core automatically when a swap requires stripping or merging under the hood.
  • Exponent Orderbook is a limit order book where users post offers at a specific implied APY. Orders can be filled immediately (market orders) or sit passively until matched. YT offers continue to accrue yield while resting on the book. Like the CLMM, the orderbook calls into core when settlement requires stripping or merging.
  • Exponent Tranching splits one SY yield asset into Senior and Junior LP tranches. Senior receives more protected exposure, while Junior provides first-loss protection and receives a higher share of upside through a utilization-driven return curve.
  • Strategy Vaults are policy-gated managed vaults. Managers can deploy vault capital across approved protocols and strategies while depositors hold LP shares representing proportional ownership.

Core Program Addresses

SY (Standardized Yield) Programs

Each SY program handles wrapping/unwrapping for a specific yield source.

Next Steps

Choosing Your Exponent SDK

Decide between Core, CLMM, Orderbook, Tranching, and Strategy Vaults