A zero-knowledge biometric layer bound to a sovereign DID. KYC once, reuse across every supported jurisdiction. Built for regulated institutions that cannot trade compliance for friction.
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 — never the raw documents themselves.
When a counterparty needs to confirm a fact about a user — age, jurisdiction, sanctions status, accredited investor status — they request a zero-knowledge proof. The proof confirms the fact without disclosing the underlying data, and is bound to a fresh biometric challenge so it cannot be replayed.
The user enrols at any accredited issuer. Biometric template is sealed inside an HSM-backed enclave; raw biometrics never leave the device.
A DID is created and bound to the sealed template. Verifiable credentials — KYC tier, jurisdiction, sanctions clear — are issued against the DID.
On each transaction the user signs a fresh challenge biometrically. A ZK proof of the required attribute is delivered 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, typically within 48 hours.