Dynamic Yield Split

The core mechanism that powers Strata's risk-tranching protocol.

Overview

Strata’s Dynamic Yield Split (DYS) mechanism dynamically distributes realized yield from the underlying strategy between the senior and junior tranches. The mechanism references the underlying APY, benchmark rate, relative liquidity distribution between the two tranches and exogenously defined risk-premium parameters. This mechanism creates a natural balance between risk and reward, ensuring efficient capital utilization while maintaining stability and optmizing risk–reward.

TVL Ratios

TVLratiosr=TVLsrTotal TVLTVL_{ratio_{sr}} = \frac{TVL_{sr}}{Total\ TVL}
TVLratiojr=TVLjrTotal TVLTVL_{ratio_{jr}} = \frac{TVL_{jr}}{Total\ TVL}

Where:

  • Total TVL=TVLsr+TVLjr{Total\ TVL}={TVL_{sr}}+{TVL_{jr}}

  • TVLsr{TVL_{sr}} and TVLjr{TVL_{jr}} represent the total underlying asset deposits in the senior and junior tranches, respectively.

These ratios determine the distribution of yield and risk between the two tranches. A higher senior TVL ratio indicates greater demand for safety, which increases the risk premium paid to the junior tranche.

Benchmark Rate

Senior tranche offers a minimum guaranteed APY tied to the benchmark rate, which is different for each market. For e.g., the current benchmark rate for Ethena USDe market is supply-weighted average of USDC and USDT lending rates on Aave v3 Core market, calculated as:

Benchmark Rate=(SupplyUSDC×LendingAPYUSDC)+(SupplyUSDT×LendingAPYUSDT)SupplyUSDC+SupplyUSDT\text{Benchmark Rate} = \frac{ (\text{Supply}_{USDC} \times \text{LendingAPY}_{USDC}) + (\text{Supply}_{USDT} \times \text{LendingAPY}_{USDT}) }{ \text{Supply}_{USDC} + \text{Supply}_{USDT} }
circle-info

Latest benchmark for each market can be found in their respective market docs.

Senior Tranche Yield

APYsr=max(Floor APYsr, Base APY×(1Risk Premiumsr))APY_{sr} = \max \left( Floor\ APY_{sr},\ Base\ APY \times (1 - Risk\ Premium_{sr}) \right)

Where:

  • : Yield of the underlying asset (e.g., sUSDe).

  • Floor APYsrFloor\ APY_{sr}: Minimum guaranteed APY of the senior tranche linked to the benchmark rate.

  • Risk PremiumsrRisk\ Premium_{sr}​: Percentage of the BaseAPYBase APY paid by the senior tranche to the junior tranche for the risk coverage.

Risk Premium

Risk Premiumsr=x+y×(TVLratiosr)kRisk\ Premium_{sr} = x + y \times (TVL_{ratio_{sr}})^k

Where:

  • xx: Baseline risk premium that senior tranche pays to the junior tranche.

  • yy: Maximum additional premium applied that may be applied as the TVLratiosrTVL_{ratio_{sr}} increases.

  • kk: Exponential scaling factor controlling the additional premium growth with the TVLratiosrTVL_{ratio_{sr}}.

As more liquidity flows into the senior tranche, the TVLratiosrTVL_{ratio_{sr}} increases, pushing the risk premium higher — rewarding junior tranche with higher yields for absorbing more risk.

Market
x
y
k

Ethena USDe

20%

20%

0.3

Neutrl NUSD

TBD

TBD

TBD

circle-info

Initial risk premium parameters are set by the core team, but over time independent professional risk managers will take over, actively modelling and monitoring underlying risks to recommend these parameters.

Junior Tranche Yield

APYjr=(Base APYAPYsr)×TVLratiosrTVLratiojr+Base APYAPY_{jr} = \frac{(Base\ APY - APY_{sr}) \times TVL_{ratio_{sr}}}{TVL_{ratio_{jr}}} + Base\ APY

The junior tranche receives:

  • The base yield from the underlying source, plus

  • The risk premium paid by the senior tranche, scaled by the TVL ratio between tranches.

This structure amplifies returns for the junior tranche, providing leveraged upside to the underlying yield.

Senior Coverage and Junior Overperformance

The senior tranche is protected by additional coverage from the junior tranche, and the leveraged yield for the junior tranche relative to the underlying APY is determined as follows:

CoveragesrUSDe=Total TVLTVLsrCoverage_{srUSDe} = \frac{\text{Total TVL}}{\text{TVL}_{sr}}
OverperformancejrUSDe=APYjrBase APYOverperformance_{jrUSDe} = \frac{\text{APY}_{jr}}{\text{Base APY}}
circle-info

To prevent sudden depletion of the junior tranche and to maintain adequate coverage for the senior tranche, the protocol enforces protective safeguards. If the senior coverage ratio falls below predefined thresholds, the protocol may temporarily halt senior minting and junior redemptions, or allow junior redemptions only after a lockup period, depending on the underlying market. Additional details are provided in the respective market docs.

Senior & Junior APY Simulations

The table below shows the estimated APYs of senior and junior tranches under different underlying APY, benchmark rate and senior TVL ratio scenarios assuming x=15%, y=15% and k=0.3.

Last updated