SOVRA splits your private key across two independent machines with threshold cryptography. Neither an AI agent running on your laptop, nor a single compromised server, can ever move your funds — every transaction needs both halves to consent.
A one-time Distributed Key Generation ceremony creates two independent shards on two machines. The complete private key is never assembled — not on disk, not in memory, not for an instant.
To sign, the two machines run a multi-party computation between them. The key exists only as mathematics distributed across both parties. Compromise one, and you hold exactly half of nothing.
A one-time ceremony derives two shards over the DKLs23 protocol. Each machine keeps its own; the derived address is verified independently.
Both cosigners run the threshold rounds peer-to-peer over one unsigned transaction, returning a single valid ECDSA signature.
The assembled signature is verified and broadcast to the network — publicly auditable on-chain, indistinguishable from any other signature.