MPC (Multi-Party Computation) shares are cryptographic key shares that work together to create digital signatures without ever reconstructing the complete private key. Dynamic uses threshold signature schemes (TSS) for secure, distributed signing operations.
Users don’t acquire shares - they use their existing share along with a JWT to authenticate with Dynamic. Dynamic then confirms the user’s identity and coordinates the signing process between the shares using zero knowledge proofs.
MPC shares in Dynamic work through coordinated signing where users authenticate with JWT, then their share and Dynamic’s share coordinate signatures using zero knowledge proofs. This ensures security without ever reconstructing the complete private key, while maintaining user control and providing seamless authentication.