Mendi Finance
  • Introduction
  • Getting Started
    • Bridging your assets to Linea
    • Video Guide
  • Protocol
    • Contract Addresses
    • Developer docs
    • Liquidation
    • Collateral and Reserves
    • Interest Rate Model
    • Audit & Security
    • Oracles
  • Tokenomics
    • Fair Launch
    • Distribution
    • Protocol Spending
    • Reward Emissions and Bribes
    • Staking and Revenue Sharing
  • DEVELOPERS
  • POINTS SYSTEMS
    • Mendi Loyalty Points
    • MLP-L
    • Third Party Points Systems
  • OTHER INFORMATION
    • Official Links
    • Press kit
    • Legal Disclaimer
  • MENDI SNAP
    • Mendi Finance Liquidation Alert
    • Video Walkthrough
    • FAQ
Powered by GitBook
On this page
  • Borrow APR
  • Supply APR
  1. Protocol

Interest Rate Model

Borrow APR

The interest rate model for borrowed assets can be calculated using the following formula:

= Base + Multiplier * min(UtilizationRate, Kink) + max(JumpMultiplier * UtilizationRate - Kink, 0)

Supply APR

The interest rate model for supplying assets can be calculated using the following formula:

= Distribute (Interest Paid by Borrowers Per Block - Reserve) to all suppliers, and convert it into APY

= Distribute [(1 + Borrow APY) ^ (1 / BlocksPerYear) - 1] * Total Borrow * (1 - Reserve Factor) to all suppliers, and convert it into APY

= {[(1 + Borrow APY) ^ (1 / BlocksPerYear) - 1] * Total Borrow * (1 - Reserve Factor) / Total Supply}, and convert it into APY

= {1 + [(1 + Borrow APY) ^ (1/BlocksPerYear) - 1] * Total Borrow * (1 - Reserve Factor) / Total Supply} ^ BlocksPerYear - 1

PreviousCollateral and ReservesNextAudit & Security

Last updated 10 months ago