Skip to content

Commit 356d0aa

Browse files
a few small things
1 parent 8586da5 commit 356d0aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/cdk/agglayer/agglayer-go.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Overview
22

3-
The AggLayer-go is a service designed to receive zero-knowledge proofs (ZKP) from various CDK chains and verify their validity before sending them to the L1 for final settlement.
3+
The AggLayer-go is a service designed to receive zero-knowledge (ZK) proofs from various CDK chains and verify their validity before sending them to the L1 for final settlement.
44

55
!!! warning
6-
This service is being deprecated n favor of the more robust and efficient [Rust implementation](agglayer-rs.md).
6+
This service is being deprecated in favor of the more robust and efficient [Rust implementation](agglayer-rs.md).
77

88
## Architecture
99

10-
The AggLayer golang architecture supports interactions with multiple CDK chains for proof-verification. It uses a PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes.
10+
The AggLayer Golang architecture supports interactions with multiple CDK chains for proof-verification. It uses a PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes.
1111

1212
The diagram below shows the full start-up, running, and shutdown sequence for the application and its components.
1313

docs/cdk/agglayer/agglayer-rs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
AggLayer-rs is a Rust-based service designed to receive zero-knowledge proofs from various CDK chains and verify their validity before sending them to the L1 for final settlement. It replaces the previous [Golang implementation](agglayer-go.md).
3+
AggLayer-rs is a Rust-based service designed to receive ZK proofs from various CDK chains and verify their validity before sending them to the L1 for final settlement. It replaces the previous [Golang implementation](agglayer-go.md).
44

55
## Architecture
66

docs/cdk/agglayer/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Welcome to AggLayer documentation
77

8-
The AggLayer is an in-development interoperability protocol that allows for trustless, cross-chain token transfers and message-passing, as well as more complex operations. The safety of the AggLayer is provided by zero-knowledge proofs.
8+
The AggLayer is an in-development interoperability protocol that allows for trustless, cross-chain token transfers and message-passing, as well as more complex operations. The safety of the AggLayer is provided by ZK proofs.
99

1010
The AggLayer currently connects chains built with Polygon CDK, a developer toolkit for designing ZK-powered Layer 2s. The long term goal for the protocol is to be flexible enough to provide interoperability among a growing range of blockchain architectures, including L2s, appchains, and non-EVM chains.
1111

@@ -17,11 +17,11 @@ The AggLayer connects chains built with Polygon CDK, which use ZK proofs to gene
1717

1818
### Unified bridge
1919

20-
The unified bridge is a single bridge contract for all AggLayer-connected chains, allowing for the cross-chain transfer of fungible (non-wrapped) tokens. In the abstract, it is the source of unified liquidity for the AggLayer.
20+
The unified bridge is a single bridge contract for all AggLayer-connected chains, allowing for the cross-chain transfer of fungible (non-wrapped) tokens. It is the source of unified liquidity for the AggLayer.
2121

2222
!!! tip "More information"
2323
See the [unified bridge documentation](unified-bridge.md) for details.
2424

2525
### AggLayer service
2626

27-
The AggLayer service is a service designed to receive zero-knowledge proofs from various CDK chains and verify their validity before sending them to the L1 for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).
27+
The AggLayer service is a service designed to receive ZK proofs from various CDK chains and verify their validity before sending them to the L1 for final settlement. Currently, the AggLayer service has two implementations: [agglayer-go](agglayer-go.md) and [agglayer-rs](agglayer-rs.md).

0 commit comments

Comments
 (0)