Skip to content

Commit df68f82

Browse files
committed
docs: more polish
1 parent f0904bf commit df68f82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/2_architecture/agg_mode_components/1_deep_dive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aggregation Mode Deep Dive
22

3-
The **Aggregation Mode** runs every 24 hours and performs the following steps:
3+
The Aggregation Mode runs **once every 24 hours** and performs the following steps:
44

55
1. **Fetch Proofs from the Verification Layer**
66
Queries `NewBatchV3` events from the `AlignedLayerServiceManager` and downloads the batches from `S3`, starting from the last processed block of the previous run.
@@ -22,7 +22,7 @@ The **Aggregation Mode** runs every 24 hours and performs the following steps:
2222
Two separate aggregators are run every 24 hours:
2323

2424
- **Risc0**: Aggregates proofs of types `Composite` and `Succinct`.
25-
- **SP1**: Aggregates `Compressed` proofs.
25+
- **SP1**: Aggregates proofs of type `Compressed`.
2626

2727
## Proof Commitment
2828

0 commit comments

Comments
 (0)