Every AERE token, accounted for. Balances, the live sAERE vault total and burn metrics are read live from rpc.aere.network. Staking runs through the immutable sAERE vault, open /stake for the current exchange rate. Refreshes every 30s.
A note on the burn figure, because the wording used to be looser than the measurement.
The number above is the splitter's cumulative counter, and it counts AERE routed into
AereFeeBurnVault
0x696a…B2c6.
Measured on 2026-08-01: the counter and the vault's balance are the same number to the last wei, and the
zero address holds nothing, so none of it has been forwarded to the zero address yet. The vault has no
withdraw function and no admin, so what arrives there is out of circulation and cannot come back; the
optional final sweep to the zero address simply has not been called. The amount is small because the chain
is lightly used, and we would rather publish the small honest number than round it into a claim.
Read the grey segment carefully. It used to be labelled unallocated, and that was wrong.
Measured on 2026-08-01 with eth_getBalance at the chain head, the six genesis wallets below hold
2,239,999,990.70 AERE between them, not 2,800,000,000. The grey segment is the difference,
560,000,009.30 AERE. It was allocated at genesis and it still exists; it is simply not
sitting in these six wallets any more. The Ecosystem Reserve allocation of 560,000,000 AERE was moved on
chain in July 2026 to a separate account, which is why the Ecosystem row below reads under 1 AERE. No AERE
was created and none was destroyed: the cap is 2,800,000,000 and there is no emission. Custody of that
moved balance is being brought under the same governance handover as the rest of the protocol, and until
that is finished we would rather say so here than let a grey bar imply the tokens were never handed out.
These six rows are the genesis wallets and nothing else. Measured 2026-08-01 they sum to 2,239,999,990.70 AERE against a 2,800,000,000 cap, and the table does not silently round that up. The Circulating tile above is computed as cap minus Foundation minus Staking Reserve minus staked minus the burn-vault counter, so it treats everything not in those buckets as circulating, including the moved Ecosystem allocation described above. The formula is stated rather than tuned, so you can disagree with it while looking at the same numbers.
| Account | Address | Balance | % of max | Status |
|---|---|---|---|---|
| Loading… | ||||
| Contract | Address | Mechanism | State |
|---|---|---|---|
| Loading… | |||
AERE staking now runs through the immutable sAERE vault (ERC-4626, no admin keys, no lockups). There is no fixed-tier APY: protocol revenue routed by AereSink vests to stakers over a seven-day drip and the exchange rate never falls. Live totals and the current exchange rate are shown on the staking page.
Reads via https://rpc.aere.network. Refreshes every 30s. Source contracts published at git.aere.network/aere-network/aere-contracts.