Private keys are the foundation of blockchain ownership. Any WaaS (Wallet-as-a-Service) solution must guarantee secure key management.Particle Network’s security model is built on four principles:
Only the user controls their keys.
Only the user can initiate signing.
Accounts must be recoverable across devices.
No single point of failure should ever exist.
To achieve this, Particle replaces the traditional single private key with a multi-share system using MPC-TSS.
Threshold Signature Schemes (TSS) split a secret (the private key) into multiple shares. The full key never exists in one place — even during generation.
A subset of shares (e.g., 2/2 or 3/5) is enough to generate a signature.
Keys can be refreshed periodically, improving resilience.
MPC (Multi-Party Computation) ensures computations are done collaboratively without revealing the key.
This combination means no entity ever has access to the full private key.