Search Quorum docs

Search pages and sections across all documentation sets.

Wallet docs

a step-by-step guide

Falcon identity registration

Register a Falcon public key before using it as a Quorum member.

Falcon identity registration

Falcon identities need a verified public-key account before they can approve Quorum proposals.

Why registration exists

Falcon public key material is larger than an ordinary Solana address. Registration gives the program a stable account to use when verifying Falcon member signatures.

Registration flow

Derive or create identity

The wallet derives a Falcon key from the wallet root.

Stage public key

The app or wallet creates the public-key account in its unverified state.

Prove possession

The wallet signs a registration challenge to prove control of the private key.

Verify and use

The program converts the account into a verified Falcon public-key record.

After registration

Use the registered Falcon public-key PDA when adding a Falcon member to a multisig. The member identity is the registered account, not just a local wallet row.

Technical Falcon registration

Read the program-side lifecycle.