Skip to main content

MarketConfigEntry

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

categoryinteger

E-mode category ID

borrowCollateralFactornumber

LTV for borrowing (0-1)

Example: 0.8
collateralFactornumber

Liquidation threshold (0-1)

Example: 0.85
borrowFactornumber

Borrow factor (typically 1)

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