Governance, live DAO state

Read this before you read the numbers. This page shows the live state of AereGovernanceStaked, an early stake-weighted voting contract. It is superseded. It is kept live and shown here because it exists on chain and people can find it, not because it is the governance path. Two measured facts about it, both taken from chain 2800 on 2026-08-01: it reads its voting weight from a deprecated staking contract whose totalStaked() returns 0, so its quorumRequired() also returns 0; and its only execution path is a call back into itself, so a passed proposal here cannot act on any other contract. Treat every vote on this contract as advisory. Nothing on chain 2800 is governed by it today.
Where governance is actually being built. The canonical stack is deployed and measured live on chain 2800 on 2026-08-01: AereGovLockV2 0x547F…7731 (10,240 bytes, non-transferable checkpointed vote lock), AereGovernorV2 0x0325…3047 (16,616 bytes, voting delay 2 days, voting period 14 days, proposal threshold 100,000 votes) and AereGovernorV2Timelock 0x9d61…5f85 (7,427 bytes, getMinDelay() = 172,800 s, that is 48 hours). What has not happened is the handover: protocol contracts are not yet owned by that Timelock, so the stack is deployed and idle rather than in charge. Contracts move to it as ownership is transferred, and that transfer is the open step, not the deployment.

AereGovernanceStaked at 0x8D77…F80bCb. Every value below is read from that contract on each render. To look at the same contract in an interactive form, see the DAO console.

Parameters, read from the contract

Proposal threshold,
Voting period,
Execution delay,
Quorum,
Quorum in AERE right now,
Pass rule,
Total proposals,
Loading on-chain params…

Proposals

#TitleProposerStatusYesNoAbstainEnds / Executes
Loading…

Direct on-chain reads via rpc.aere.network, refreshed every 15 seconds. Values shown here were last checked by hand against chain 2800 on 2026-08-01: proposal threshold 100,000 AERE, voting period 604,800 s (7 days), execution delay 172,800 s (48 hours), quorum 20 percent of total staked, quorumRequired() 0, proposalCount() 0.