Coherence Hub

Technical Specification

The Coherence ID

A sovereign, quantum-encrypted identity. The physical key to the entire container.

Trust Layer = what you do. Health Layer = how you sustain it. Coherence ID = who you are.

The Three-Layer Architecture

LayerFunctionInterface
Layer 1 · TrustEconomic reliability — Trust Score, commitments, badgesPublic QR + Public Profile
Layer 2 · Social HealthHuman vitality — HRV, work-rest, sustainabilityOpt-in QR + Private Profile
Layer 3 · Coherence IDSovereign identity — DID + quantum encryption + QRUnified QR System

Coherence ID Specification

AttributeSpecification
Underlying StandardW3C DIDs + Verifiable Credentials
CryptographyPost-Quantum — ML-DSA (signatures), ML-KEM (key exchange)
StorageDecentralized — user holds the private key; public DID document on a ledger
BindingAnchored to the Trust Ledger and (opt-in) Health Layer

Layer 1 · The Public Trust Profile

Publicly visible economic reputation. Anyone can look up your Coherence ID and instantly see verifiable reliability — no "trust me," no fake reviews.

Data PointSourceVisibility
Legal Name / DBAVerified credential (gov registration)Public
Trust ScoreTrust Ledger (Honored / Issued)Public
Coherence ScoreCoherence Widget scansPublic
Verification BadgesSecurity audit, SME completionPublic
Commitment LogActive commitments + verification linksPublic

Layer 2 · The Private Vitality Profile

Private and opt-in. The Hub stores no raw HRV — it stores an encrypted zero-knowledge proof of your vitality status.

Data PointSourceVisibility
HRV ScoreWearable (Oura, Apple Watch, Whoop)Opt-in only
Work-Rest RatioCalendar + HRV aggregationOpt-in only
Stress IndicatorsHRV trends, sleep, recoveryOpt-in only
Social Health ScoreTeam sync metrics (anonymized)Opt-in only
Capacity ForecastAI-predicted sustainable output (7 days)Opt-in only

The Business Opt-In Model

Granularity controlled by the user — not the platform.

RelationshipTrust LayerHealth Layer
Public (Anyone)Full Trust Score, Commitment Log, BadgesNone — private by default
Partners (Approved)Full Trust Layer + CredentialsTeam-level HRV aggregates
Investors (Due Diligence)Trust Layer + Audit TrailsSustainability risk score (anonymized)
Coaches / AdvisorsTrust Layer (context)Full HRV + Work-Rest + Stress
The Hub (algorithms)Full Layer 1Anonymized Layer 2 for network insights

The Quantum Encryption Argument

ThreatSolution
Intercepted DIDML-KEM keeps the channel quantum-safe
Forged signatureML-DSA cannot be forged even by a quantum computer
Ledger breachDID document is public by design; private keys stay with the user
Long-term data theftPQC is future-proof — stolen ciphertext stays unreadable

Your Coherence ID is valid today and remains valid 10 years from now, even as computing power scales.

The Coherence Wallet (UX)

FeatureDescription
ID DashboardTrust Score, Coherence Score, HRV trend, active commitments
Share ControlToggle what is visible to partners, investors, or the public
IssuanceReceive Verifiable Credentials (SME complete, audit passed)
VerificationScan another Coherence ID to verify Trust Score + credentials
RecoverySocial or multi-sig recovery — no central authority reset

The Hub holds no private key. You do. The Hub verifies your public DID document.

Integration with the Container

ComponentHow the Coherence ID fits
OntologyDefines identity attribute terms
Trust LedgerAll commitments anchor to your ID
The GateEntry requires a Coherence ID
Grant ProgramGrantees verified by their ID
CET TokenTokens held at the ID wallet address
SME ModuleCompletion issues a VC to your ID
Coherence SearchResults show the verified ID + public Trust Score
Social Health LayerHRV encrypted + linked to your ID

The Coherence QR System

The visual, scannable representation of a Coherence ID — the bridge between the online container and the offline world.

ElementSpecification
FormatISO/IEC 18004 QR with embedded Coherence ID URI
URI Schemecoherence://id/{did}
PayloadPublic DID reference + encrypted challenge for opt-in data
SecurityML-KEM post-quantum key exchange on scan
BindingTied to Trust Ledger + opt-in Health Layer

QR Display Types

