> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sequencer Operations

> Operational guidance for running the VES sequencer.

# Sequencer Operations

This guide summarizes operational considerations for the StateSet Sequencer.

## Core Responsibilities

* Validate and sequence incoming events
* Build batch commitments for inclusion proofs
* Persist event data for replay and verification

## Batch Lifecycle

1. Accept events and assign sequence numbers
2. Build Merkle trees for a batch
3. Emit commitments for anchoring on Set L2
4. Provide receipts and proofs to clients

## Monitoring Focus

* Event ingest rate
* Batch size and commit latency
* Storage health and replay time

## Related Documentation

* [Sequencer Overview](/stateset-sequencer)
* [Sequencer Architecture](/stateset-sequencer-architecture)
* [Set L2 Verification](/stateset-set-l2-verification)
