Sovryn-smart-contracts
Sovryn-smart-contracts copied to clipboard
Demand curve parameters explained: Loan Token Rates
Technical description about how interest rates are re-adjusted
KEY WORDS: #kinkLevel, #demandCurve, #interestRate, #utilisationRate
Just as reference we can see this deploying code
targetLevel=0 # unused -> that's why 0
this parameter initially means minimum interest rate regardless utilization rate, meaning that
interest rate = interest rate < targetLevel ? targetLevel : interest rate
just for understanding, we don't use it