Receiz v125 — Reality Becomes the Economy

Proof Object Operation Record

Economic Authority Follows Proof, Not Institution

Record Moment creates a sealed PNG proof object for this moment. The file carries the statement, deterministic identity, Kai time, integrity proof, provenance, and its verification route. Seal File creates a sealed proof object for an existing file, binding its exact source bytes. Both save automatically and continue through Verify → Append → Export.

Record Moment or Seal File → Verify → Append → Export

Record and Seal automatically offer their exact proof object for native save. Verification begins with the enclosing sealed artifact and exact held bytes. Append creates a separately verified successor without rewriting the predecessor. Export releases the latest separately verified successor unchanged. Every interface state and developer response remains beneath the artifact it binds.

Account required
No
Offline primitive
Local Record, Seal, native save, verification, native append, and successor export after one enrollment
Source of truth
Exact sealed proof-object bytes
Identity
Local Receiz ID created without login; account connection optional

Complete station register

  1. 01

    Record

    Record a moment as a sealed proof object.

    Record Moment creates a sealed PNG proof object for the moment. The file carries the statement, deterministic identity, Kai time, integrity proof, provenance, and its verification route.

    Implementation
    receiz-docs/lib/workbench/direct-runtime.ts
    Verifier
    public/offline-verifier.html
    Contract
    app/lib/documentSeal/__tests__/offlineRecordSealFrozenInvariantContract.test.ts
  2. 02

    Seal

    Seal an existing file.

    Seal File creates a sealed proof object for an existing file, binding its exact source bytes and carrying Signature V4, Record identity, claim identity, verification path, provenance, and payload binding.

    Implementation
    receiz-docs/lib/workbench/direct-runtime.ts
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    scripts/test_receiz_artifact_binding.mjs
  3. 03

    Verify

    Verify the enclosing sealed artifact from its exact bytes.

    The installed SDK returns exactly verified-artifact, invalid, unsupported, or denied. Successful verification binds artifact digest, payload digest, and continuity while admission and operation authority remain not evaluated.

    Implementation
    packages/receiz-sdk/src/artifactVerification.ts
    Verifier
    public/offline-verifier.html
    Contract
    scripts/test_verification_conformance.ts
  4. 04

    Append

    Append verified history after the current proof head. Create a separate canonical successor through an ownership/provenance append or PBI authorship after the exact verified predecessor.

    The predecessor remains immutable. Canonical append adds ownership/provenance continuity without regenerating the original proof bundle; Sign with PBI appends ordered authorship without transferring ownership and registers a local PBI credential first when needed. Each operation emits a separate complete successor only after canonical verification.

    Implementation
    receiz-docs/lib/workbench/append-runtime.ts
    Verifier
    receiz-docs/lib/workbench/sdk-runtime.ts
    Contract
    receiz-docs/test/workbench-pbi-authorship-runtime.test.ts
  5. 05

    Export

    Export the latest canonically verified appended proof object without replacing its predecessor.

    The latest verified successor bytes are exported unchanged as the complete appended proof object.

    Implementation
    packages/receiz-sdk/src/artifacts.ts
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    packages/receiz-sdk/test/artifactCustody.test.ts
  6. 06

    SDK

    Reproduce the active operation through the installed Receiz SDK.

    Typed SDK results reproduce local verification and verified payload opening while preserving the complete sealed artifact as stronger truth.

    Implementation
    packages/receiz-sdk/src/index.ts
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    packages/receiz-sdk/test/localArtifactVerification.test.ts
  7. 07

    CLI

    Run the implemented local CLI inspection and conformance rails.

    The CLI returns a local inspection or conformance result. Inspection remains inspection and does not admit a manifest as verified artifact truth.

    Implementation
    packages/receiz-sdk/src/cli.ts
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    packages/receiz-sdk/test/appCli.test.ts
  8. 08

    MCP

    Invoke the Receiz MCP tool that delegates exact-byte verification to the SDK.

    The MCP tool reports SDK verification, complete artifact identity, digests, continuity, MCP authority false, and sealed-receiz-proof-object as stronger truth.

    Implementation
    packages/receiz-mcp-server/src/operations.ts
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    packages/receiz-mcp-server/test/mcp-server.test.ts
  9. 09

    AI

    Apply the Receiz offline verifier skill as an operating contract beneath proof authority.

    The skill directs the agent to verify the enclosing artifact first, report the exact evidence boundary, and hand execution to SDK or MCP mechanics without claiming model authority.

    Implementation
    ai-skills/receiz-offline-verifier-skill/SKILL.md
    Verifier
    packages/receiz-sdk/src/artifactVerification.ts
    Contract
    scripts/test_ai_skills_distribution.ts
  10. 10

    Identity

    Add optional Receiz identity continuity without gating public proof operations.

    The SDK returns a local identity projection and reports portable-state proof status. Verified portable state projects immediately as local verified truth.

    Implementation
    packages/receiz-sdk/src/identity.ts
    Verifier
    packages/receiz-sdk/src/identity.ts
    Contract
    scripts/test_v118_coordinated_identity.ts

Developer representations

SDK

Verify proof objects and Offline Note custody evidence

import {
  createReceizClient,
  verifyReceizOfflineNoteReceivingCustodyCommitment,
  verifyReceizOfflineNoteWebAuthnConsumptionReceipt,
} from "@receiz/sdk";

const receiz = createReceizClient();
const artifact = await receiz.verification.verifyArtifact(noteFile);
if (artifact.status !== "verified-artifact") throw new Error(artifact.status);
const receiver = await verifyReceizOfflineNoteReceivingCustodyCommitment(receivingCustody);
const consumption = await verifyReceizOfflineNoteWebAuthnConsumptionReceipt(receipt);

