Protocol
Origin Protocol v1.0
Defines how an origin event is recorded inside the network.
Required elements
- Statement — what is being declared.
- Actor — who declares or causes the event.
- Time anchor — when the declaration was recorded.
- Node — where the record was written.
- Signature — proof that the node generated or sealed the record.
Output
The basic output of this protocol is an Origin Record.
{
"statement": "Shipment declared at Qingdao node",
"actor": "declaring party",
"time_anchor": "2026-03-23T12:00:00Z",
"node_id": "qd-01",
"signature": "..."
}