Glossary

Signer Registry

Chain 2800Verified on-chain
Updated 2026-08-15 Verified at block 13,921,041 1 min read

The on-chain list binding each of chain 2800's nine validators to a Falcon-512 public key, committed as a keccak digest in an immutable contract.

A signer registry answers a question that signature verification alone cannot: not "did some key sign this?" but "did the right key sign this?". A signature proves possession of a private key; only a registry, a published binding between each validator and its public key, turns that into proof that a specific validator signed. Without one, a certificate of post-quantum signatures floats free, because anyone can generate keys and sign anything.

On chain 2800 the registry has nine entries, one per validator, each binding a validator address to its Falcon-512 public key. The registry is committed on chain: an immutable contract holds, in its storage, the keccak hash of the full registry contents. Immutable means what it says: the contract has no update path, so the commitment cannot be quietly replaced. Changing the bound set means publishing a new commitment, in the open, where anyone can see the change.

The registry is what the post-quantum anchor checks against. Since block 13,014,000, every 32nd block header carries a seal certificate of Falcon-512 signatures from the validators over the parent block, and a 32-byte digest of that certificate sits inside the data covered by the block hash. A signature counts toward the certificate only if its key appears in the registry. The threshold enforced today is at least 3 signatures per anchor block; in practice certificates carry 5.

One boundary, stated plainly: the consensus signatures behind finality are classical ECDSA secp256k1 today. The registry serves the anchor, not consensus voting.

Verify it yourself

Verify it yourself: POST {"jsonrpc":"2.0","method":"eth_getStorageAt","params":["0x6a690b22dacf773b4bef121c9b5dbecffe530873","0x0","latest"],"id":1} to https://rpc.aere.network. The 32 bytes returned are the keccak commitment of the current nine-entry registry: each validator address followed by its Falcon-512 public key, hashed in index order.
Explore the post-quantum stack
Next up Client Diversity
The Aere glossary