ReceizAcademy

Search the complete system

Foundation 01 · System boundary

What Receiz establishes

Receiz is a proof-native artifact system. A file, identity, ownership state, Settlement state, or public witness carries verifiable truth as a durable object.

What this enables

The solved state

You can record a moment, seal its proof object, preserve it, inspect it, and verify what it proves without surrendering authority to a screen or session.

The first complete path
  1. 01Record a moment
  2. 02Seal its proof object
  3. 03Preserve verified truth
  4. 04Verify from the artifact

Governing statement

The artifact carries the truth

Receiz is a proof-native artifact system, not an application that adds proof after the fact.

The proof belongs to the object itself. The screen displays the object; it does not become the authority merely because it displays it.

What was broken
Ordinary digital records depend on an account, database, or interface to say what happened.
What is established
A Receiz artifact carries deterministic identity, sealed payload truth, provenance, and verification material.
What you can do now
You can keep, move, inspect, and verify the object as the same proof object across ordinary interface and session boundaries.
Why it matters
The evidence remains legible when a screen changes, a session ends, or a weaker service is unavailable.
Established example

A sealed record remains the same proof object when it is downloaded, reopened, inspected, or presented on a public proof surface.

How the result is proven
  • AGENTS.md
  • docs/receiz-reasoning-kernel.md
  • packages/receiz-sdk/src/artifacts.ts

Governing statement

Record a moment. Seal its proof object.

A person records a moment and seals its proof object. The recorded moment is a proof object because its record is sealed.

Record names the human action. Seal binds the record to the integrity and provenance material that makes independent verification possible.

What was broken
A captured moment can be copied, separated from its origin, or presented without a durable way to inspect what it is.
What is established
Record → Seal preserves the moment as a deterministic proof object with an inspectable authority boundary.
What you can do now
You can present the recorded moment together with the proof that establishes its identity, integrity, and provenance.
Why it matters
The claim and the evidence remain one durable object instead of becoming disconnected assertions.
Established example

The Record surface captures the moment. The Seal surface binds its record. The resulting artifact can be verified from its sealed bytes.

How the result is proven
  • docs/offline-record-seal-frozen-invariants.md
  • app/lib/documentSeal/prepareNativeProofObjectSeal.ts
  • app/lib/documentSeal/__tests__/offlineRecordSealFrozenInvariantContract.test.ts