Skip to content
LogoLogo

Risk parameters

All parameters are governance-set through the ProtocolRegistry role system. Values below are the launch configuration.

Launch parameters

ParameterValueSetter
Minimum collateral ratio (MCR)150%setRiskParams
Liquidation threshold130%setRiskParams
Liquidation bonus5%setRiskParams
Stability fee2% / yearsetStabilityFee
Minimum debt100 eUSDsetMinDebt
Debt ceiling250,000 eUSDsetDebtCeiling
Mint price max age15 minutessetMintPriceMaxAge
Mint pauseOffsetMintPaused (operator lever)
Collateral seteSPYaddCollateral / setCollateralEnabled

Changing the minimum debt gates new state changes only; existing smaller positions are unaffected and a full close always works.

How eUSD differs from Liquity

Same skeleton: overcollateralized CDPs, sorted-list riskiest-first redemption as the peg floor, hint-based insertion, value-neutral redemption math, keeper liquidations with surplus refund, and a minimum-debt dust guard. The real divergences:

AreaLiquity v1eUSD
CollateralETH, 24/7 pricingEquity (eSPY), market-hours price rules
LiquidationsStability Pool with redistribution fallbackDirect keeper liquidation, partial liquidation supported
FeesOne-time borrow + redemption fees, floating baseRateZero mint and redemption fees, fixed 2%/yr stability fee to treasury
Redemption payout$1.00 minus a floating redemption feeExactly $1.00 of collateral per eUSD
MCR / liquidation110% / 110%150% / 130%
Minimum debt~2,000 LUSD100 eUSD
GovernanceFully immutableAdmin-configured parameters via ProtocolRegistry roles, no Recovery Mode
Multi-collateralETH only, foreverPer-collateral lists and configs by design
BridgingPlain ERC-20ERC-7802 rails with per-bridge rate limits and a global net-bridged-in cap

The trade-offs are deliberate. Zero-fee redemption gives a cleaner $1.00 floor but no fee damper against redemption cascades. Admin parameters make the system adaptable to equity collateral at the cost of a different trust model than Liquity's immutability; the levers are the debt ceiling, the mint pause, and per-collateral disable, and there is no Recovery Mode.