Master Equation
The fundamental equation governing hyUSD’s backing in Hylo V2: This means hyUSD is backed 1:1 by the sum of all virtual stablecoins across collateral pools when collateral ratios are healthy (CR > 100%).Per-Asset Invariant
Each collateral pool maintains its own invariant: Where vUSD is always worth $1.SOL Pool
BTC Pool
True Asset Value
SOL LST Pricing
For SOL LSTs, we use the Sanctum SOL value calculator program to determine the true LST price based on the amount of SOL held in each stake pool, avoiding market manipulation risks:BTC Pricing
For wrapped BTC, we use price oracles to determine the true BTC value in USD.Price Oracles
To calculate USD values and maintain pegs, we use price oracles:- SOL/USD: Pyth SOL/USD price oracle
- BTC/USD: Pyth BTC/USD price oracle
- USDC/USD: Pyth USDC/USD price oracle
Net Asset Value (NAV) Calculations
vUSD NAV
Virtual stablecoins maintain a $1 NAV in healthy conditions: In terms of the underlying asset:xASSET NAV
The NAV of leverage tokens uses the excess collateral value beyond vUSD backing: If xASSET supply is zero, NAV defaults to $1.hyUSD NAV
Collateral Ratio Calculations
Per-Asset Collateral Ratio
Each asset pool has its own collateral ratio:Max Mintable Stablecoin
The protocol caps stablecoin minting to prevent CR from dropping below a safety threshold: Where Target CR is the configured stablecoin mint threshold, which is constrained on-chain to lie within the Neutral zone (135% – 165%). Minting is blocked if it would push the projected CR out of this band.Max Swappable Stablecoin
When converting xASSET to hyUSD within a pool (no TVL change):Rebalance Zones
Each pool’s CR maps to one of six rebalance zones. The zone determines which rebalancing route is open, how rebalance pricing behaves, and which fee schedule applies. (These zones replace the former “stability mode” thresholds.)
Zone boundaries are half-open: the lower bound is inclusive, the upper exclusive.
xASSET Effective Leverage
The effective leverage for any xASSET: Where: The effective leverage approaches infinity as CR approaches 100%, and approaches 1 as CR increases.Dynamic Collateral Routing
Piecewise-Linear Fee Curves
Hylo uses two independent fee curves for hyUSD minting and redemption. Each curve is defined as a set of (CR, fee) control points with linear interpolation between them. Mint fee curve:- Domain: CR range bounded below by the Neutral zone threshold
- Shape: monotonically decreasing; fee is highest at the lower CR bound, falling to zero at the upper bound
- Below domain: minting is blocked (no valid fee)
- Above domain: fee clamps to zero
- Domain: wider CR range extending down toward the Destabilized threshold
- Shape: monotonically increasing; fee is zero at the lower CR bound, rising to maximum at the upper bound
- Below domain: fee clamps to zero
- Above domain: fee clamps to maximum
Projected CR for Fee Computation
Fees are evaluated at the projected CR, the CR after the operation: Mint projected CR: Redeem projected CR:xASSET Fees
xASSET (levercoin) fees use a discrete table indexed by rebalance zone, with separate mint / redeem rates per zone:
See Anti-Destabilization Fees for why this schedule rarely binds in normal operation.