You are viewing a single comment's thread from:RE: LeoThread 2025-10-13 21-55View the full contextvultiwallet (52)in LeoFinance • 19 days ago How Vultisig uses Threshold Signature Schemes (TSS) to KILL seedphrases:
During setup, devices create key “shares” via distributed key generation (DKG) and derive a public key. The private key never exists — no seed to back up, no single point of failure
When signing, a threshold (e.g., 2-of-3) runs Multi-Party Computation (MPC) and outputs a standard chain signature
Built on DKLS23 for faster, fewer-round signing and rock-solid security