G
G
Governance
Search
⌃K

Governance

Aave Governance V2 is an exciting new evolution of on-chain governance, allowing unique features, rapid protocol upgrades via short time lock executors, and governance upgrades via long time lock executors.
This ensures the protocol can rapidly adjust to changing market conditions, as well as upgrade core parts of the protocol as time goes on.

Governance Power

AAVE and/or stkAAVE token holders receive governance powers proportionally to the sum of their balance.
There are initially two powers associated with each governance token:
  • The proposal power that gives access to creating and sustaining a proposal.
  • The voting power which is used to vote for or against existing proposals.
Any user can choose to delegate one or both of the governance powers associated with a token, either through our governance portal or programmatically.
For technical documentation, see the Developer Docs.
This document focuses on the framework to successfully create and submit governance upgrades and modifications, as described in the Aavenomics.

Governance Proposals

The steps for a successful governance proposal are:
  1. 1.
    Create an Aave Request for Comments (ARC) to share on the forum and exchange with the community.
  2. 2.
    Use the Aave Snapshot to gauge community sentiment and preferences.
  3. 3.
    Prepare the Aave Improvement Proposal (AIP) based on the rough consensus gathered via snapshot and prepare the necessary payloads.
  4. 4.
    Submit the AIP to the protocol for a governance vote.
If successful, the AIP's payload will be automatically executed and implemented.
For a detailed overview of the proposal life-cycle, see the Developer Docs.
A step by step guide for submitting a new asset listing can be found here.
Last modified 1yr ago