For genesis, the verified receiz.account.state.v3 Reserve source, its local debit successor, and the equal whole-value held-bound Note successor verify as one composed issuance. For Send, the enclosing Note verifies first; the anonymous receiving-custody commitment and exact one-use consumption receipt then verify as subordinate transition evidence.

The SDK verifies exact structures and evidence. It does not qualify a platform from caller-shaped JSON, deduct Reserve through a server response, consume a Note head by itself, or outrank the account/Identity proof, sealed Note, and canonical history.
CLI

Inspect a Note record without pretending to Send it

npx @receiz/sdk inspect ./settlement-note.receiz.json

A structured local inspection result and process exit class. The current CLI exposes no Offline Note qualification, activation, consumption, or Send command.

CLI inspection cannot create custody, activate a successor, consume a head, or complete Settlement. Those operations stay inside the qualified adapter and canonical Note transition.
HTTP

Use HTTP only beneath Offline Note Settlement

POST /api/document-verify
Content-Type: multipart/form-data
file=<complete sealed proof object>

A network verification response beneath the locally held Note proof object. Publication may later distribute a verified ownership chain; neither call creates or completes the offline transfer.

HTTP never supplies the Reserve source, releases a genesis, qualifies custody, selects the lawful head, consumes transition authority, or makes local Settlement valid. Server arrival order is not Note authority.
MCP

Verify the enclosing Note through MCP

receiz_artifact_verify({ artifactBase64, filename, mimeType })

SDK verification status, complete artifact identity, digests, continuity, mcpAuthority false, and strongerTruth sealed-receiz-proof-object. No dedicated MCP Offline Send authority is published.

MCP authority: false. MCP may verify the enclosing Note and coordinate declared artifact mechanics, but cannot qualify custody, manufacture a one-use receipt, activate a successor, or choose Settlement truth.
AI

Apply the Offline Note verification boundary

Use @receiz/ai-skills/receiz-offline-verifier-skill. For genesis, verify receiz.account.state.v3, the local Reserve-debit successor, and the equal whole-value held-bound Note successor. For Send, verify the enclosing Note first; then verify its exact predecessor, whole value, anonymous next-custody commitment, Kai order, consumption receipt, and canonical successor. Report publication as optional coordination only.

An evidence-bound Note verification record that names the exact executed verifier results and refuses to infer qualification, custody, Settlement, or ownership from model text.

AI skill authority: false. The agent may guide inspection and verification; it cannot create irreversible custody, consume a head, activate a successor, or replace the sealed Note's causal chain.

MCP authority: false. AI skill authority: false. Their output never replaces the sealed proof object.

Failure and repair boundaries

Invalid sealed artifact

Artifact structure, integrity, signature, certificate, payload binding, or continuity failed exact-byte verification.

Return to the original exact sealed bytes or use Record Moment or Seal File to establish a new proof object; do not project the failed payload.

Unsupported carrier or version

The canonical verifier recognized a Receiz structure whose carrier, version, or proof suite is outside the implemented verifier boundary.

Preserve the file unchanged and use a verifier that explicitly implements the declared carrier, version, and proof suite.

Protocol limit denied

The exact artifact exceeds a current protocol or runtime materialization limit, so artifact validity remains not evaluated.

Keep the original file and verify it in an implemented environment whose stated protocol limits admit the exact artifact.

Canonical Signature V4 enrollment required

The device is offline and has no active canonical Signature V4 enrollment for local Record Moment or Seal File.

Connect once to enroll.

Identity artifact invalid

Receiz Key, Identity Record, or Identity Seal parsing, key binding, decryption, portable-state proof, or local control proof failed.

Retain the proof object and select the original identity artifact with the correct local passphrase when one is required.

Receiz account continuation required

A governed account operation requires the canonical Receiz.com continuation or session surface; public proof operations remain available.

Continue on the canonical Receiz account surface only for the selected account-bound operation.

Export failed

Browser file, share, or download mechanics did not complete for the requested output.

Retry the explicit export or use the provided manual save path; the held proof object and successful verification remain intact.

Mutated clone rejected

A bounded clone mutation failed artifact structure, digest, payload binding, signature, certificate, continuity, protocol, carrier, or version verification.

Keep the immutable original proof object and use the rejection record as failure evidence.

Curated implementation evidence

Canonical Offline Record + Seal + Verify Studio

Execute Record Moment with optional text, execute Seal File with an existing file, and verify each exact downloaded proof object.

The canonical public Studio executes independent Record Moment, Seal File, and Verify operations locally after one Signature V4 enrollment without an account gate.

Reference authority: false · Each operation returns an enclosing sealed artifact. Canonical verification independently tests its exact bytes.

Offline Verifier

Inspect the standalone local verifier flow, complete sealed-artifact input boundary, and zero-network verification path.

Local verification of the enclosing proof object without requiring an account, session, database, or marketplace response.

Reference authority: false · This public implementation is mechanics evidence. Repository law, canonical verifier contracts, and the exact sealed artifact remain stronger truth.

Receiz Commerce

Inspect where commerce actions preserve proof-object identity, ownership or custody state, and exact Settlement evidence.

Commerce, ownership, and Settlement mechanics composed beneath the proof object and their own governed operation boundaries.

Reference authority: false · This public implementation demonstrates integration mechanics; it does not define Receiz ownership, Settlement, or proof authority.

Wildz

Inspect where one portable proof object preserves identity and carried truth across application and public surfaces.

Portable artifact and cross-surface continuity without replacing the enclosing artifact with a route, interface, or server projection.

Reference authority: false · The exact sealed bytes establish the recorded moment as a proof object. Canonical verification independently tests the enclosing artifact.