The graph
How to read the graph
- Identity is the entity itself — the matching keys (SSN, date of birth) that let contributions from different participants accrue to one person.
- Verification branches are furnished events. The richest is KYC, which a KYC certificate query consolidates into up to nine sub-products. Income, employment, phone, and fraud are separate verification-event models that can also be furnished about a consumer.
- Consent is not data about the consumer so much as the permission layer that governs reading any of it.
Each branch carries provenance
A branch only becomes a reusable trust asset because its lineage travels with it. Certificate sub-products always carry thefurnishing_entity_id and
attestation_id of the participant whose data backed them, plus an assertions
block recording what was asserted and when. Evidence is concrete — a paystub
upload behind an income event, a captured document behind identity
verification. See Provenance for the full lineage
model.
What you can actually read back is the intersection of the network’s
querying policy and your
entitlement. The graph describes what
can exist; consent, policy, and entitlement decide what you see.
Reusable trust assets for a consumer
Consolidated through products, the consumer graph yields reusable assets such as:- Verified identity — a KYC certificate consolidating document, biometric, liveness, address, and corroboration evidence.
- Verified address — address capture and verification outcomes.
- Fraud screening — screening list results drawn from furnished fraud signals.
Related
Business graph
The equivalent for businesses.
KYC Certificate
The consolidated identity trust asset, field by field.
Trust assets
What makes a verification reusable.
Provenance
The lineage each branch carries.