The wait is over. $LOCK is live!
LogoLogo
Back to Gridlock
  • 👋Welcome
  • ⚔️Guardians
    • ⚔️All About Guardians
      • Why can't a Guardian steal my crypto?
      • Can a hacker combine the devices in my network?
      • Why does Gridlock have 2 parts of my key?
      • Why not use a seed phrase for recovery?
      • Partner Guardians
  • 💎Gridlock Crypto Wallet
    • Getting Started
    • Guardians
      • How they work
      • Social Recovery
        • Device Migration
        • Guardian Replacement
        • Password Reset
    • Transactions
      • Purchasing
      • Sending and Receiving
    • NFTs
      • Gridlock Foundation Coin
        • How to claim the Gridlock Foundation Coin
    • Gridlock vs Cold Storage
  • 👑Gridlock Pro
    • Going Beyond Secure
    • Features
      • Advanced Monitoring
      • More Guardians
      • Access to Partner Guardians
      • Priority Support
  • 💫The tech
    • Design Principles
      • Simple
      • Safe
      • Non-custodial
    • Multi-Party Computation
    • Distributed Key Generation
    • Threshold Signatures
  • LOCK
    • Learn about LOCK
    • Earn some LOCK
    • General LOCK FAQ
  • 🧞‍♂️FAQs
    • General FAQs
    • Transaction FAQs
  • 🖥️Developer Docs
    • SDK / CLI Documentation
    • Gridlock Demo Setup
Powered by GitBook
On this page

Was this helpful?

  1. The tech

Multi-Party Computation

Multi-party computation (MPC) is a cryptographic technology that allows multiple groups to run a program together. Instead of one computer doing the processing, numerous distributed computers work together in a private and protected way.

Gridlock ensures security by preventing any one entity from controlling all of the keys required to sign a transaction. They collectively have the whole key, but each only has a small piece, and the transaction must collect enough of them to work. That way, even if one of your devices gets hacked, you are safe because the attacker will have to hack a lot of other nodes in the network to get your secured assets.

Gridlock uses MPC in conjunction with Threshold Signatures technology to protect transactions. Threshold Singatures enables the wallet to sign a transaction using a subset of key shares, so even if some of the shares are lost or stolen, the wallet stays safe and operational.

Last updated 11 months ago

Was this helpful?

💫