NIP-340: FROST Quorum
NIP-340 proposes conventions for using FROST (Flexible Round-Optimized Schnorr Threshold) threshold signing on Nostr. FROST allows a group of signers to collectively control a Nostr identity where any t-of-n members can sign events without reconstructing the full private key.
How It Works
A FROST quorum distributes key shares among n participants. Any t (threshold) of those participants can collaborate to produce a valid Schnorr signature for the shared Nostr pubkey. No single participant ever holds the complete private key, and fewer than t participants cannot sign. The NIP defines how to coordinate signing rounds, distribute key shares, and publish threshold-signed events over Nostr relays.
Use Cases
- Organizational accounts: A project team controls a shared Nostr identity without any single member having full signing authority
- Custody: Multi-party signing for sensitive operations
- Release verification: Decentralized signing of software release events
Implementations
- FROSTR / Igloo Signer - FROST threshold signing for Nostr
Primary sources:
- NIP-340 PR #2299 - FROST Quorum proposal
- FROST specification - RFC 9591
Mentioned in:
See also: