Skip to content
Open
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
36 changes: 36 additions & 0 deletions proposals/mips/mip-x68/x68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"10": {
"markets": [
{
"collateralFactor": 0.6e18,
"irm": "",
"market": "MOONWELL_VELO",
"reserveFactor": -1
}
],
"irModels": []
},
"8453": {
"markets": [
{
"collateralFactor": 0.55e18,
"irm": "",
"market": "MOONWELL_WELL",
"reserveFactor": -1
},
{
"collateralFactor": 0.6e18,
"irm": "",
"market": "MOONWELL_MORPHO",
"reserveFactor": -1
},
{
"collateralFactor": 0.6e18,
"irm": "",
"market": "MOONWELL_AERO",
"reserveFactor": -1
}
],
"irModels": []
}
}
16 changes: 16 additions & 0 deletions proposals/mips/mip-x68/x68.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MIP-X68: Base and Optimism Collateral Factor Updates

## Summary

This proposal implements the collateral factor reductions recommended by
[Anthias Labs on September 15, 2026](https://forum.moonwell.fi/t/anthias-labs-risk-parameter-recommendations/1759/23)
for WELL, MORPHO, and AERO on Base and VELO on OP Mainnet.

## Proposed Changes

| Network | Market | Parameter | Current Value | Proposed Value |
| ---------- | ------ | ----------------- | ------------- | -------------- |
| Base | WELL | Collateral Factor | 65% | 55% |
| Base | MORPHO | Collateral Factor | 65% | 60% |
| Base | AERO | Collateral Factor | 65% | 60% |
| OP Mainnet | VELO | Collateral Factor | 62% | 60% |
8 changes: 8 additions & 0 deletions proposals/mips/mip-x68/x68.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
export JSON_PATH=proposals/mips/mip-x68/x68.json
export DESCRIPTION_PATH=proposals/mips/mip-x68/x68.md
export PRIMARY_FORK_ID=3

echo "JSON_PATH=$JSON_PATH"
echo "DESCRIPTION_PATH=$DESCRIPTION_PATH"
echo "PRIMARY_FORK_ID=$PRIMARY_FORK_ID"
8 changes: 8 additions & 0 deletions proposals/mips/mips.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"envpath": "proposals/mips/mip-x68/x68.sh",
"governor": "MultichainGovernorV2",
"id": 0,
"path": "MarketUpdateV2.sol/MarketUpdateV2Template.json",
"proposalType": "HybridProposalV2",
"descriptionUri": "ipfs://bafkreiclk7wvdv5dkngmk5mjtni5ada3vq3zhfdig57zvbmq6zeiq3g35e"
},
{
"envpath": "proposals/mips/mip-x67/x67.sh",
"governor": "MultichainGovernorV2",
Expand Down
Loading