Skip to main content

MarketConfigEntry

Risk parameters for a specific e-mode or collateral category.

categorystring

E-mode category identifier

Example: 1
labelstring

Human-readable label for this config category

Example: ETH correlated
borrowCollateralFactornumbernullable

LTV for borrowing (0-1)

Example: 0.8
collateralFactornumbernullable

Liquidation threshold (0-1)

Example: 0.85
borrowFactornumbernullable

Borrow factor (typically 1)

Example: 1
collateralDisabledboolean
debtDisabledboolean
MarketConfigEntry
{
"category": "1",
"label": "ETH correlated",
"borrowCollateralFactor": 0.8,
"collateralFactor": 0.85,
"borrowFactor": 1,
"collateralDisabled": true,
"debtDisabled": true
}