KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
morpho-blue-irm
โ 43
Open GitHub โ
Morpho Blue Interest Rate Models
Download README (.md)
Explore Similar Repositories
sdks
:
Collection of SDKs to ease interactions with the Morpho protocol and Morpho Vaults
morphosymm-rl
:
Extension of RSL-RL for using Morphological Symmetries in IsaacLab
MORPHOS
:
No description available.
morpho-gpt
:
Morpho-GPT repository
morphous
:
๐ค Smart contracts built on top of Morpho Protocol to enable one-click leverage and strategies
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
morpho-blue-irm
?
Download (.md)
# Morpho Blue IRMs Some interest rate models for Morpho Blue: - [AdaptiveCurveIRM](src/adaptive-curve-irm/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 Compilation, testing and formatting with [forge](https://book.getfoundry.sh/getting-started/installation). ## Licenses The primary license is MIT, see [LICENSE](LICENSE).