Fantom Money Markets
  • Introduction
  • Getting Started
    • Setting up MetaMask
    • FAQ & Troubleshoot
  • Protocol
    • Liquidation
    • Collateral and Reserves
    • Interest Rate Model
  • Tokenomics
    • Liquidity Generation Event (LGE)
    • Distribution
    • Staking and Revenue Share
    • Rewards Emissions and Bribes
  • Marketing Materials
  • Deployed Contracts
  • Legal Disclaimer
Powered by GitBook
On this page
  • Borrow APY
  • Supply APY
  1. Protocol

Interest Rate Model

Borrow APY

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 APY

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 ReservesNextLiquidity Generation Event (LGE)

Last updated 1 year ago