Following the DOT inflation halving (10% → 5%), the staking yield has decreased by approximately 50%. This proposal adjusts the DOT lending market interest rate curve to reflect the new staking economics:
- jumpRate: 10% → 5% (at jumpUtilization 60%)
- fullRate: 50% → 50% (unchanged)
This ensures the vDOT LoopStake strategy remains profitable and the rate curve stays aligned with the underlying staking yield.
Call Details
| Field |
Value |
| Pallet |
lendMarket |
| Call |
updateRateModel |
| Asset |
DOT (Token2: 0) |
| Rate Model |
Jump: baseRate=0, jumpRate=5%, fullRate=50%, jumpUtilization=60% |
Call Data
0x8302080000000000000000000000000000000000000000c52ebca2b10000000000000000000000b2d3595bf0060000000000000000c0270900
Decode Verification
{
"args": {
"asset_id": {
"Token2": "0"
},
"rate_model": {
"Jump": {
"baseRate": "0",
"jumpRate": "50,000,000,000,000,000",
"fullRate": "500,000,000,000,000,000",
"jumpUtilization": "60.00%"
}
}
},
"method": "updateRateModel",
"section": "lendMarket"
}