You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,6 +59,9 @@ For each risk param, `maxPercentChange` is the maximum percent change allowed (b
58
59
- Stable price cap: the `maxPercentChange` is in relative values.
59
60
For example, for a current price cap of an oracle configured at 1_10_000000 and `maxPercentChange` configured at `1_00`, the max price cap that can be configured is 1_11_100000 and the minimum 1_08_900000 via the steward.
60
61
62
+
- Pendle discount rate CAPO: the `maxPercentChange` is in absolute values.
63
+
For example, for a current discount rate of an oracle configured at `0.05e18` (5%) and `maxPercentChange` configured at `0.025e18` (2.5%), the max price cap that can be configured is `0.075e18` (7.5%) and the minimum `0.025e18` (2.5%) via the steward.
64
+
61
65
After the activation proposal, these params could only be changed by the governance by calling the `setRiskConfig()` method.
62
66
63
67
_Note: The Risk Stewards will not allow setting the values to 0 for supply cap, borrow cap, debt ceiling, LTV, Liquidation Threshold, Liquidation Bonus no matter if the maxPercentChange has been configured to 100%. The Risk Stewards will however allow setting the value to 0 for interest rate param updates._
0 commit comments