Fundamental interest rate model

blocksPerYear is 10512000

BaseRate Per Year can be considered as Annual Percentage Rate (APR).

Multiplier Per Year can be interpreted as the annualized factor for the fund utilization rate.

BaseRatePerBlock=baseRatePerYear/blocksPerYear BaseRatePerBlock = baseRatePerYear / blocksPerYear
MultiplierPerBlock=multiplierPerYear/blocksPerYear MultiplierPerBlock = multiplierPerYear / blocksPerYear
UtilizationRate(ur)=borrows/(cash+borrowsreserves)UtilizationRate (ur) = borrows / (cash + borrows - reserves)
BorrowRate=urmultiplierPerBlock+baseRatePerBlock BorrowRate = ur * multiplierPerBlock + baseRatePerBlock
SupplyRate=urbr(1reserveFactor)SupplyRate = ur * br * (1 - reserveFactor)

Last updated