Parameter Tuning
The Aave Pool in V3 has a variety of parameters which can be adjusted:
Asset Parameters
Bridge Parameters
This guide details the process of executing a proposal for parameter adjustments:
ARC
The ARC (Aave Request for Comment) is the first step in the proposal process. This is where the idea is proposed and the community can discuss. All ARCs should follow these standard requirements. In addition, parameter adjustments should include asset risk analysis and rationale for changes. Here is a template which you can reference:
AIP
The AIP is a document containing the proposal details which is uploaded to IPFS. The hash of this documented is passed as a parameter when the on-chain proposal is submitted. To create an AIP for a new asset listing follow the steps from the AIP repo.
Once the AIP has been reviewed and merged to generate an ipfs hash, and the payload has been created, the proposal can now be submitted on-chain.
Create On-Chain Proposal
To create the governance payload, the Aave Proposals repo can be used as a reference, the function calls to modify reserve parameters are located on the PoolConfigurator
contract.
Last updated