MakerDAO implements two new price oracles that can be used within the SparkLend protocol, one has a fixed price and the other has a capped price. In the extended scope, two interest rate strategies have been added. One sets the base rate using a rate source, while the other targets a specific rate at optimal utilization. — “The Maker Protocol, also known as the Multi-Collateral Dai (MCD) system, allows users to generate Dai by leveraging collateral assets approved by “Maker Governance.” Maker Governance is the community organized and operated process of managing the various aspects of the Maker Protocol. Dai is a decentralized, unbiased, collateral-backed cryptocurrency soft-pegged to the US Dollar. Resistant to hyperinflation due to its low volatility, Dai offers economic freedom and opportunity to anyone, anywhere.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | 1 | - | 1 |
Fixed | 2 | - | 1 | - | 3 |
Total | 2 | 0 | 2 | 0 | 4 |
# | File Name |
---|---|
1 | FixedPriceOracle.sol |
2 | interfaces/AggregatorV3Interface.sol |
3 | interfaces/IPriceSource.sol |
4 | CappedOracle.sol |
5 | MorphoUpgradableOracle.sol |
6 | SSRRateSource.sol |
7 | VariableBorrowInterestRateStrategy.sol |
8 | WSTETHExchangeRateOracle.sol |
9 | WEETHExchangeRateOracle.sol |
10 | CappedFallbackRateSource.sol |