What makes a verification a trust asset
A raw data point —revenue: $5.2M — is not reusable on its own. Another bank
cannot act on a number with no idea who produced it, how, or when. A trust asset
carries the context that makes reuse safe:
| Dimension | The trust question | Where it lives in the API |
|---|---|---|
| Subject | Who is this about? | The entity (consumer or business) |
| Assertion | What was attested, and when? | The verification event’s assertions block (e.g. business_identity_verification_assertion, with its …_timestamp) |
| Evidence | Why should anyone believe it? | The verification event’s data block and artifact fields (e.g. business_formation_document_artifact) |
| Attribution | Who verified it? | furnishing_entity_id + attestation_id on every populated sub-product |
| Permission | Who is allowed to reuse it? | The subject’s consent |
| Precision | Which fields may this reader see? | Entitlement, earned by participation |
| Reuse eligibility | Is it fresh and complete enough to count? | The querying policy’s field and freshness filters |
| Consolidation | How is it delivered for reuse? | A certificate (certificate_id, with its as-of date) |
A trust asset, concretely
Here is one populated sub-product from a KYB certificate query — a single trust asset in the wild:- Subject — the business the certificate was issued for (
business_idon the enclosing response). - Assertion — business identity was verified, on
2026-05-02. - Evidence — backed by an articles-of-organization artifact, a state registry source, and a tax-ID match.
- Attribution — furnished and attested by the participant identified by
furnishing_entity_id/attestation_id. - Reuse — surfaced to you only because consent permitted the read, your entitlement covered these fields, and the data passed the policy’s freshness window.
How trust assets are created and reused
- Create. An institution furnishes the verification it performed. The furnished events, their evidence, and the institution’s attestation become a trust asset attributed to that contributor.
- Govern. Consent decides whether the asset can be read for a subject; entitlement decides which fields a given reader sees; the querying policy decides whether the asset is fresh and complete enough to count.
- Reuse. A product query consolidates the
eligible trust assets into a certificate.
If nothing eligible exists, the query returns
204rather than a stale or unattributed answer.
The three layers
Trust assets sit in the middle of how the platform is organized:| Layer | What it is | Pages |
|---|---|---|
| Trust graph | The subjects and the verifications attached to them | Consumer graph, Business graph |
| Trust assets | Attested, evidenced verifications that become reusable | This page, Provenance |
| Trust products | The outcomes a query delivers | Products, KYC, KYB |
Trust assets describe data that exists today — furnished verification
events, their attestations, and the certificates that consolidate them. SOLO
does not expose a standalone
TrustAsset object, reuse counters, or
verification “tiers”; the reusable asset is the furnished, attested
verification itself, surfaced through certificate queries.Related
Provenance
The lineage every trust asset carries.
Business graph
The trust assets that can exist for a business.
Consumer graph
The trust assets that can exist for a consumer.
Products
How trust assets are consolidated and delivered.