Skip to content

morpho-org/morpho-blue-irm

Repository files navigation

Morpho Blue IRMs

Some interest rate models for Morpho Blue:

  • AdaptiveCurveIRM
    • Important: The AdaptiveCurveIRM was deployed on Ethereum without the via_ir solc compilation option. To check the bytecode on Ethereum, disable via_ir in foundry.toml. Other deployments use via_ir.
  • FixedRateIRM

Resources

Audits

All audits are stored in the audits' folder.

Getting started

Install dependencies: yarn

Run tests: yarn test:forge

Licenses

The primary license is MIT, see LICENSE.