MarketConfigEntry
Risk parameters for a specific e-mode or collateral category.
categorystring
E-mode category identifier
Example:
1labelstring
Human-readable label for this config category
Example:
ETH correlatedborrowCollateralFactornumbernullable
LTV for borrowing (0-1)
Example:
0.8collateralFactornumbernullable
Liquidation threshold (0-1)
Example:
0.85borrowFactornumbernullable
Borrow factor (typically 1)
Example:
1collateralDisabledboolean
debtDisabledboolean
MarketConfigEntry
{
"category": "1",
"label": "ETH correlated",
"borrowCollateralFactor": 0.8,
"collateralFactor": 0.85,
"borrowFactor": 1,
"collateralDisabled": true,
"debtDisabled": true
}