Skip to content

Commit 4b1eea9

Browse files
authored
Update staking-the-bridge.md
Fixed 1 typo and added 2 missing words.
1 parent 924fd5d commit 4b1eea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cdk/architecture/staking-the-bridge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All of this cool infrastructure needs a unified channel for easy transmission of
1717
- **LxLy bridge:** A ZK bridge that supports asset and message transfers between a zkEVM system and the L1, typically Ethereum.
1818
- **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.
1919

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.
2121

2222
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.
2323

@@ -62,7 +62,7 @@ Let's briefly go over the specific actions and characteristics of each STB contr
6262
#### `L2TokenConverter`
6363

6464
- 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.
6666
- An asset can have multiple token converters that can have different properties.
6767

6868
## Roles and responsibilities
@@ -115,4 +115,4 @@ Bridging tokens to L2 CDK chains using the STB contracts is ideal for the follow
115115
- Tokens that need to implement custom L2 functionality.
116116
- Tokens that possess native issuance capabilities.
117117

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

Comments
 (0)