A zero-knowledge biometric layer bound to a sovereign DID. KYC once, then reuse it across supported jurisdictions. Built for institutions that have to clear compliance without adding friction at onboarding.
AETHER Identity is the trust anchor for every transaction on the network. Each account is bound to a decentralized identifier (DID) that holds verifiable credentials issued by accredited KYC providers, banks and government registries. The raw documents stay with the issuer.
A counterparty that needs to confirm one fact about a user (age, jurisdiction, sanctions status, accredited investor status) requests a zero-knowledge proof. The proof confirms that fact without disclosing the data behind it, and a fresh biometric challenge binds it, so nobody can replay it.
The user enrols at any accredited issuer. The issuer seals the biometric template inside an HSM-backed enclave; raw biometrics never leave the device.
AETHER creates a DID, binds it to the sealed template, then issues verifiable credentials against it: KYC tier, jurisdiction, sanctions clear.
On each transaction the user signs a fresh challenge biometrically. The rail delivers a ZK proof of the required attribute to the counterparty.
# Request a sanctions-clear proof for a counterparty DID $ aether identity verify \ --did did:aether:0xa0f…c12 \ --claim sanctions.clear \ --against OFAC,EU,UN,UK_HMT ✓ OK proof 0xb3e…91d issuer acme-kyc claim sanctions.clear = true freshness 42 ms · biometric bound audit log → attest://aether/2026-06-03/0xb3e…91d
Pilot credentials, sandbox DIDs and a deployment architect, in under 48 hours.