YieldBlox
yieldblox.financeGitHubDiscord
  • YieldBlox Documentation
  • User Docs
    • General
    • Lending & Borrowing
      • Lending
      • Borrowing
      • Interest Rates
      • Health Factors
      • Liquidations
      • Default Protection
    • Escrowing
    • Governance
    • YBX Tokens
      • YBX Tokenomics
      • Game Theory of YBX
    • Why Stellar?
  • Technical Docs
    • YieldBlox Protocol Assets
    • User Positions
    • Interest Rates
    • Underlying Asset Data
    • Accrued Interest Tracking
    • YBX Issuance
    • Protocol Accounts
    • Smart Contracts/Architecture
      • Mint Contract
      • Burn Contract
      • Repay Contract
      • Liquidate Contract
      • Rate Contract
      • Claim Contract
      • Escrow Contract
      • Governance Contract
      • Vote Contract
    • Math
    • YieldBlox Turrets
  • Resources
    • Technical Resources
    • Community Resources
    • Protocol Assets
Powered by GitBook
On this page
  • Interest Rate Curve Graphs:
  • Sample Interest Rate Calculation:

Was this helpful?

  1. Technical Docs

Interest Rates

PreviousUser PositionsNextUnderlying Asset Data

Last updated 3 years ago

Was this helpful?

YieldBlox interest rates are calculates using four different slopes that step up as different utilization rates are hit. This is designed to improve capital efficiency, allowing the rate to move reflexively with demand and support higher utilization levels while also preventing liquidity crunches in the protocol. As you can see by the graph below, in the final slope interest rates begin moving up extremely fast. This is to prevent a liquidity crunch by either forcing borrowers to quickly repay or enticing lenders to quickly deposit.

Interest Rate Curve Graphs:

Sample Interest Rate Calculation:

Please Note all Numbers are Examples and not indicative of real Protocol Variables

Utilization Rate: .95

Interest Rate Thresholds:

  • Threshold 1: .7

  • Threshold 2: .9

  • Threshold 3: .97

Base Interest Rate: .05

Interest Rate Slopes"

  • Slope 0: .2

  • Slope 1: 1.5

  • Slope 2: 7.5

  • Slope 3: 350

In this case the interest rate would be 86.5%

.05+ .7*.2+1.5*(.9-.7)+7.5*(.95-.9) = .865

Note: these numbers may change
Note: these numbers may change