01 — Where provin fits
Where provin fits
provin records process completion separately from emission toward the next segment. Delivery loss is identified by reconciling the signed emission log against retained downstream delivery evidence.
USE CASE 04
IoT · event processing · at-most-once delivery
Record processing and downstream delivery separately so a gap during transport can be distinguished later.
What happens
A sensor transformation completed normally and the application log says success. The next service, however, never received the result.
A single success entry cannot show where the output disappeared. The team needs to separate production of the output from delivery to the next segment.
The flow in this scenario
01 — Where provin fits
provin records process completion separately from emission toward the next segment. Delivery loss is identified by reconciling the signed emission log against retained downstream delivery evidence.
02 — What a verifier can check
Public E2E coverage
Public E2E: losswindow confirms that delivery loss after processing is identified by reconciling the emission log with downstream delivery records.
How to read the evidence
provin records delivery state; it does not turn transport into exactly-once delivery.
provin puts receive, verify, process, sign, and emit in the same data flow. The architecture and specifications describe today’s interfaces and implementation boundary.