Receipt reference
A public identifier for the receipt projection, not the private bundle, document set or asset record.
Public registry preview
This route renders public-safe commitment projections for private verification receipts. Sandbox is the default mode; backend preview remains opt-in and conservative.
sandbox
not claimed
not stable
Registry workspace
The page does not publish evidence, values, canonical inputs or production registry claims.
Public commitment detail
Public commitment record for a private verification receipt. Verdict labels are policy outcomes only, not legal, compliance or valuation approval.
No anchor metadata is present for this sandbox entry. Signature and anchor metadata are not treated as public trust verification in this preview.
This is what the preview renders, not the protocol object. It replaces signature and anchor with summaries and adds presentation fields the protocol does not define. Do not build an integration against these shapes; the canonical registry entry is specified in the schema package.
{
"object_type": "registry_entry_public_view",
"schema_version": "v1",
"registry_entry_id": "reg_fundnav_demo_m1_0001",
"receipt_id": "vr_fundnav_demo_m1_0001",
"issuer_id": "issuer_fundnav_synthetic",
"issuer_key_id": "demo-key-fundnav-1",
"asset_type": "fund_nav",
"workflow": "fund_nav_initial",
"subject_ref_hash": "sha256:4db08fd146353a9c25a0127bccf4db55f8c6fddeb21495dee46311b477287611",
"manifest_hash": "sha256:fed842d57a1de9633e1176a21eaf1d0053c41db28b957ce756a1511df850b1b6",
"receipt_hash": "sha256:6dc58ca48bd1066adbcd0f1ba4514bebbbb860d82041ce4212c5b71441fe11e9",
"policy_id": "loquitur.fund_nav.v1",
"policy_version": "1.0.0",
"reason_code_catalog_version": "loquitur.reason_codes.v1",
"verdict": "PASS",
"reason_codes": [
"INTEGRITY_OK"
],
"issued_at": "2026-01-31T12:00:00Z",
"effective_at": "2026-01-31T00:00:00Z",
"anchored_at": null,
"privacy_classification": "public_commitment",
"disclosure_profile": "issuer_controlled_bundle",
"lifecycle_status": "superseded",
"supersedes_receipt_id": null,
"superseded_by_receipt_id": "vr_fundnav_demo_m2_0001",
"signature_summary": {
"present": false,
"verification_status": "not_checked_by_public_ui",
"note": "No signature object is available in this sandbox projection."
},
"anchor_summary": {
"present": false,
"finality_status": "not_implemented_l5",
"note": "No anchor metadata is present for this sandbox entry."
},
"claim_summary": {
"values_disclosed": false,
"redaction_profile": "minimal_public_commitment",
"coverage_status": "claims_visible_passing",
"taxonomy_version": "loquitur.financial_parameters.v1.0",
"claims": [
{
"claim_type": "fund_nav.external_nav_usd",
"provenance_class": "partner_supplied",
"support_posture": "document_backed",
"display_priority": "high",
"source_document_classes": [
"administrator_letter"
],
"redaction_status": "values_redacted"
},
{
"claim_type": "fund_nav.outstanding_tokens",
"provenance_class": "partner_supplied",
"support_posture": "document_backed",
"display_priority": "high",
"source_document_classes": [
"cap_table"
],
"redaction_status": "values_redacted"
},
{
"claim_type": "fund_nav.nav_per_token",
"provenance_class": "computed_derived",
"support_posture": "document_backed",
"display_priority": "high",
"source_document_classes": [
"administrator_letter"
],
"redaction_status": "values_redacted"
},
{
"claim_type": "fund_nav.reporting_period",
"provenance_class": "partner_supplied",
"support_posture": "document_backed",
"display_priority": "high",
"source_document_classes": [
"administrator_letter"
],
"redaction_status": "values_redacted"
}
]
},
"source_status": {
"mode": "sandbox",
"production": false,
"stablePublicApi": false,
"label": "Synthetic sandbox registry",
"description": "Local non-production fixtures. No real issuer commitment, production trust root, inclusion proof or anchor finality is claimed."
}
}Commitment anatomy
A registry preview should make the commitment inspectable without turning private evidence, values or canonical inputs into public data.
A public identifier for the receipt projection, not the private bundle, document set or asset record.
A commitment to private evidence material that can be compared later when authorized material is supplied.
The policy and version context under which a verdict or reason-code set should be interpreted.
A public-safe hint for supersession or snapshot relationship without publishing private change material.
Verification path
Inspect the sandbox commitment projection and confirm it contains only public-safe fields.
Compare receipt, manifest and policy identifiers against authorized private material when available.
Treat signature, trust-registry and anchor summaries as status-labeled metadata, not production finality proof.
Escalate to private bundle review for any claim that requires evidence, documents, canonical inputs or values.
Boundary
This preview surfaces a public commitment reference. Registry proof, trust verification and finality remain distinct checks, performed against the private evidence beyond the read model shown here.