Glossary

Yield Curve

A yield curve plots interest rates across different loan maturities, revealing market expectations about future rates and risk.

Key Takeaways

  • A yield curve graphs interest rates across different maturities for debt of equal credit quality, with the U.S. Treasury curve serving as the global benchmark. Its shape signals market expectations about economic growth, inflation, and future interest rates.
  • Three shapes dominate: normal (upward-sloping, signaling growth), inverted (short-term rates exceed long-term, historically preceding recessions), and flat (indicating uncertainty or transition between regimes).
  • DeFi protocols like Pendle are constructing on-chain yield curves by splitting yield-bearing tokens into principal and yield components across multiple maturities, bringing traditional fixed-income concepts to crypto markets.

What Is a Yield Curve?

A yield curve is a line that plots the annualized interest rates (yields) of bonds with equal credit quality but different maturities. The horizontal axis represents time to maturity (ranging from one month to 30 years), while the vertical axis shows the corresponding yield. The most widely referenced yield curve plots U.S. Treasury securities, since they carry virtually no default risk, isolating the pure relationship between time and the cost of money.

The yield curve matters because it encodes collective market expectations about inflation, monetary policy, and economic health into a single visual. Central banks, institutional investors, and traders watch its shape closely: a steep upward slope suggests confidence in future growth, while an inverted curve has preceded nearly every U.S. recession since the 1960s. The New York Federal Reserve explicitly tracks the yield curve slope as a leading recession indicator.

In crypto and DeFi, the concept is evolving. Protocols that offer fixed-rate lending across different time horizons are creating the building blocks for on-chain yield curves, potentially establishing a native "risk-free rate" for digital assets.

How It Works

The standard U.S. Treasury yield curve is constructed from market yields across key maturities. The U.S. Department of the Treasury publishes daily par yield curve rates derived from a cubic spline model fitted to actively traded Treasury securities:

  • Treasury bills: 1-month, 3-month, 6-month
  • Treasury notes: 1-year, 2-year, 3-year, 5-year, 7-year, 10-year
  • Treasury bonds: 20-year, 30-year

The most closely watched spread is the 2-year versus 10-year yield (the "2s/10s"), which serves as the standard gauge of curve slope. The Federal Reserve also tracks the 3-month versus 10-year spread for its recession probability model.

The Three Shapes

Yield curves take three primary forms, each carrying distinct economic signals:

ShapeDescriptionSignal
Normal (upward-sloping)Long-term rates exceed short-term ratesEconomic expansion expected; investors demand higher yields for longer lock-up periods due to inflation and opportunity cost
Inverted (downward-sloping)Short-term rates exceed long-term ratesRecession warning; investors accept lower long-term yields because they expect rate cuts ahead
FlatYields roughly equal across maturitiesTransition period; economy moving between expansion and contraction, or significant uncertainty about the path forward

A Simplified Yield Curve Data Structure

At its core, a yield curve is a mapping from maturity to yield. Here is a simplified representation of how Treasury yield data might be structured:

// U.S. Treasury yield curve snapshot (approximate, August 2026)
const treasuryYieldCurve = {
  "1M":  4.00,  // 1-month T-bill
  "3M":  4.05,  // 3-month T-bill
  "6M":  4.10,  // 6-month T-bill
  "1Y":  4.00,  // 1-year note
  "2Y":  4.21,  // 2-year note
  "5Y":  4.34,  // 5-year note
  "10Y": 4.63,  // 10-year note (benchmark)
  "30Y": 5.20,  // 30-year bond
};

// The 2s/10s spread: positive = normal curve
const spread2s10s = treasuryYieldCurve["10Y"] - treasuryYieldCurve["2Y"];
// ~0.42% (42 basis points) = normal, upward-sloping

As of mid-2026, the U.S. Treasury curve has returned to a normal upward slope after the historic 2022 to 2024 inversion. That inversion lasted approximately 26 months (the longest on modern record), with the 2s/10s spread reaching negative 108 basis points at its deepest point in 2023.

Yield Curves in Crypto and DeFi

Traditional finance has centuries of bond market history to construct yield curves. Crypto markets lack government bonds, but DeFi protocols are building the infrastructure to create analogous term structures.

The Crypto Risk-Free Rate

In traditional finance, Treasury yields serve as the risk-free rate: the baseline return for zero default risk. Crypto has no direct equivalent, but two benchmarks have emerged as proxies:

  • Ethereum staking yield (approximately 3 to 4% APY): protocol-level compensation for securing the network via proof of stake, representing the lowest-risk yield native to crypto. Still carries smart contract risk and slashing risk, so it is not truly "risk-free"
  • Stablecoin lending rates (approximately 3 to 7% APY on major platforms): rates on venues like Aave, Compound, and Spark reflect demand for dollar-denominated borrowing. These float with utilization and carry smart contract risk, but they serve as the de facto short-term benchmark

The spread between DeFi stablecoin yields and U.S. Treasury rates reflects the additional risk premium for on-chain lending: smart contract vulnerability, potential depeg events, and liquidity constraints. When DeFi yields fall below Treasury rates, capital tends to flow out of DeFi into traditional fixed income, and vice versa.

On-Chain Yield Curve Construction

Protocols like Pendle Finance are creating the first functional on-chain yield curves. Pendle splits yield-bearing tokens (such as stETH or sDAI) into two components:

  • Principal Tokens (PT): redeemable for the underlying asset at maturity, analogous to zero-coupon bonds. Buying PT at a discount locks in a fixed yield
  • Yield Tokens (YT): capture all variable yield between purchase and maturity, providing leveraged exposure to rate movements

