Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 16a579e

Browse files
committed
updated sequencing/single
1 parent 9f45124 commit 16a579e

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

learn/sequencing/single.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A single sequencer is the simplest sequencing architecture for a Rollkit-based r
1818
- Each block contains a batch of ordered transactions and metadata.
1919

2020
4. **Data Availability Posting:**
21-
- The sequencer posts the block data to the configured DA layer (e.g., Celestia, Avail, etc.).
21+
- The sequencer posts the block data to the configured DA layer (e.g., Celestia).
2222
- This ensures that anyone can access the data needed to reconstruct the rollup state.
2323

2424
5. **State Update:**
@@ -43,12 +43,7 @@ sequenceDiagram
4343

4444
## Advantages
4545

46-
- **Simplicity:** Easy to set up and operate, making it ideal for development, testing, and small-scale deployments.
46+
- **Simplicity:** Easy to set up and operate, making it ideal for development, testing, and small-scale deployments compared to other more complex sequencers.
4747
- **Low Latency:** Fast block production and transaction inclusion, since there is no consensus overhead among multiple sequencers.
48+
- **Independence from DA block time:** The sequencer can produce blocks on its own schedule, without being tied to the block time of the DA layer, enabling more flexible transaction processing than DA-timed sequencers.
4849

49-
## Use Cases
50-
51-
- Production rollups seeking simplicity and performance
52-
- Prototyping and development
53-
- Private or permissioned rollups
54-
- Projects that value deterministic ordering and operational control

0 commit comments

Comments
 (0)