Interest Rate Model
Overview
The interest rate model plays a pivotal role not only in providing appropriate returns for lenders but also in managing liquidity risks effectively. Interest rates are dynamically adjusted based on the utilization rate of the liquidity pool, ensuring that the pool remains balanced and functional.
Each liquidity pool can adopt various interest rate models, which are implemented as separate contracts independent of the pools themselves. This design aligns with Factorial's modular architecture, allowing for greater flexibility and customization across different pools.
Interest Rate Parameter
Each pool has distinct interest rate parameters for each asset. The default interest rate model used is the Jump Rate Model, which features two kink points based on the utilization ratio of the borrowed asset.
Base Rate () : The interest rate when utilization is 0.
Kink point (, ) : These thresholds define ranges of utilization at which the slope of the interest rate curve changes.
Slopes (, , ) : The rate at which interest increases within each utilization range.
Interest Rate Model
Utilization Ratio of the target asset in the pool is determined as follows:
Borrow Rate
Supply Rate
Last updated