By running multiple markets across different maturity dates (typically 3, 6, 9, and 12 months out), Pendle creates a market-driven term structure. The implied APY at each maturity reveals how the market prices time and risk across different horizons: the core function of a yield curve.

Other protocols contributing to DeFi term structure include Notional Finance (direct fixed-rate borrowing and lending), Term Finance (auction-based fixed-rate loans with terms from four weeks to a year), and Fira (fixed-maturity DeFi lending that launched in 2026 with over $450 million in deposits).

// Conceptual DeFi yield curve from Pendle PT markets
const defiYieldCurve = {
  "3M_stETH_PT":  3.8,   // 3-month fixed yield
  "6M_stETH_PT":  4.2,   // 6-month fixed yield
  "9M_stETH_PT":  4.5,   // 9-month fixed yield
  "12M_stETH_PT": 4.9,   // 12-month fixed yield
};

// Normal shape: longer maturities command higher yields
// because locking into a fixed rate for longer
// carries more opportunity cost and smart contract risk

Funding Rates as Short-Term Yield

Funding rates on perpetual futures represent another dimension of crypto's emerging term structure. These periodic payments between long and short traders anchor perpetual prices to spot and fluctuate with market sentiment. When annualized, funding rates function as a short-term interest rate for crypto.

Pendle's Boros extension (launched in late 2025) enables trading funding rates as fixed-versus-floating swaps, creating a term structure for perpetual futures funding and expanding the addressable market beyond on-chain DeFi yields to the $150 billion-plus daily perpetual futures volume.

Why It Matters

The yield curve is one of the most powerful tools in financial analysis. Understanding it matters for both traditional and crypto market participants:

  • Recession prediction: inverted yield curves have preceded every U.S. recession since the late 1960s, with lead times of 6 to 24 months. The 2022 to 2024 inversion was notable as a rare false signal (or delayed one)
  • Monetary policy interpretation: the curve's shape reflects how markets view central bank actions and their expected trajectory for fiat currency interest rates
  • DeFi rate comparison: comparing on-chain yields to the Treasury curve helps investors assess whether DeFi risk premiums adequately compensate for smart contract, liquidity, and counterparty risk
  • Fixed-rate product design: understanding term structure helps protocol designers build better lending protocols and structured products
  • Capital flow prediction: when DeFi stablecoin yields exceed Treasury rates, capital flows on-chain; when they fall below, capital exits to traditional fixed income

For stablecoin ecosystems in particular, the yield curve provides essential context. Protocols offering yield on stablecoins are effectively competing with Treasury rates, and the spread between these rates shapes user behavior and capital allocation. A stablecoin like USDB, which distributes yield backed by real-world assets, can be evaluated relative to comparable-maturity Treasury yields.

Use Cases

Interest Rate Risk Management

Institutions borrowing at variable rates face exposure to rising rates. By referencing the yield curve, they can decide whether to lock in a fixed rate via interest rate swaps or DeFi fixed-rate protocols. An inverted curve suggests rates will fall, making variable-rate borrowing potentially cheaper in the future.

DeFi Strategy Optimization

Yield farmers can use the DeFi term structure to optimize returns. If short-term stablecoin lending rates are 4% but 12-month Pendle PT offers 6%, locking in the longer maturity provides a higher guaranteed return at the cost of liquidity. The shape of the on-chain yield curve signals whether the market expects rates to rise or fall.

Arbitrage Between TradFi and DeFi

The spread between Treasury yields and DeFi stablecoin yields creates arbitrage opportunities. When DeFi rates significantly exceed Treasury rates, capital flows on-chain to capture the premium. This dynamic links traditional monetary policy to DeFi liquidity and is an important driver of TVL fluctuations across lending protocols.

Economic Signal for Crypto Markets

Yield curve inversions and steepening influence crypto markets indirectly. Rate cuts (which typically follow inversions) tend to increase risk appetite and drive capital into higher-yielding assets like crypto. Conversely, a steepening curve driven by rising long-term rates can tighten financial conditions and reduce crypto inflows.

Risks and Considerations

Smart Contract Risk in DeFi Term Products

Locking capital into fixed-rate DeFi products means exposure to smart contract risk for the full maturity period. Unlike a variable-rate lending protocol where funds can be withdrawn at any time, fixed-term positions may be illiquid or require selling at a discount to exit early.

Thin Liquidity in On-Chain Yield Curves

DeFi yield curves remain nascent. Many maturity markets have thin liquidity, which can distort implied rates and make the curve unreliable for price discovery at longer maturities. Pendle's TVL contracted from over $13 billion in September 2025 to roughly $3.4 billion by January 2026, illustrating the volatility of on-chain term markets.

False Signals

The traditional yield curve's recession-predicting power, while historically strong, is not infallible. The 2022 to 2024 inversion (the longest on record at approximately 26 months) did not produce a recession, challenging the assumption that inversions always precede economic downturns. Structural changes in bond markets, central bank balance sheet policies, and global capital flows can distort the signal.

Rate Quoting Differences

Treasury yields use simple annualized rates, while DeFi protocols typically quote APY (with compounding) rather than APR. Directly comparing on-chain yields to the Treasury curve without adjusting for this difference overstates the DeFi premium. For the same nominal rate, APY will always appear higher than APR when compounding is frequent.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.