Securd Documentation
  • 🏠Overview
  • πŸ”€Glossary
  • πŸ’‘How does it work?
    • Objectives
    • Indirect Liquidity Providing
    • Leveraged Liquidity Providing
  • ❓FAQ AND TUTORIALS
    • General FAQ
    • Save FAQ
    • Borrow FAQ
    • User Tutorials
      • πŸ“₯Tutorial - Save
      • πŸ“₯Tutorial - Farm
      • πŸ“ΈTutorial - Video
  • πŸ”—QUICK LINKS
    • Website
    • Whitepaper
    • Medium Blog
  • πŸ”¬Securd Models
    • Collateral Model
    • Diversification Model
    • Interest Rate Model
    • Compounding Model
    • Liquidation Model
    • Fee Model
    • LP Token Rating Model
      • 1️⃣Introduction
      • 2️⃣Market risk measure (MRM)
      • 3️⃣Liquidity risk measure (LRM)
      • 4️⃣Examples
      • 5️⃣Large scale analysis
      • 6️⃣Maximum leverage
      • 7️⃣Conclusion
  • 🐦SOCIALS
    • Twitter
    • LinkedIn
    • Discord
Powered by GitBook
On this page
  1. Securd Models

Interest Rate Model

PreviousDiversification ModelNextCompounding Model

Last updated 1 year ago

Automating lending operations while maintaining a certain level of liquidity requires an efficient Interest Rate Model that balances supply and demand around an optimal level of utilization.

For each Lending Pool, let's define, at time t, the Utilization Rate UUU:

Ut=BtStU_t = \frac{B_t}{S_t}Ut​=St​Bt​​

​where BtB_tBt​​ is the total Borrow Balance of Token A, and StS_tSt​​ is the total Supply Balance of Token A.

  • When UUU​ is low, it means that most of the deposits are sitting in the reserve. They are easily accessible for immediate withdrawal but generate low interest for lenders.

  • When UUU​ is high, it means that most of the deposits have been lent. They generate high interest for lenders but very little liquidity is available for immediate withdrawal.

Let's define Uβˆ—U^*Uβˆ—β€‹as the optimal level of utilization for lenders. The Interest Rate Model's objective is to find the optimal borrowing rate rβˆ—r^*rβˆ—β€‹ for which U=Uβˆ—U = U^*U=Uβˆ—.

  • If UUU settles below Uβˆ—U^*Uβˆ— , we can assume that the interest rate is not attractive enough for borrowers and needs to be decreased.

  • If UUU​ settles above Uβˆ—U^*Uβˆ—β€‹, we can assume that rrr is too attractive for borrowers and needs to be increased.

Securd has implemented an innovative interest rate model that allows a better convergence towards optimal utilization levels as well as a better adaptation to evolving Supply & Demand. Extensive details will be published soon.

πŸ”¬