Protocol Parameters
The protocol contains various types of parameters required for stabilized lending markets. These parameters can be grouped into three categories:
Validator Parameters: These are not easily changed. They are hardcoded values, and changing them would result in a new smart contract address.
Fixed Pool Parameters: These are applied to every pool at the time of its creation. The values cannot be changed for an existing pool, although every new pool can have different values.
Adjustable Pool Parameters: These values can be changed at any time by the DAO.
Upon mainnet launch, the pool parameters will be controlled by the developer team. At a later stage, control will be transferred to direct DAO governance.
Validator Parameters
Interest rate calculation
Price feed expiration time and maturity
Token swap fee
Fixed Pool Parameters
These are fixed for every new pool created and cannot be changed.
Adjustable Pool Parameters
Each created pool has its Config NFT, which can be adjusted at any time. Mostly it's a fee you can find details about in here. Simply put, this allows for:
Changing the Liquidation Threshold/Initial Collateral Ratio for every new loan
Setting the pool fee amount required to interact with the pool (default is 0)
Specifying the loan fee, which is paid to the wallet address when the loan is being repaid or liquidated
Last updated