Batch Processing
Prove ordering across repeated batches in a sequencer loop.
Batch processing typically runs continuously:
- collect transactions for a time window
- order them deterministically
- generate a proof
- publish batch + proof reference
The main production considerations are:
- stable ordering inputs (hash + ingress time)
- robust persistence of proof metadata
- backpressure when proof generation latency increases