Platform workflow

PREVIEW

How the Loquitur platform works, end to end.

Loquitur turns a value statement — a property valuation or a fund NAV update — into a portable verification receipt that anyone holding the bundle can verify offline, without seeing the underlying evidence. The receipt and its offline verification are implemented and tested; the public registry the design commits them to is not yet operating. This page walks the full flow once, for both business and technical readers.

Preview documentation of the protocol model. Labels, object names and verification modes describe the design; they are not a claim of a production registry, a stable public API or live anchoring.

The flow at a glance

One receipt, from private evidence to public proof.

The diagram reads top to bottom. The upper band is the private evidence kernel under the issuer's control; below the dashed boundary is the public verifiable registry; then the ways anyone can verify a receipt — the diagram marks which are available today; then the audiences that consume the proof.

Loquitur platform workflow Flowchart of the Loquitur platform: a private evidence kernel produces a bundle and canonical objects; a minimal signed commitment is designed to be published to a public verifiable registry and anchored on chain, neither of which is implemented; any party verifies it offline or by link today; and investors, platforms, auditors and regulators consume the proof. LAYER 1 — PRIVATE EVIDENCE KERNEL LAYER 2 — PUBLIC VERIFIABLE REGISTRY PUBLIC COMMITMENT · PRIVATE EVIDENCE VERIFICATION MODES WHO CONSUMES THE PROOF Issuer inputs Documents · structured claims · versioned policy Deterministic evidence kernel Canonicalize (RFC 8785) · SHA-256 hash Policy evaluation → verdict + reason codes Evidence bundle · private, issuer custody Canonical inputs · supporting docs · policy outcome Change delta · cryptographic manifest Self-contained · replayable offline Canonical objects verification_summary · verification_receipt change_summary · lineage_summary · coverage_summary The protocol's structured public surface THE BUNDLE TRAVELS ALONE Offline & link verification use the private bundle directly — no backend required. Trust registry Authorized issuers + keys governs who may write Registry commitment registry_entry Receipt id · issuer id · manifest hash · policy id Verdict · reason codes · anchor timestamp · signature Minimal & signed — commits to the receipt, discloses no evidence Public-chain anchor On-chain timestamp NOT IMPLEMENTED · L5 Online verification Query the public registry, validate signature + anchor NOT AVAILABLE · NEEDS L4+L5 Offline verification Read the bundle alone, air-gapped, reconstruct the manifest hash no backend dependency Link verification Hold bundle + registry entry, confirm the cryptographic link the commit-and-reveal proof Investors confidence before allocation Platforms a verifiable evidence trail Auditors replayable, deterministic checks Regulators privacy-respecting audit window

Step by step

Every node of the flow, in business and technical terms.

Each stage is described twice on purpose: what it means for a business reader deciding whether to trust the system, and what it means technically for a reader implementing or auditing it.

01

Issuer inputs

Business

An issuer — a tokenization platform, a fund administrator or an appraiser — starts from the same material they already produce for a valuation or a NAV update: source documents, the financial claims that summarize them, and the rules that define what a sound result looks like.

Technical

Inputs are typed: documents, structured claims (typed assertions, each with an explicit support basis), and a versioned policy. Scope is intentionally narrow — property and fund-NAV workflows — so the result stays deterministic and reviewable.

02

Deterministic evidence kernel

Business

This is where a statement ("the value is X") becomes a checkable result. The kernel applies the policy to the evidence and returns a verdict with readable reason codes — not a black-box "approved", but an outcome that explains why it passed.

Technical

The kernel canonicalizes inputs (JCS / RFC 8785) and hashes them with SHA-256, then evaluates the policy to emit a status (pass / warning / review / fail — the public registry entry restates the same fact as a verdict, PASS / WARN / REVIEW / FAIL) plus standardized, versioned reason codes. Determinism is architectural: identical inputs always produce the same hash and the same verdict.

03

Evidence bundle — private

Business

All of that work is packaged into one portable file that stays under the issuer's control. Nothing confidential leaves their environment unless they choose to share it, yet the result is fully checkable later.

Technical

The bundle is a self-contained package — canonical inputs, supporting documents, policy outcome, change delta and a cryptographic manifest. It is replayable offline: it can be re-verified on an air-gapped machine with no backend dependency.

04

Canonical objects

Business

From the bundle the platform derives a small set of standard summaries that answer the questions a counterparty actually asks: what passed, what changed, what the history is, and what is covered versus missing.

