ZK-SNARK Privacy Layer

The ZK-SNARK privacy layer is the core of Omnera’s security and privacy guarantees.

It proves, for each transaction, that:

  • the user has sufficient funds,

  • the transaction obeys system rules,

  • and no double-spend occurs,

without revealing:

  • who the user is,

  • what their exact balance is,

  • or what their transaction history looks like.

This replaces a traditional “ledger of user activity” with a series of proofs that say “this is valid” and nothing more.

Last updated