Seismic Finance
  • ⚔Introducing Seismic Finance
  • ā“How to use Seismic
  • šŸ“„Deposit & Withdraw
    • šŸ”Lock Options
  • šŸ¦Borrowing
  • šŸ“ŠAccepted Collateral Types
  • šŸ’°Incentives & Points
    • šŸŒ‹$QUAKE Points
    • šŸš€Blast Incentives
    • ć€°ļøAftershock Vaults
  • šŸ”‘Key Terms
    • šŸŖ™Loan to Value
    • šŸ’ŸHealth Factor
    • šŸ’§Liquidations
    • šŸ”£Interest Rate Model
  • āš ļøRisks
  • šŸŽØBranding
  • šŸ—ļøDevelopers
    • 🟨Smart Contracts
    • āœ…Audits
  • šŸ—’ļøLegal disclaimer
Powered by GitBook
On this page
  1. Key Terms

Interest Rate Model

PreviousLiquidationsNextRisks

Last updated 1 year ago

Seismic's interest rate is designed to effectively manage liquidity risk and optimize utilization. The borrow interest rates are derived from the Utilization Rate UUU.

UUUis representative of the total capital in the pool. The interest rate model is used to provide incentives to users to provide liquidity to support managing liquidity risk:

  • When capital is available: loans are incentivized with low interest rates.

  • When capital is limited: interest rates are increased to encourage repayment and additional deposits.

Interest Rate Model

Liquidity risk develops with high utilization, and as UUU gets closer to 100% it becomes more of an issue. Our bespoke solution to this problem is an interest rate curve that has been split in two parts around the optimal utilization rate UoptimalU_{optimal} Uoptimal​. The slope before UoptimalU_{optimal} Uoptimal​ is small, but it begins rising sharply once above.

The interest rateRtR_tRt​follows the model:

ifU<Uoptimal:Rt=R0+UtUoptimalRslope1if \hspace{1mm} U < U_{optimal}: \hspace{1cm} R_t = R_0 + \frac{U_t}{U_{optimal}} R_{slope1}ifU<Uoptimal​:Rt​=R0​+Uoptimal​Ut​​Rslope1​

ifU≄Uoptimal:Rt=R0+Rslope1+Utāˆ’Uoptimal1āˆ’UoptimalRslope2if \hspace{1mm} U \geq U_{optimal}: \hspace{1cm} R_t = R_0 + R_{slope1} + \frac{U_t-U_{optimal}}{1-U_{optimal}}R_{slope2}ifU≄Uoptimal​:Rt​=R0​+Rslope1​+1āˆ’Uoptimal​Utā€‹āˆ’Uoptimal​​Rslope2​

Since these aspects of the Seismic smart contracts are influences by Aave, please refer to their documentation for further details of the interest rate model.

For ease, we have summarized said documentation in the below section .

šŸ”‘
šŸ”£