Technical

Seven canonical objects form the structured surface. Five describe the review — verification_summary, verification_receipt, change_summary, lineage_summary and coverage_summary — and two govern what happens next: registry_entry, the minimal public commitment, and trust_registry, which says whose signature counts. The receipt is the compact, hashable artifact the registry entry later commits to.

05

Registry commitment — public

Business

The issuer publishes a minimal public record proving a verification happened — by whom, under which policy, with which result — without revealing the underlying evidence. Presence in the registry becomes a reputation signal that compounds with every commitment.

Technical

A registry_entry is a minimal, signed projection of the receipt: receipt id, issuer id, manifest hash, policy id, verdict, reason codes, signature, and an optional anchor field that is presently null. The design specifies a trust registry of authorized issuers and their public keys to govern who may write, and a content-hash identifier so that anchoring stays chain-agnostic if it is added. Authorization checking against a trust registry is implemented and works offline. Anchoring is not implemented, no chain has been selected, and nothing is anchored anywhere.

06

Verification — online, offline, link

Business

Anyone can independently check a claim in the way that fits their situation: checking a downloaded file with no internet at all, or proving that a private file and a public record are one and the same. Querying a public record is the third way, and it is not built yet.

Technical

Three checks today, two more on the roadmap. Structure and integrity: read the bundle alone and reconstruct the manifest hash, no network required. Link: hold both the private bundle and the public entry and confirm the cryptographic link — the commit-and-reveal check. Authorization: check the issuer's signature against a trust registry, which distinguishes revoked, suspended, expired, not-yet-effective and out-of-scope keys, so an authority failure is never reported as an integrity failure. All three run offline. Inclusion proof and anchor finality are not built.

07

Who consumes the proof

Business

The output is a single proof that different audiences can rely on without having to trust each other: investors gain confidence before allocating, platforms gain a verifiable evidence trail to differentiate, auditors get replayable checks, and regulators get a privacy-respecting audit window.

Technical

Because verification is deterministic, every consumer reaches the same conclusion from the same artifact — no shared backend, no privileged access, and no silent overwrites: every change is a new snapshot with explicit supersession.

Architecture

Two layers: private evidence, public commitment.

The platform is deliberately split in two. Layer 1 is a private evidence kernel that runs inside the issuer's environment and produces the portable bundle. Layer 2 is a public verifiable registry that holds only minimal, signed commitments to those bundles.

The operating default is "public commitment, private evidence": issuers commit publicly to the existence and integrity of a receipt, while the evidence itself stays under their custody and is disclosed only on demand, by their choice, to authorized recipients.

This separation is what lets a business share proof with a counterparty without exposing a data room, and lets an engineer verify that proof with nothing more than a file and a public record.

Why a registry

A registry, not just a verification tool.

A verification tool answers "is this valid?" for whoever runs it. A registry answers a harder question that no single tool does: can the existence and integrity of a receipt be proven publicly, later, by anyone, without disclosing the evidence behind it?

A registry that is public, append-only and cross-issuer would compound in value as receipts accumulate — a track record that cannot be back-dated and does not move if a competitor builds the same software. None is operating yet; this is the argument for building one, not a description of one. That durability is the point: trust is earned from adoption, not declared.

Boundaries

What the platform is and is not.

Loquitur governs the evidence behind a value and proves the verification happened. It does not calculate the price, does not issue tokens, does not transport data on-chain in real time, does not perform KYC/AML, and does not take custody of the evidence.

The correct framing is consistent across the whole flow: the platform makes an external mark or NAV update replayable and independently verifiable, and provides public proof of that without forcing disclosure of confidential evidence.

Design principles

Five rules the flow never breaks.

01

Determinism

Same inputs, same hash, same verdict — every time, on any machine.

02

Explain the verification

A PASS always carries reason codes, support posture and policy identity. If it cannot be explained, it is not verified.

03

No silent overwrites

Every change produces a new snapshot with explicit supersession and a structured delta. History is extended, never rewritten.

04

The bundle travels alone

If a bundle needs our backend to be verified, the design has failed. Offline, reproducible verification is a protocol property.

05

Public, neutral, durable

The design requires that a committed entry persists, and that the operator can neither censor nor retroactively edit. No registry is operating, so this is a constraint on what may be built, not a representation about current conduct.

Keep reading

Take the workflow with you.

Download the same flow as a one-document PDF — diagram first, then the business and technical explanation of every stage — or continue into the protocol object model and compliance posture.