Skip to content

Commit e733569

Browse files
more pics
1 parent 0810671 commit e733569

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

docs/cdk/agglayer/agglayer-go.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ The AggLayer Golang architecture supports interactions with multiple CDK chains
1111

1212
It uses PostgreSQL database for storage and interacts with both L1 and L2 chains through configured RPC nodes.
1313

14-
[pic-here]
14+
The diagram below shows the full start up, running, and shutdown sequence for the application and its components.
15+
16+
<center>
17+
![CDK architecture](../../img/cdk/agglayer/agglayer-go.png)
18+
</center>
1519

1620
## Get started
1721

docs/cdk/agglayer/bridge-and-call.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ The new [`BridgeExtension.sol`](https://github.com/AggLayer/lxly-bridge-and-call
4141

4242
### Bridge and call process flow
4343

44+
<center>
45+
![CDK architecture](../../img/cdk/agglayer/bridge-and-call-sequence.png)
46+
</center>
47+
4448
#### `BridgeExtension.bridgeAndCall(...)`
4549

4650
1. Check what kind of asset is being bridged (i.e. is it more complex than a fungible asset).

docs/cdk/agglayer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Welcome to AggLayer documentation
77

8-
The culmination of Polygon innovation and design, AggLayer is an evolving ecosystem of zk-based (zero-knowledge) interacting chains. It addresses the current industry focus on interoperability and shared liquidity.
8+
The culmination of Polygon Lab's innovation and design, AggLayer is an evolving ecosystem of zk-based (zero-knowledge) interacting chains. It addresses the current industry focus on interoperability and shared liquidity.
99

1010
While most rollup environments follow a modular approach, where developers pick-and-choose components such as execution and data availability layers for example, the Agglayer vision is uniquely centered around zk-proof technology.
1111

docs/cdk/agglayer/roadmap.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ hide:
44
---
55

66

7-
| AggLayer version | AggLayer: Unified bridge zkEVM | AggLayer: Unified bridge CDK* | AggLayer: Go implementation | AggLayer: Rust implementation | AggLayer: Rust with pessimistic proof | AggLayer: Multi-chain |
8-
|------------------------|--------------------------------|-------------------------------|-----------------------------|-------------------------------|---------------------------------------|-----------------------|
9-
| Finality L1 to L2 | 12 mins (2 epochs) | | | | | |
10-
| Finality L2 to L1 | 1 hour | | | | | |
11-
| Finality L2 to L2 | 1 hour | | | | | |
12-
| Gas fee proof onchain | ~350K | | | | | |
13-
| Transaction per second | Less than 1 | | | | | |
14-
| Prover type | PIL + zkAssembly | | | | | |
15-
| Initial sync time | N/A | N/A | N/A | N/A | In design | In design |
16-
| Snapshots available | N/A | N/A | N/A | N/A | In design | In design |
7+
| AggLayer version | AggLayer: Unified bridge zkEVM | AggLayer: Unified bridge CDK* | AggLayer: Go implementation | AggLayer: Rust implementation | AggLayer: Rust with pessimistic proof | AggLayer: Multi-chain |
8+
|-------------------------|--------------------------------|-------------------------------|-----------------------------|-------------------------------|---------------------------------------|-----------------------|
9+
| Finality L1 to L2 | 12 mins (2 epochs) | | | | | |
10+
| Finality L2 to L1 | 1 hour | | | | | |
11+
| Finality L2 to L2 | 1 hour | | | | | |
12+
| Gas fee (proof onchain) | ~350K | | | | | |
13+
| Transaction per second | Less than 1 | | | | | |
14+
| Prover type | PIL + zkAssembly | | | | | |
15+
| Initial sync time | N/A | N/A | N/A | N/A | In design | In design |
16+
| Snapshots available | N/A | N/A | N/A | N/A | In design | In design |
1717

1818
!!! info
1919
* Parameters are configurable.
259 KB
Loading
378 KB
Loading

0 commit comments

Comments
 (0)