Skip to content

Commit 09c5181

Browse files
committed
Added pessimistic-proof-sequence.svg and updated pessimistic-proof.md
fixed admonition styling; added svg file for pessimistic proof sequence
1 parent e8b59c1 commit 09c5181

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/agglayer/architecture/pessimistic-proof.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ The AggLayer uses per-chain pessimistic proofs to ensure a complete view of all
2020
## Building a Pessimistic Proof
2121
For any cross-chain token transfer to be finalized such that the token may be withdrawn on the underlying L1, a valid pessimistic proof must be generated. Each chain connected to the AggLayer is required to provide some of the inputs necessary for building a valid pessimistic proof.
2222

23-
> **Note:** For more on how the AggLayer settles bridge claims to the underlying L1, see: [Unified Bridge](#)
23+
!!! note
24+
For more on how the AggLayer settles bridge claims to the underlying L1, see: [Unified Bridge](#)
2425

2526
## Token State
2627

2728
=======
2829
Each chain maintains a data structure called a **Local Exit Tree**, which contains only the messages and token transfers originating from it. In the unified bridge, Ethereum holds a **Global Exit Root**, which represents a tree containing all of the Local Exit Roots of chains integrated with the AggLayer.
2930

30-
> **Note:** See the [Unified Bridge: Data Structures and State Management](#) for a detailed breakdown of all data used by the AggLayer.
31+
!!! note
32+
For a **detailed breakdown** of all data used by the AggLayer, refer to the **[Unified Bridge: Data Structures](../../agglayer/architecture/unified-bridge.md#unified-bridge-data-structures)** section.
3133

3234
In a simple token transfer, the source chain’s **Local Exit Tree** is used to reduce the balance of available tokens on its **Local Balance Tree**.
3335

@@ -60,5 +62,8 @@ The first statement ensures that each chain has reached its latest state accordi
6062

6163
If the computation performed within the pessimistic proof is consistent, a valid proof is generated.
6264

63-
> **Note:** The AggLayer v0.2 allows rollups and validiums built with Polygon CDK to use the legacy settlement mechanism without generating a pessimistic proof.
65+
!!! note
66+
The AggLayer v0.2 allows rollups and validiums built with Polygon CDK to use the legacy settlement mechanism without generating a pessimistic proof.
6467

68+
69+
![Pessimistic Proof Sequence](../../img/agglayer/pessimistic-proof-sequence.svg)

0 commit comments

Comments
 (0)