Technical maintenance proposals

AGRS (Risk Stewards) maintenance proposal


Simple Summary

This proposal activates the automated Aave Generalised Risk Stewards (AGRS) system on the Ethereum core instance to perform automated discount rate updates on Pendle PT feeds. It also updates the manual AGRS to the most up-to-date iteration (already active on Ethereum), which allows for e-Mode category updates across all instances.


Motivation


Automated AGRS for PT discount rate Risk Oracle

Currently, the discount rate on PT feeds requires manual updates through the manual AGRS on the core instance, creating operational inefficiencies, including:

  • Additional delays in risk parameter adjustments
  • Increased workload and suboptimal response times on manual AGRS due to the high volume of risk updates

To optimize this, and following the same approach as with other risk parameters, this proposal extends the automated AGRS system using Edge Risk Oracles to update the discount rate on the Pendle PT feeds.


Manual AGRS

Following the successful activation of the new version of manual AGRS as part of Proposal 299 on the Ethereum core instance, we propose extending this same implementation to all other instances.
The new version enables constrained updates to eMode category collateral parameters (LT, LTV, and LB) and allows modification of Pendle PT feed discount rates.


Specification

Automated AGRS for PT discount rate Risk Oracle

This new discount rate AGRS will mirror the same infrastructure as the currently active for other automated AGRS, but a summary of specifications is the following:

  • The AGRS will have only one configurable parameter: discount rate on PT feeds.
  • Recommendation of these parameters will be submitted to a RiskOracle smart contract, from the Edge off-chain infrastructure. Between the risk oracle smart contract and the AGRS contract, there will be a thin middleware AaveStewardInjectorDiscountRate, with the following logic:
    • Takes recommendations from the Edge Risk Oracle side and propagates them to the AGRS contract.
    • Enforce that only the whitelisted Pendle PT feeds can be acted upon.
    • Given the protections (percentage constraints and time delay) on the AGRS side and that it is an assumption that risk recommendations will be timed correctly on the Edge Risk Oracle side, the propagation will be permissionless.
  • The AaveStewardInjectorDiscountRate will be part of the Aave Robot infrastructure, running on Chainlink Automation and consuming LINK from the Aave Collector.
  • The new AGRS contract will be given RISK_ADMIN role.

The following feeds for Pendle PT assets on core instance will be automated: PT_sUSDE_31JUL2025, PT_USDe_31JUL2025, PT_eUSDE_14AUG2025.


Constraints on the discount rate update of the Pendle PT feeds will be as follow: maximum 1% absolute increase/decrease per 2 days.

To be more precise, the price of Pendle PT assets on Aave is calculated as follows: priceOfAsset * (100% - (timeLeftForMaturity * discountRate) / 100%) What this means in practice is that, for ex. a 1% increase of the discount rate per year, the price of the PT asset would reduce by 1% if the time to reach maturity of the PT asset is 1 year. This is never the case on Aave, as maturities are shorter, so the practical impact of the change is ever lower, 0.5% if 6 months are left, 0.25% if 3 months are left, and so on.


Manual AGRS

The new manual AGRS will be activated on all instances and will be given the RISK_ADMIN role via: ACL_MANAGER.addRiskAdmin(RISK_STEWARD); and the RISK_ADMIN role of the previous manual AGRS along with other legacy contracts like FREEZING_STEWARD and CAPS_PLUS_RISK_STEWARD will be revoked.

Please note: GHO asset will be set as restricted on the new manual stewards as the asset is to be updated via the gho stewards.


The following risk configuration will be set on the new manual AGRS for all instances:

Parameter Percent change allowed minimumDelay
EMode LTV 0.5% absolute change 3 days
EMode LiquidationThreshold 0.1% absolute change 3 days
EMode LiquidationBonus 0.5% absolute change 3 days
Pendle PT Feed Discount Rate 2.5% absolute change 2 days
4 Likes