MarketConfigEntry
Risk parameters for a specific e-mode or collateral category.
E-mode category identifier
1Human-readable label for this config category
ETH correlatedLTV for borrowing (0-1)
0.8Liquidation threshold (0-1)
0.85Borrow factor (typically 1)
1Liquidation penalty for this mode, as a fraction of repaid debt the liquidator receives on top of par (e.g. 0.05 = 5%). Mode-specific where supported (Aave e-modes, Dolomite categories, Euler vaults).
0.05Max fraction of debt repayable per liquidation (0-1). Mirrors the pool-level closeFactor; not e-mode-specific in any supported protocol, so the same value across every mode of a market.
0.5Liquidation target health factor (e.g. 1.05). Set only by protocols that liquidate to a target HF instead of a fixed close factor (Aave V4, spoke-level); omitted otherwise.
1.05{
"category": "1",
"label": "ETH correlated",
"borrowCollateralFactor": 0.8,
"collateralFactor": 0.85,
"borrowFactor": 1,
"liquidationPenalty": 0.05,
"closeFactor": 0.5,
"targetHealthFactor": 1.05,
"collateralDisabled": true,
"debtDisabled": true
}