Skip to content

Commit 2146090

Browse files
authored
Update 1_deep_dive.md
1 parent 2966aa4 commit 2146090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/2_architecture/agg_mode_components/1_deep_dive.md

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

3-
The Aggregation Mode runs **once every 24 hours** and performs the following steps:
3+
The Proof Aggregation Service 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.
@@ -18,7 +18,7 @@ The Aggregation Mode runs **once every 24 hours** and performs the following ste
1818
The final aggregated proof and its blob are sent to the `AlignedProofAggregationService` contract for verification.
1919

2020
> [Note]
21-
> Currently if you want your proof to be verified in the `AggregationMode` you need to submit it via the `VerificationLayer`. In the future, users will be able to decide if they want to use any of the modes in particular or both of them
21+
> Currently if you want your proof to be verified in the `AggregationMode` you need to submit it via the `VerificationLayer`. In the future, users will have the option to choose whether they want to continue using this method or switch to using only the Aggregation service.
2222
2323
## Aggregators and Supported Proof Types
2424

0 commit comments

Comments
 (0)