Cryptographic operations (MPC signing)

Institutional Vault uses Blockdaemon’s Advanced MPC Threshold Security Module (TSM) to perform threshold signing. Private keys are split across multiple independent policy nodes and are never reconstructed on a single machine. Blockdaemon MPC solutions are based on public research (some of which was performed by the Blockdaemon team), this includes protocols from the following research papers:


MPC signing operations

Operation Curve / parameters MPC protocol Typical use
ECDSA secp256k1 DKLs23 EVM networks, Bitcoin-style signing
EdDSA Edwards25519 SCHNORR Ed25519-based chains and system signatures

Round Complexity ECDSA (ECDSA secp256k1)

This setup implies seven rounds for ECDSA:

Round Complexity Schnorr (ed25519)

This setup implies four rounds for Schnorr:

Note: Approver intent signatures are not produced by the MPC cluster. Approvers typically sign intents with standard user keys (e.g. ECDSA P-256) which are verified by policy nodes before any MPC transaction signature is produced.

🗣️We Are Here to Help!

Please contact us via email or support chat if you encounter an issue, bug, or need assistance. Don't forget to include any relevant details about the problem. To request a wallet form and Institutional Vault Approver form, please click here or contact our sales team.

Updated 7 months ago