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/overview.md
+12-24Lines changed: 12 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,49 +4,37 @@ comments: true
4
4
---
5
5
-->
6
6
7
-
The Polygon Chain Development Kit (CDK) is a modular, open-source software toolkit that enables blockchain developers to configure ZK-powered chain architectures.
7
+
The Polygon Chain Development Kit (CDK) is a modular, open-source software toolkit that enables blockchain developers to deploy and configure ZK-powered chain architectures.
8
8
9
-
With Polygon CDK, developers can launch new chains running the Polygon zkEVM protocol as Layer 2s on Ethereum.
9
+
With Polygon CDK, developers can launch new chains that use the Polygon zkEVM protocol as custom Layer 2 solutions on Ethereum.
10
10
11
11
Developers can configure ZK-powered rollups, validium networks, or even sovereign chains with their own tailored finality mechanisms.
12
12
13
13
## Trustless finality
14
14
15
15
Why does Polygon CDK focus on ZK-powered chains?
16
16
17
-
The power of zero-knowledge technology is seen in enabling chains to achieve trustless finality, where chain users do not have to rely on a few individuals to confirm the finality of their transactions.
17
+
Polygon CDK focuses on ZK-powered chains because zero-knowledge technology enables chains to achieve *trustless finality*, which means chain users don't need to rely on a small group of individuals to confirm the finality of their transactions, ensuring greater security and a higher degree of decentralization.
18
18
19
-
With Polygon CDK chains developers can first decide on how they want to configure proving and then choose the right CDK mode to build their chain.
19
+
With Polygon CDK, developers can choose between a rollup and validium chain setup, and decide on how they want to configure the chain's proving system.
20
20
21
-
Polygon CDK therefore launches with the CDK rollup/validium mode used for configuring CDK components that run the Polygon zkEVM protocol.
21
+
Polygon has launched the CDK rollup/validium mode enabling developers to configure CDK components that run the Polygon zkEVM protocol.
22
22
23
-
Crucial to the Polygon CDK is the type of ZK-proofs known as full execution proofs.
23
+
## Key advantages
24
24
25
-
### Full execution proofs
26
-
27
-
CDK rollups and validiums utilize *full execution proofs* as part of their finality mechanisms.
28
-
29
-
A *full execution proof* (FEP) is a zero-knowledge proof attesting to the correctness of the chain's full state transition.
30
-
31
-
For example, an FEP attests to the fact that the VM (such as the Polygon zkEVM, Succinct's zkVM, or MoveVM) has executed all state transitions in accordance with the specifications.
32
-
33
-
A ZK-powered chain is therefore by definition an FEP chain.
34
-
35
-
## Polygon CDK benefits
36
-
37
-
Polygon CDK provides the components necessary to build a layer 2 blockchain that is secure, scalable, and interoperable with other chains.
25
+
Polygon CDK provides the essential components to build a Layer 2 blockchain that is secure, scalable, and interoperable with other chains.
38
26
39
27
- Security: CDK builds highly secure, scalable L2s that utilize the latest innovations in zero-knowledge technology.
40
28
- High-performance: CDK Erigon implements fast-syncing Erigon clients that run the battle-tested Polygon zkEVM protocol.
41
29
- Modularity: CDK modular components allow developers to easily customize their L2 environment and build a chain that meets their specific needs.
42
30
- Interoperability: Opt-in to the [AggLayer](../agglayer/overview.md) to bootstrap your chain’s ecosystem, enable cross-chain transactions while expanding your reach, user base, and liquidity from other established chains.
43
31
- Sovereignty: Maintain full control over your chain’s revenue, governance, security, economic policies, and more.
44
-
- Low gas fees: Transaction fees are orders of magnitude lower than in Ethereum, and processed substantially faster. This enables a fast, cheap, and secure user experience unaffected by any high activity experienced on shared networks.
32
+
- Low gas fees: Transaction fees are orders of magnitude lower than those on Ethereum and are processed substantially faster. This enables a fast, ultra low-cost, and secure user experience unaffected by any high activity experienced on shared networks.
45
33
46
-
### **Where to now?**
34
+
### Next steps
47
35
48
-
-[Deploy a local CDK on Kurtosis](../cdk/getting-started/local-deployment.md). Follow the guide to deploy a CDK stack on your local machine.
36
+
-[Deploy a local CDK environment using Kurtosis](../cdk/getting-started/local-deployment.md). Follow the guide to deploy a CDK stack on your local machine.
49
37
50
-
- Check out the [concepts documentation](../cdk/concepts/layer2s.md) to understand the CDK at a high level.
38
+
- Check out the [concepts documentation](../cdk/concepts/layer2s.md) to gain a high-level understanding of the CDK.
51
39
52
-
- Have a look at the [CDK architecture docs](../cdk/concepts/architecture.md) to understand the CDK’s components and how they interact with each other.
40
+
- Have a look at the [CDK architecture docs](../cdk/concepts/architecture.md) to understand the CDK’s components and how they interact with each other.
0 commit comments