TypeWhere it appearsPublicOpt-in
Personal IDBusiness cards, signatures, badgesName, Trust Score, BadgesHRV, Work-Rest, Sustainability
Business ListingStorefronts, packaging, websitesBusiness, Trust, Coherence, CommitmentsTeam HRV aggregate, Stress
Event BadgeConferences, meetupsName, Trust Score, BadgesMeeting HRV sync, Energy forecast
Invoice / ContractBilling, agreementsBusiness, Trust, Commitment LogSustainability risk score
ProductPhysical packagingManufacturer, Trust, BadgesSupply chain HRV (optional)

QR Encryption Flow

The QR holds only a public DID reference — no private keys, no health data. Opt-in data travels over a post-quantum channel.

StepActionEncryption
1Scanner reads QR, fetches DID documentPublic (unencrypted)
2Opt-in requested → scanner opens secure channelML-KEM key exchange
3ID holder receives request and grants accessEncrypted with holder public key
4Data sharedSigned with ML-DSA

QR Privacy & Consent Policy

Consent First

Health data never shared without explicit, granular opt-in

Transparency

Scanner sees exactly what is requested and why

Granularity

Different data for different parties

Revocation

Access revoked at any time; encrypted channel expires

Auditability

All sharing logged for the user (not public)

Strategic Advantage

CompetitorQRTrust LayerHealth Layer
LinkedIn QRYesNoNo
WeChat QRYesNoNo
WorldcoinYesNoNo (centralized)
Coherence QRYesYes (Trust Score)Yes (HRV opt-in)

Your Coherence Wallet

A real ECDSA P-256 keypair generated in your browser. You hold the private key — no server stores it. Post-quantum (ML-DSA / ML-KEM) remains the roadmap; today this is real, verifiable cryptography.

Create your Coherence ID

Generates a real ECDSA P-256 keypair in your browser. Your private key never leaves this device.

Already have an ID? Paste your backup JSON to restore:

Verify a Credential

Paste any Coherence Verifiable Credential. The public key is reconstructed from the DID — no server lookup.

QR Payload Reference

Payload

coherence://id/did:coherence:1234567890abcdef?type=personal&expires=2026-07-20T14:00:00Z

DID Document (public)

{
  "@context": "https://www.w3.org/ns/did/v1",
  "id": "did:coherence:1234567890abcdef",
  "verificationMethod": [{
    "id": "did:coherence:1234567890abcdef#keys-1",
    "type": "MlDsaPqc",
    "publicKeyMultibase": "zABCDEFGHIJKLMNOPQRSTUVWXYZ"
  }],
  "service": [{
    "id": "did:coherence:1234567890abcdef#trust-ledger",
    "type": "CoherenceTrustLedger",
    "serviceEndpoint": "https://hub.coherence.io/ledger/1234567890abcdef"
  }, {
    "id": "did:coherence:1234567890abcdef#health-layer",
    "type": "CoherenceHealthLayer",
    "serviceEndpoint": "https://hub.coherence.io/health/1234567890abcdef",
    "encrypted": true
  }]
}

The Pitch

"We are building a verification layer for economic relationships. A Coherence ID is a self-held, quantum-resistant identity that carries a Trust Score and, if the holder opts in, an encrypted vitality score.

The ID is public for trust, private for health, and independently verifiable. It replaces unverifiable reputation signals — paid reviews, self-reported reliability — with a logged, checkable commitment record.

A single identity that answers two operational questions: Can I depend on you? And can you sustain it? The specification is complete; the reference implementation is in progress."

The specification is complete. The ID is self-held. The QR is the physical interface. Trust is verifiable. Health data is opt-in.

Realtime Coherence Scores powered by the Coherence Oracle

Track global and organizational coherence metrics in real-time. These scores measure the collective harmony and alignment across regions and institutions.

Methodology
🌍 Country Coherence
Global72.4
2.1%
Live
USA68.9
1.5%
Live
EU75.2
0.3%
Live
Asia71.6
3.2%
Live
APAC73.1
1.8%
Live
Global72.4
2.1%
Live
USA68.9
1.5%
Live
EU75.2
0.3%
Live
Asia71.6
3.2%
Live
APAC73.1
1.8%
Live
🏢 Company Coherence
Coherence Hub82.7
4.2%
Live
Witness Network79.3
2.1%
Live
Sanctuary Fund85.1
1.5%
Live
Field Collective74.5
1.2%
Live
Archive DAO81.2
3.8%
Live
Coherence Hub82.7
4.2%
Live
Witness Network79.3
2.1%
Live
Sanctuary Fund85.1
1.5%
Live
Field Collective74.5
1.2%
Live
Archive DAO81.2
3.8%
Live