Skip to content

Commit 0c4255a

Browse files
committed
init mip-x35
1 parent 347c6ce commit 0c4255a

File tree

6 files changed

+136
-0
lines changed

6 files changed

+136
-0
lines changed

chains/10.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"addr": "0xF203236B9CEf1FaaEa4aCE8e8e2EB65431ef7697",
4+
"isContract": true,
5+
"name": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35"
6+
},
27
{
38
"addr": "0xB290615c4f5348aEFDC301a42896906212C80e46",
49
"isContract": true,

chains/8453.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"addr": "0x6515fAb53Ab28D179CFf4258CdDb8f4745EBb348",
4+
"isContract": true,
5+
"name": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35"
6+
},
27
{
38
"addr": "0x4e41B935f49eB4F82A4F41B0a4b19c36A35DA4DA",
49
"isContract": true,

proposals/mips/mip-x35/x35.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"8453": {
3+
"markets": [
4+
{
5+
"collateralFactor": -1,
6+
"irm": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35",
7+
"market": "MOONWELL_USDC",
8+
"reserveFactor": -1
9+
},
10+
{
11+
"collateralFactor": 0.84e18,
12+
"irm": "",
13+
"market": "MOONWELL_LBTC",
14+
"reserveFactor": -1
15+
},
16+
{
17+
"collateralFactor": 0.84e18,
18+
"irm": "",
19+
"market": "MOONWELL_TBTC",
20+
"reserveFactor": -1
21+
}
22+
],
23+
"irModels": [
24+
{
25+
"baseRatePerYear": 0,
26+
"jumpMultiplierPerYear": 9e18,
27+
"kink": 0.9e18,
28+
"multiplierPerYear": 0.08e18,
29+
"name": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35"
30+
}
31+
]
32+
},
33+
"10": {
34+
"markets": [
35+
{
36+
"collateralFactor": -1,
37+
"irm": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35",
38+
"market": "MOONWELL_USDT0",
39+
"reserveFactor": -1
40+
},
41+
{
42+
"collateralFactor": -1,
43+
"irm": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35",
44+
"market": "MOONWELL_DAI",
45+
"reserveFactor": -1
46+
}
47+
],
48+
"irModels": [
49+
{
50+
"baseRatePerYear": 0,
51+
"jumpMultiplierPerYear": 9e18,
52+
"kink": 0.9e18,
53+
"multiplierPerYear": 0.067e18,
54+
"name": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35"
55+
}
56+
]
57+
}
58+
}

proposals/mips/mip-x35/x35.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# MIP-X35: Anthias Labs Monthly Recommendations (11/2025)
2+
3+
## Base
4+
5+
## Summary
6+
7+
### Risk Parameters
8+
9+
A proposal to adjust the following risk parameters:
10+
11+
| Parameters | Current Value | Recommended Value |
12+
| --- | --- | --- |
13+
| MAMO Borrow Cap | 12M | 3M |
14+
| tBTC Collateral Factor | 85% | 84% |
15+
| LBTC Collateral Factor | 85% | 84% |
16+
17+
<sub> \*Cap changes will be implemented via Cap Guardian </sub>
18+
19+
### IR Parameters
20+
21+
A proposal to adjust the IR Parameters for USDC:
22+
23+
| **USDC IR Parameters** | Current Value | Recommended Value |
24+
| --- | --- | --- |
25+
| Base | 0 | 0 |
26+
| Kink | 0.9 | 0.9 |
27+
| Multiplier | **0.072** | **0.08** |
28+
| Jump Multiplier | 9 | 9 |
29+
30+
## OP Mainnet
31+
32+
## Summary
33+
34+
### IR Parameters
35+
36+
A proposal to adjust the IR Parameters for USDT0 and DAI:
37+
38+
| **USDT0 IR Parameters** | Current Value | Recommended Value |
39+
| --- | --- | --- |
40+
| Base | 0 | 0 |
41+
| Kink | 0.9 | 0.9 |
42+
| Multiplier | **0.061** | **0.067** |
43+
| Jump Multiplier | 9 | 9 |
44+
45+
| **DAI IR Parameters** | Current Value | Recommended Value |
46+
| --- | --- | --- |
47+
| Base | 0 | 0 |
48+
| Kink | 0.9 | 0.9 |
49+
| Multiplier | **0.061** | **0.067** |
50+
| Jump Multiplier | 9 | 9 |
51+
52+
For more information refer to our forum post:
53+
[link](https://forum.moonwell.fi/t/anthias-labs-risk-parameter-recommendations/1759/6).

proposals/mips/mip-x35/x35.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
export JSON_PATH=proposals/mips/mip-x35/x35.json
3+
export DESCRIPTION_PATH=proposals/mips/mip-x35/x35.md
4+
export PRIMARY_FORK_ID=0
5+
6+
echo "JSON_PATH=$JSON_PATH"
7+
echo "DESCRIPTION_PATH=$DESCRIPTION_PATH"
8+
echo "PRIMARY_FORK_ID=$PRIMARY_FORK_ID"

proposals/mips/mips.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"envpath": "proposals/mips/mip-x35/x35.sh",
4+
"governor": "MultichainGovernor",
5+
"id": 0,
6+
"path": "RewardsDistribution.sol/RewardsDistributionTemplate.json",
7+
"proposalType": "HybridProposal"
8+
},
29
{
310
"envpath": "",
411
"governor": "MultichainGovernor",

0 commit comments

Comments
 (0)