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:
A data aggregator returns the first row of that table. SOLO returns all of it.
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: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.