Public registry preview

Sandbox commitments.

This route renders public-safe commitment projections for private verification receipts. Sandbox is the default mode; backend preview remains opt-in and conservative.

Source

sandbox

Production

not claimed

Public API

not stable

Registry workspace

Public commitment ledger.

The page does not publish evidence, values, canonical inputs or production registry claims.

Receipt ledger

Public commitment detail

vr_fundnav_demo_m1_0001

Public commitment record for a private verification receipt. Verdict labels are policy outcomes only, not legal, compliance or valuation approval.

Registry entry
reg_fundnav_demo_m1_0001
Receipt
vr_fundnav_demo_m1_0001
Subject reference
sha256:4db08fd146353a9c25a0127bccf4db55f8c6fddeb21495dee46311b477287611
Manifest hash
sha256:fed842d57a1de9633e1176a21eaf1d0053c41db28b957ce756a1511df850b1b6
Receipt hash
sha256:6dc58ca48bd1066adbcd0f1ba4514bebbbb860d82041ce4212c5b71441fe11e9
Policy
loquitur.fund_nav.v1 @ 1.0.0
Reason catalog
loquitur.reason_codes.v1
Disclosure
issuer_controlled_bundle

Reason codes

INTEGRITY_OK

Proof limitation

No anchor metadata is present for this sandbox entry. Signature and anchor metadata are not treated as public trust verification in this preview.

Sanitized preview JSON — not the canonical registry entry

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

Public fields are deliberately few.

A registry preview should make the commitment inspectable without turning private evidence, values or canonical inputs into public data.

Receipt reference

A public identifier for the receipt projection, not the private bundle, document set or asset record.

Manifest hash

A commitment to private evidence material that can be compared later when authorized material is supplied.

Policy identity

The policy and version context under which a verdict or reason-code set should be interpreted.

Lineage pointer

A public-safe hint for supersession or snapshot relationship without publishing private change material.

Verification path

The public record is only one side of the check.

01

Inspect the sandbox commitment projection and confirm it contains only public-safe fields.

02

Compare receipt, manifest and policy identifiers against authorized private material when available.

03

Treat signature, trust-registry and anchor summaries as status-labeled metadata, not production finality proof.

04

Escalate to private bundle review for any claim that requires evidence, documents, canonical inputs or values.

Boundary

Commitments are public. Evidence remains private.

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.

What this proves

  • A public commitment record exists for a receipt identifier.
  • The record exposes public-safe hashes, policy identity, verdict and reason codes.
  • A private receipt or bundle can later be compared against the public commitment when authorized material is supplied.

What this does not prove

  • It does not prove that the valuation or NAV is economically correct.
  • It does not publish or store private evidence, canonical inputs or documents.
  • It does not provide legal, compliance, audit or investment approval.
  • It does not claim anchor finality, production trust root or stable public API status.