Expanding from the scope of CapsPlusRiskSteward, we now introduce the new Aave Generalized Risk Stewards (AGRS), allowing hardly constrained risk parameter updates by risk service providers and reducing governance overhead.
Aave Generalized Risk Stewards (AGRS) include two instances: Manual AGRS and Automated AGRS. Manual AGRS is a continuation of the previous design, with the parameters recommendation risk provider, with constrained capacity to modify all types of risk parameters on Aave. Automated AGRS is a pilot version to automate interest rate updates of assets (starting with WETH on Aave v3 Lido Ethereum), based on the newly released risk infrastructure technology Edge, by Chaos Labs.
This AIP activates the Manual AGRS and the Automated AGRS will be activated at a later stage.
Aave's decentralized governance system, while robust, creates significant operational overhead and cost due to its comprehensive proposal process. This process includes pre-AIP procedures, payload creation, multiple reviews, voting, and on-chain verification. While recent improvements have optimized some steps, further efficiency gains are possible, particularly in risk-related proposals.
The rationale for reducing risk-related proposals:
The success of the CapsPlusRiskStewards experiment demonstrates the viability of expanding this approach. As Aave expands to new networks, minimizing governance proposals becomes crucial to prevent voter fatigue.
The new Manual AGRS we propose follows the same design as the CapsPlusRiskSteward, a smart contract to which the Aave Governance gives RISK_ADMIN role over all v3 instances, controlled by a 2-of-2 multisig, and heavily constrained on what can do and how by its own logic.
The 2-of-2 multisig controlling the Manual AGRS will have Chaos and BGD Labs as signers, temporarily including BGD Labs as a matter of extra security procedure.
ACL_MANAGER.addRiskAdmin() is called to add the new Manual AGRS.
Additionally, params for GHO on Arbitrum and Ethereum cannot be changed by this Manual AGRS, as the params will be updated by the GhoStewards instead, this is done by setting the GHO asset as restricted via the following method: RISK_STEWARD.setAddressRestricted();
To give some extra buffer and protection, we will remove the RISK_ADMIN role from the old CapsPlusRiskSteward once risk providers have adapted to use the new Risk Stewards.
Deployed AGRS Contracts:
| Network Instance | Manual AGRS Contract | |
The new risk stewards have been configured with the following risk params on all Aave instances:
| Parameter | Percent change allowed | minimumDelay | |
... please visit link below to view full proposal