Skip to content

Commit ade4680

Browse files
authored
Update and rename 1_fast_mode.md to 1_proof_verification_layer.md
1 parent f222623 commit ade4680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/2_architecture/1_fast_mode.md renamed to docs/2_architecture/1_proof_verification_layer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Fast mode in a nutshell
1+
## Aligned's Proof Verification Layer in a nutshell
22

3-
The fast mode works using a subset of Ethereum’s validators via restaking.
3+
Aligned's Proof Verification Layer works using a subset of Ethereum’s validators via restaking.
44
Validators (also called Operators) receive proofs, verify them using the verification code written in Rust or another
55
higher-level language, and sign messages with BLS signatures.
66
If a two-thirds majority agrees, the results are posted to Ethereum.
@@ -9,7 +9,7 @@ If a two-thirds majority agrees, the results are posted to Ethereum.
99

1010
The proof submission can be simplified as follows:
1111

12-
![Figure 1: Simplified Architecture.png](../images/simplified_architecture.png)
12+
![Figure 1: Simplified Architecture](../images/simplified_architecture.png)
1313

1414
1. The users submit proofs to the batcher through the CLI or SDK.
1515
2. The batcher accumulates proofs, and then sends the batch to some Data Service and posts the merkle root and data to
@@ -23,7 +23,7 @@ The proof submission can be simplified as follows:
2323

2424
Aligned’s architecture is shown in the figure below:
2525

26-
![Figure 2: Architecture fast mode](../images/aligned_architecture.png)
26+
![Figure 2: Proof Verification Layer Architecture](../images/aligned_architecture.png)
2727

2828
The validators/AVS operators are the ones responsible for proof verification.
2929
They fetch the proof data from the data service and verify it using the different proving systems supported by Aligned.

0 commit comments

Comments
 (0)