Aave Governance V3
Overview
Aave Governance V3 represents a significant upgrade to the existing Aave protocol governance. All permissions are migrated to a new system of smart contracts, enabling new features and efficiency in cross-chain governance.
Features
New Voting Networks
In Aave Governance V2, all proposals are voted on Ethereum mainnet.
In Governance V3, each proposal specifies a voting network and all voting for the proposal occurs on this network. The Governance V3 activation enables Polygon POS, Avalanche C-Chain, and Ethereum Mainnet (backup) as initial voting networks.
Voters do not need to migrate funds to the voting network, all governance token balances and delegations are still stored on Ethereum mainnet, and are validated on the voting network using storage proofs.
Gasless Voting
Governance V3 has several enhancements which enables and provides an initial implementation for gasless voting (vote by signature).
Networks with low, predictable transaction fees and support for signature-based actions on Governance V3 contracts enable voting transactions to be sponsored by a relayer. An initial implementation of a voting relayer is included in the Governance V3 activation proposal.
New Governance Token - aAAVE
The aAAVE token on Ethereum mainnet is now supported for voting and delegation in Aave Governance.
aAAVE is the aToken representing supplied AAVE tokens on the Aave V3 Ethereum market.
Voting Representatives
Smart contract wallets cannot sign messages for storage proof voting and may not exist on all networks, this creates a challenge to interact with the cross-chain voting contracts.
To accommodate cross-chain voting for smart contract wallets and allow greater flexibility for all governance participants, wallets have the ability to link a representative address on other chains.
To choose a representative, an address in Ethereum should call the updateRepresentativesPerChain()
function on the GovernanceCore
smart contract.
This representative address is able to vote on the specified network, using the delegators balances and received delegations on Ethereum Mainnet. An address can be the representative of multiple other addresses.
Other Updates
Activation of the a.DI ("Aave Delivery Infrastructure") which facilitates cross-chain execution through a quorum of messaging bridges.
Activation of Aave Robot, which automates permisionless actions in Aave Governance such as queueing and executing proposals.
Remove balance snapshots from AAVE and stkAAVE tokens, decreases gas cost for token actions
How to Access Aave Governance V3
Aave Governance V3 is a permissionless system, with addresses participating by directly submitting transactions to smart contracts. There are a variety of methods to interact with the Governance V3:
Last updated