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.
- 01Record a moment
- 02Seal its proof object
- 03Preserve verified truth
- 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.
A sealed record remains the same proof object when it is downloaded, reopened, inspected, or presented on a public proof surface.
AGENTS.mddocs/receiz-reasoning-kernel.mdpackages/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.
The Record surface captures the moment. The Seal surface binds its record. The resulting artifact can be verified from its sealed bytes.
docs/offline-record-seal-frozen-invariants.mdapp/lib/documentSeal/prepareNativeProofObjectSeal.tsapp/lib/documentSeal/__tests__/offlineRecordSealFrozenInvariantContract.test.ts