Docs
  • β›΅Lodestar Finance
  • Getting Started
    • πŸ‘¨β€πŸŒΎUser Guide
    • ❓FAQ
    • πŸ—οΈDeployed Contracts
  • Documentation
    • πŸ‘©β€πŸ”¬Technical Overview
      • Supply
      • Collateral
        • Collateral Factors
      • Borrow
      • Interest
        • Interest Rate Model 1
        • Interest Rate Model 2
        • Interest Rate Model 3
        • Interest Rate Model 4
        • Interest Rate Model 5
      • Reserves
        • Reserve Factors
        • Rake
      • Liquidation
      • Staking
        • Emission Gauge Voting
      • Looping
    • πŸ€–Contracts
      • Lens
      • Comptroller
        • LODE Emissions
        • Events
        • Error Reporting
      • Oracles
      • Interest Rate Models
        • Constructor Arguments
      • lTokens
        • Market and Account State
        • Events
        • Error Reporting
    • βš™οΈAPI
    • πŸ”Security
    • πŸ—ΊοΈRoadmap
    • πŸ₯šInception
  • Tokenomics
    • 🧭LODE
  • Links
    • Twitter
    • Discord
    • Medium
    • Github
    • Lodestar Website
    • Lodestar dApp
    • Lodestar Liquidity Mining
    • LODE Token Claim for Aelin Supporters
Powered by GitBook
On this page
  1. Documentation
  2. Technical Overview

Interest

Jump Rate Interest Model Overview

Lodestar Finance uses its own interest rate models inspired from Compound's jump rate model. Lodestar has a total of five models with varying parameters based on the underlying risk factors of the markets.

The interest rate models assigned to different markets are classified based on the overall risk surrounding the respective underlying asset:

  • Interest Rate Model 1 => Minimal risk

  • Interest Rate Model 2 => Low risk

  • Interest Rate Model 3 => Medium risk

  • Interest Rate Model 4 => High risk

  • Interest Rate Model 5 => Maximum risk

In the following pages, these models will be explored and the logic behind them explained.

PreviousBorrowNextInterest Rate Model 1

Last updated 2 years ago

πŸ‘©β€πŸ”¬