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/cdk/architecture/staking-the-bridge.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
@@ -17,7 +17,7 @@ All of this cool infrastructure needs a unified channel for easy transmission of
17
17
- **LxLy bridge:** A ZK bridge that supports asset and message transfers between a zkEVM system and the L1, typically Ethereum.
18
18
- **Unified bridge:** A specific instance of an LxLy bridge that allows several chains to connect to it. This instance is specific to the AggLayer v1.
19
19
20
-
The new unified model of the LxLy bridge introduced as a part of the AggLayer v1 infrastructure has one significant difference from the existing LxLy bridge: any asset bridged onto a CDK chain using the unified bridge is held by the the **Unified Escrow** (also referred to as the **Master Escrow**) contract instead of a dedicated bridge contract.
20
+
The new unified model of the LxLy bridge introduced as a part of the AggLayer v1 infrastructure has one significant difference from the existing LxLy bridge: any asset bridged onto a CDK chain using the unified bridge is held by the **Unified Escrow** (also referred to as the **Master Escrow**) contract instead of a dedicated bridge contract.
21
21
22
22
Due to the shared nature of the bridge, chain operators will not have admin access to the funds locked in the master escrow contract, including the funds that belong to their own network.
23
23
@@ -62,7 +62,7 @@ Let's briefly go over the specific actions and characteristics of each STB contr
62
62
#### `L2TokenConverter`
63
63
64
64
- Supports 1:1 conversion between the STB minted native tokens, and the bridged tokens minted by depositing tokens to LxLy bridge directly on L1.
65
-
- Doesn't have a default cap on the token volume that can be converted, can be added by chain operators as necessary.
65
+
- Doesn't have a default cap on the token volume that can be converted, but it can be added by chain operators as necessary.
66
66
- An asset can have multiple token converters that can have different properties.
67
67
68
68
## Roles and responsibilities
@@ -115,4 +115,4 @@ Bridging tokens to L2 CDK chains using the STB contracts is ideal for the follow
115
115
- Tokens that need to implement custom L2 functionality.
116
116
- Tokens that possess native issuance capabilities.
117
117
118
-
Want to start testing with STB? The contracts are still being audited, but are ready to use on testnets, and can be found here: https://github.com/pyk/zkevm-stb.
118
+
Want to start testing with STB? The contracts are still being audited, but are ready to use on testnets, and can be found here: https://github.com/pyk/zkevm-stb.
0 commit comments