Search Quorum docs

Search pages and sections across all documentation sets.

App docsStart here

a step-by-step guide

App overview

What the Quorum app is for, who uses it, and how the main surfaces fit together.

App overview

The Quorum app is the operating surface for mixed classical and post-quantum Solana multisigs. It helps a team create a multisig, register member identities, propose actions, collect approvals, execute approved work, and review the resulting on-chain history.

Devnet status

Quorum is devnet software. Do not use it to protect production funds until audit, mainnet deployment, and operational release guidance are complete.

What the app manages

  • Multisigs: stable governed accounts with thresholds, permissions, and proposal counters.
  • Vaults: Solana accounts controlled by the multisig.
  • Members: Ed25519, Secp256k1, Falcon-512, or Winternitz identities.
  • Proposals: transactions or settings changes waiting for approval.
  • Approvals: scheme-specific signatures over canonical Quorum preimages.
  • Execution: submission of approved actions after thresholds and timelocks are satisfied.

Main app areas

AreaUse it for
OverviewCheck multisig health, active proposals, vault context, and next actions.
TransactionsReview, approve, reject, cancel, or execute proposed vault actions.
BuilderCreate governed Solana actions for the multisig to approve.
AssetsInspect governed SOL and SPL token balances.
MembersReview identities, permissions, and signer coverage.
SettingsPropose threshold, timelock, member, and policy changes.
ProgramsGovern upgrade buffers and program authority actions.
HistoryReview executed, cancelled, rejected, and unknown activity.

How to read these docs

Use the App docs for day-to-day operation. Use Wallet docs when a question is about keys, identities, recovery, or signing prompts. Use Technical docs when a question is about program state, cryptography, or protocol invariants.

Mental model

The app does not make a transaction safe because a button was clicked. It makes an action executable only after the program verifies member authority and records enough valid approvals. The browser UI is a coordination layer; the on-chain program is the policy layer.