Core Concepts
Multi-Party Computation (MPC)
We eliminate the need for users to manage private keys directly. Instead, we
use rotating key shares with the DKLS algorithm to construct digital
signatures, distributing trust and removing single points of failure.
Identifier Accumulators
Accounts on Sonr are anonymous and private by default. We employ
zero-knowledge accumulators to achieve this, allowing for verifiable claims
without revealing underlying identities.
On-Chain Wallet Interface
The public key of a Sonr Account is encoded with bech32 and persisted
on-chain. This makes accounts highly resilient and resolvable across all
validator nodes, creating a robust digital profile.