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/architecture/0_fast_mode.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
## Fast mode in an nutshell
2
2
3
+
## Architecture
4
+
Aligned’s architecture is shown in the figure below:
5
+

6
+
The validators/AVS operators are responsible for proof verification. We also provide a light client to sample and check proofs at random. If there is a difference between Aligned’s results and the light clients, a proof service can trigger re-execution of the proof of Ethereum, leading to slashing if malicious behavior is detected.
7
+
3
8
### Flow for sending a proof and publishing the result on Ethereum (Fast Mode)
4
9
The flow for sending a proof and having the results on Ethereum is as follows:
5
10
1. Using our CLI or SDK, the user sends one proof (or many) to the batcher.
0 commit comments