Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions chains/10.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"addr": "0xF203236B9CEf1FaaEa4aCE8e8e2EB65431ef7697",
"isContract": true,
"name": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35"
},
{
"addr": "0x1b2a5f458b627Fb995F834A7B40112c27c2f77e8",
"isContract": true,
Expand Down
5 changes: 5 additions & 0 deletions chains/8453.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"addr": "0x6515fAb53Ab28D179CFf4258CdDb8f4745EBb348",
"isContract": true,
"name": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35"
},
{
"addr": "0xB290615c4f5348aEFDC301a42896906212C80e46",
"isContract": true,
Expand Down
58 changes: 58 additions & 0 deletions proposals/mips/mip-x35/x35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"8453": {
"markets": [
{
"collateralFactor": -1,
"irm": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35",
"market": "MOONWELL_USDC",
"reserveFactor": -1
},
{
"collateralFactor": 0.84e18,
"irm": "",
"market": "MOONWELL_LBTC",
"reserveFactor": -1
},
{
"collateralFactor": 0.84e18,
"irm": "",
"market": "MOONWELL_TBTC",
"reserveFactor": -1
}
],
"irModels": [
{
"baseRatePerYear": 0,
"jumpMultiplierPerYear": 9e18,
"kink": 0.9e18,
"multiplierPerYear": 0.08e18,
"name": "JUMP_RATE_IRM_MOONWELL_USDC_MIP_X35"
}
]
},
"10": {
"markets": [
{
"collateralFactor": -1,
"irm": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35",
"market": "MOONWELL_USDT0",
"reserveFactor": -1
},
{
"collateralFactor": -1,
"irm": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35",
"market": "MOONWELL_DAI",
"reserveFactor": -1
}
],
"irModels": [
{
"baseRatePerYear": 0,
"jumpMultiplierPerYear": 9e18,
"kink": 0.9e18,
"multiplierPerYear": 0.067e18,
"name": "JUMP_RATE_IRM_MOONWELL_USDT0_DAI_MIP_X35"
}
]
}
}
53 changes: 53 additions & 0 deletions proposals/mips/mip-x35/x35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# MIP-X35: Anthias Labs Monthly Recommendations (11/2025)

## Base

## Summary

### Risk Parameters

A proposal to adjust the following risk parameters:

| Parameters | Current Value | Recommended Value |
| --- | --- | --- |
| MAMO Borrow Cap | 12M | 3M |
| tBTC Collateral Factor | 85% | 84% |
| LBTC Collateral Factor | 85% | 84% |

<sub> \*Cap changes will be implemented via Cap Guardian </sub>

### IR Parameters

A proposal to adjust the IR Parameters for USDC:

| **USDC IR Parameters** | Current Value | Recommended Value |
| --- | --- | --- |
| Base | 0 | 0 |
| Kink | 0.9 | 0.9 |
| Multiplier | **0.072** | **0.08** |
| Jump Multiplier | 9 | 9 |

## OP Mainnet

## Summary

### IR Parameters

A proposal to adjust the IR Parameters for USDT0 and DAI:

| **USDT0 IR Parameters** | Current Value | Recommended Value |
| --- | --- | --- |
| Base | 0 | 0 |
| Kink | 0.9 | 0.9 |
| Multiplier | **0.061** | **0.067** |
| Jump Multiplier | 9 | 9 |

| **DAI IR Parameters** | Current Value | Recommended Value |
| --- | --- | --- |
| Base | 0 | 0 |
| Kink | 0.9 | 0.9 |
| Multiplier | **0.061** | **0.067** |
| Jump Multiplier | 9 | 9 |

For more information refer to our forum post:
[link](https://forum.moonwell.fi/t/anthias-labs-risk-parameter-recommendations/1759/6).
8 changes: 8 additions & 0 deletions proposals/mips/mip-x35/x35.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
export JSON_PATH=proposals/mips/mip-x35/x35.json
export DESCRIPTION_PATH=proposals/mips/mip-x35/x35.md
export PRIMARY_FORK_ID=0

echo "JSON_PATH=$JSON_PATH"
echo "DESCRIPTION_PATH=$DESCRIPTION_PATH"
echo "PRIMARY_FORK_ID=$PRIMARY_FORK_ID"
7 changes: 7 additions & 0 deletions proposals/mips/mips.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"envpath": "proposals/mips/mip-x35/x35.sh",
"governor": "MultichainGovernor",
"id": 128,
"path": "MarketUpdate.sol/MarketUpdateTemplate.json",
"proposalType": "HybridProposal"
},
{
"envpath": "",
"governor": "MultichainGovernor",
Expand Down
3 changes: 3 additions & 0 deletions test/integration/PostProposalCheck.sol
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ contract PostProposalCheck is LiveProposalCheck {
vm.selectFork(MOONBEAM_FORK_ID);
}

// revert back to proposalStartTime
vm.warp(proposalStartTime);

addresses.removeAllRestrictions();

vm.setEnv("PRIMARY_FORK_ID", vm.toString(primaryForkBefore));
Expand Down
Loading