Kaspa Identity Layer

Classification: Technical · Status: Phase 2 (Q3 2026) — in design · Last updated: April 2026

SecureChat uses the Kaspa BlockDAG as a decentralized identity layer. Instead of phone numbers or email addresses, your cryptographic public key is anchored on-chain — giving you a permanent, self-sovereign identity that no company can revoke.

Why Kaspa

Network Choice

BlockDAG Advantages

Kaspa's BlockDAG architecture provides the ideal properties for a decentralized identity system: fast finality, low cost, and battle-tested Proof-of-Work security without requiring stake or validators.

Identity Anchoring

On-Chain Identity

X25519 Public Key in OP_RETURN

When a user creates a SecureChat identity, their X25519 public key is embedded in a Kaspa transaction's OP_RETURN field. This creates a permanent, timestamped, tamper-proof record of the public key bound to a Kaspa address.

Contact Discovery

Discovery Protocol

Find Contacts by Kaspa Address

To add a contact, you only need their Kaspa address. SecureChat queries the BlockDAG for the associated public key anchor transaction, verifies the Ed25519 signature, and establishes an encrypted channel — no server-side directory required.

Relay Node Registry

On-Chain Registry

Decentralized Relay Discovery

Relay node operators register their endpoints on-chain using Kaspa transactions. Clients discover available relays by scanning the BlockDAG — no hardcoded server list, no central relay directory.

KAS Micropayments for Relay Operators

Incentive Layer

Sustainable Relay Network

Relay operators earn KAS micropayments for forwarding encrypted message blobs. This creates a sustainable, market-driven network where relay capacity scales with demand — no donations, no corporate sponsorship required.

Implementation Status

Roadmap

Phase 2 — Q3 2026

The Kaspa identity layer is currently in the design phase. The core cryptographic primitives (X25519, Ed25519) are already implemented in the SecureChat crypto stack via lazysodium-android. The on-chain integration, relay registry, and micropayment system are planned for Phase 2.