Asset Configuration

Each asset configuration in the protocol is stored in the Silo Repository. An authorized party can determine a default configuration for assets by the protocol design. This configuration will apply to any new asset added to the system and can be updated later. Configuration for any asset configured through the Silo Repository will apply to all Silos that use this asset.

Silo Repository allows for authorized parties to configure: - maxLoanToValue (uint64) Loan-to-Value ratio represents the maximum borrowing power of a specific collateral. - liquidationThreshold (uint64) The liquidation threshold represents the threshold at which a borrow position will be considered undercollateralized and subject to liquidation for each collateral. - interestRateModel (address) The interest rate model address

Last updated