What C1 is
C1 is the lane that turns continuous data and time series into events under fixed conditions instead of simply listing raw streams. The goal is not to show impressive numbers, but to create a record that closes acceptance under fixed conditions.
What comes back when you use C1
C1 returns are built around the Evidence Pack (canonical JSON), with contract-fixed readouts outside that core. In the current phase, the standard public pack body contains only five fields.
accepted_input_json: canonical body showing what was accepted as inputfixed_at: when it was fixedopaque_ref: public reference tokenevidenceHash: first verification digestpack_sha256: integrity digest for the 5-field pack body
Acceptance uses `opaque_ref + evidenceHash` as the primary verification pair, and `pack_sha256` confirms the integrity of the pack itself.
- KPIs, event logs, summary tables, and fixed-state records are fixed in advance by individual contract as requester-facing returns.
- How much the requester receives is fixed per engagement and is not uniformly determined by the public demo or public acceptance surface alone.
- Requester-facing deliverables can extend on this readout side, while the public core of the Evidence Pack is read through the five fields above.
- Event readouts and KPI value groups are not placed in the standard public pack body.
- Input-contract fixation and submission-support bundles are handled separately and are not mixed into the public pack body.
- Convenience information such as retrieval URLs may be attached, but that is not part of the canonical Evidence Pack itself.
Records that fit C1
It fits continuous records such as temperature, pressure, vibration, and operating logs when threshold and duration accountability matters.
- Records where regulators or auditors need the anomaly conditions fixed
- Records whose interpretation tends to drift by operator
- Cases that need accepted input and verification values preserved together with anomaly results
What is fixed by contract first
In C1, the public pack body stays fixed at five fields while the requester-facing readout scope is fixed separately by individual contract.
- Keep the 5-field Evidence Pack as the core
- Fix KPIs / event logs / summary tables separately as contract-fixed readouts
- Do not mix submission-support or input-contract bundles into the public pack body
What is not public
Public C1 explanations do not disclose internal formulas, internal implementation, or detailed verification procedures. Public pages show only the return boundary and the acceptance surface.
- Do not disclose internal formulas, reproducible source materials, or internal support payloads
- Do not place event readouts inside the standard public pack body
- Do not expose arbitrary-input run surfaces on public pages
Requester deliverables can include event judgments and added readouts, but that scope is fixed by contract. The public pack body remains the same 5-field core.
Acceptance uses `opaque_ref + evidenceHash` as the primary verification pair and uses `pack_sha256` to confirm pack-body integrity.
Internal methods and internal operations remain undisclosed; externally we expose only the fixed return boundary and acceptance-ready records.