You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2_architecture/agg_mode_components/1_deep_dive.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Aggregation Mode Deep Dive
1
+
# Proof Aggregation Service Deep Dive
2
2
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:
4
4
5
5
1.**Fetch Proofs from the Verification Layer**
6
6
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
18
18
The final aggregated proof and its blob are sent to the `AlignedProofAggregationService` contract for verification.
19
19
20
20
> [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.
0 commit comments