Skip to content

Commit a02edeb

Browse files
committed
cdk overview update
1 parent 1141d42 commit a02edeb

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

docs/cdk/overview.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,37 @@ comments: true
44
---
55
-->
66

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

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

1111
Developers can configure ZK-powered rollups, validium networks, or even sovereign chains with their own tailored finality mechanisms.
1212

1313
## Trustless finality
1414

1515
Why does Polygon CDK focus on ZK-powered chains?
1616

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

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

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

23-
Crucial to the Polygon CDK is the type of ZK-proofs known as full execution proofs.
23+
## Key advantages
2424

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

3927
- Security: CDK builds highly secure, scalable L2s that utilize the latest innovations in zero-knowledge technology.
4028
- High-performance: CDK Erigon implements fast-syncing Erigon clients that run the battle-tested Polygon zkEVM protocol.
4129
- Modularity: CDK modular components allow developers to easily customize their L2 environment and build a chain that meets their specific needs.
4230
- 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.
4331
- 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.
4533

46-
### **Where to now?**
34+
### Next steps
4735

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

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

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

Comments
 (0)