Overview
Securing wallet actions with multi-signature quorum approvals
Privy enables your app to require quorum approvals on wallet actions, so that signatures from m-of-n
approver keys are required in order to update a resource or use a wallet.
At a high-level, using quorum approvals involves three steps:
-
Generate your P-256 keypairs.
-
Register your keypairs with Privy, specifying an authorization threshold.
-
When making a request to update a resource or take actions with a wallet, sign the request with the required number of authorization keys based on the wallet’s quorum approval configuration.
-
Send the request to Privy’s API, including the necessary authorization signatures via the
'privy-authorization-signature'
header.
Quorum approvals provide enterprise-grade security for high-value wallets and critical operations.