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/3_guides/3.1_aggregation_mode.md
+4-4Lines changed: 4 additions & 4 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 L2 integration example
1
+
## Proof Aggregation Service L2 integration example
2
2
3
-
This guide demonstrates how to build a dummy L2 application that integrates with AlignedAggregation Mode. The L2 does not post state diffs or any data to Ethereum, only commitments. The prover has to prove that:
3
+
This guide demonstrates how to build a dummy L2 application that integrates with Aligned's Proof Aggregation Service. The L2 does not post state diffs or any data to Ethereum, only commitments. The prover has to prove that:
4
4
5
5
1. The state database used in the proof must match the commitment stored in the on-chain contract. This is validated by computing the commitment of the received data in the zkvm and then exposing it as a public input.
6
6
2. The users performing the transfers have enough balance
@@ -15,8 +15,8 @@ The code can be viewed at `examples/l2`.
15
15
16
16
This Layer 2 (L2) system operates in two main steps:
17
17
18
-
- Off-chain execution and proof generation + verification with AlignedVerification Layer (a.k.a Fast Mode).
19
-
- On-chain state update via proof verification with AlignedAggregation Mode.
18
+
- Off-chain execution and proof generation + verification with Aligned's Proof Verification Layer.
19
+
- On-chain state update via proof verification with Aligned's Proof Aggregation Service.
20
20
21
21
In Step 1, we execute user transfers and generate a zkVM-based proof of the state transition, which is submitted to Aligned’s verification layer.
0 commit comments