https://github.com/morpho-org/morpho-blue-irm
Morpho Blue Interest Rate Models
https://github.com/morpho-org/morpho-blue-irm
defi interest-rate-model morpho
Last synced: about 1 year ago
JSON representation
Morpho Blue Interest Rate Models
- Host: GitHub
- URL: https://github.com/morpho-org/morpho-blue-irm
- Owner: morpho-org
- License: mit
- Created: 2023-08-25T08:32:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T08:05:23.000Z (over 2 years ago)
- Last Synced: 2023-12-19T11:48:45.162Z (over 2 years ago)
- Topics: defi, interest-rate-model, morpho
- Language: Solidity
- Homepage: https://morpho.org
- Size: 4.69 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/2023-09-27-morpho-blue-and-speed-jump-irm-open-zeppelin.pdf
Awesome Lists containing this project
README
# Morpho Blue IRMs
Some interest rate models for Morpho Blue:
- [AdaptiveCurveIRM](src/AdaptiveCurveIrm.sol)
- _Important_: The `AdaptiveCurveIRM` was deployed [on Ethereum](https://etherscan.io/address/0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC) 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](src/fixed-rate-irm/FixedRateIrm.sol)
## Resources
- AdaptiveCurveIRM: [documentation](https://docs.morpho.org/concepts/morpho-blue/core-concepts/irm#the-adaptivecurveirm), [announcement article](https://morpho.mirror.xyz/aaUjIF85aIi5RT6-pLhVWBzuiCpOb4BV03OYNts2BHQ).
## Audits
All audits are stored in the [audits](audits)' folder.
## Getting started
Install dependencies: `yarn`
Run tests: `yarn test:forge`
## Licenses
The primary license is MIT, see [LICENSE](LICENSE).