Search Quorum docs

Search pages and sections across all documentation sets.

Technical docs

a step-by-step guide

Falcon registration

Register Falcon-512 identities before they approve Quorum proposals.

Falcon registration

Falcon members need a registered public key record before their approvals can be verified by the program.

Quorum is devnet software and should not be used to protect production funds before audit and mainnet readiness.

Purpose

Registration separates the multisig member identity from the larger Falcon public key material used during verification. It gives the program a stable account to check when a Falcon member votes.

Proof of possession

Registration should prove that the operator controls the Falcon secret key before the identity is allowed to approve proposals. This prevents accidental or malicious registration of unusable public keys.

Registered public key PDA

The registered public key PDA is the account Quorum uses to find the Falcon public key for a member. The multisig policy can then count that member as a post-quantum signer.

SIMD-0461 direction

Solana's Falcon direction points toward native verification support. Quorum's registration model is designed to keep Falcon identities stable while verification costs and runtime support improve.

Falcon-512 on Solana

Read the landing-page research note behind the Falcon choice.

Wallet Falcon registration

See the wallet-facing registration flow.