Polygon CDK

Polygon CDK (Chain Development Kit) is an open-source toolkit released by Polygon Labs in late 2023 that enables projects to deploy their own custom ZK-rollup Ethereum L2 chains without building ZK infrastructure from scratch. CDK-based chains inherit Ethereum security via zero-knowledge validity proofs, support standard EVM tooling, and can optionally connect to each other — and to Polygon’s mainchain — via the AggLayer: a unified liquidity and interoperability protocol using ZK proofs to aggregate cross-chain state. Polygon CDK represents Polygon’s answer to the OP Stack (Optimism’s equivalent modular chain framework) — competing to become the default platform for institutional and consumer L2 deployments.


How It Works

Component Role
CDK framework Open-source modules (sequencer, prover, bridge) assembled into a custom L2
Polygon zkEVM prover ZK validity proof generation for each L2 transaction batch
Ethereum settlement ZK proofs posted to Ethereum L1 — final, trustless state
AggLayer Optional cross-chain liquidity aggregation — connects CDK chains without asset bridging friction
DA flexibility Choose Ethereum calldata, Polygon DA, Celestia, or custom data availability

CDK configurability options:

  • Sequencer: Centralized, based, or decentralized sequencer models configurable
  • Data Availability: Ethereum (most expensive, most secure), Polygon DA, Celestia DA
  • Permission: Permissioned (allowlisted users) or permissionless
  • Gas token: Use ETH, MATIC/POL, or custom ERC-20 as gas token

Key Features

Feature Details
Modular L2 stack Assemble a custom L2 from CDK components without ZK expertise
ZK security Validity-proof secured — same security model as Polygon zkEVM
EVM equivalence Standard Solidity tooling — Hardhat, Foundry, MetaMask all compatible
AggLayer integration Optional unified liquidity bridge across all CDK chains
Custom gas token Projects can denominate L2 fees in their own token (not ETH)

Notable CDK Deployments

Project Use Case
Immutable zkEVM Web3 gaming L2 — largest gaming-focused CDK chain
OKX X Layer OKX exchange’s Ethereum L2
Astar zkEVM Japan-focused Web3 developer ecosystem
Manta Pacific ZK-native privacy-optional L2
Gnosis Pay Payments-focused gnosis chain CDK migration
Wirex Pay Crypto-linked VISA payments network

History

  • 2021-2022: Polygon Hermez (acquired ZK startup) — begins building Polygon’s zkEVM prover technology
  • 2023 (Mar): Polygon zkEVM mainnet launches — Type 2 zkEVM public chain
  • 2023 (Oct): Polygon CDK announced and open-sourced — modular framework for custom L2 deployments
  • 2024 (Q1): Multiple CDK chains begin testnet and mainnet deployments (Immutable, OKX, Astar, Manta)
  • 2024 (Q2): AggLayer V1 launches — first cross-chain proof aggregation connecting CDK chains
  • 2024 (Q3-Q4): POL token transition from MATIC; CDK ecosystem grows to 20+ chains in development

Common Misconceptions

“CDK chains are ‘sidechains’ not real L2s.”

CDK chains using Ethereum for data availability are genuine ZK-rollups — they settle validity proofs directly on Ethereum L1. Some CDK configurations using external DA layers (Celestia) are validiums, with slightly different security assumptions.

“You need to use AggLayer to launch on CDK.”

AggLayer integration is optional — CDK chains can launch as standalone L2s. Teams can choose to connect to AggLayer later for cross-chain liquidity sharing.


Criticisms

  • ZK proof generation latency: CDK chains using full ZK validity proofs have longer finality times (1-30 minutes) compared to optimistic rollups — user experience impact for withdrawal-dependent flows
  • Governance centralization: Polygon Labs controls CDK framework development roadmap and AggLayer protocol — CDK chains are dependent on Polygon Labs’ ongoing development priorities
  • Competition with OP Stack: OP Stack (Arbitrum Orbit + Optimism Superchain) has significantly more deployed chains and higher combined TVL as of 2024 — CDK faces adoption challenge despite technical parity or advantages
  • Fragmentation risk: Like ZK Stack, CDK’s multi-chain model risks fragmenting liquidity unless AggLayer achieves high adoption among the CDK chain set

Social Media Sentiment

Polygon CDK has strong institutional interest — the Immutable, OKX, and Astar partnerships demonstrate enterprise demand. Developer community sentiment is positive about ZK security properties. AggLayer generates excitement among DeFi researchers for its novel cross-chain design. Overall perception: technically strong, competing in a crowded L2 framework market.


Last updated: 2026-04

Related Terms


Sources

  1. Polygon CDK Documentation — docs.polygon.technology/cdk (2024). Official Polygon Labs technical documentation for CDK — framework architecture, chain deployment guides, AggLayer integration, and configurability options.
  1. “Polygon CDK: The Modular L2 Stack” — Polygon Labs Blog (October 2023). Announcement post for Polygon CDK — design philosophy, comparison to Polygon zkEVM monolithic chain approach, and vision for a CDK-based ecosystem connected via AggLayer.
  1. “Immutable zkEVM: Building the Gaming L2 on Polygon CDK” — Immutable Technical Blog (2024). Detailed case study of Immutable’s deployment of its gaming-focused L2 using Polygon CDK — covering the rationale for CDK selection and gaming-specific configurations.
  1. “AggLayer V1: Unified Liquidity for CDK Chains” — Polygon Labs (2024). Technical specification and launch announcement for AggLayer V1 — the cross-chain interoperability protocol connecting Polygon CDK chains using ZK proof aggregation.
  1. “L2 Framework War: CDK vs. OP Stack vs. ZK Stack” — Messari (2024). Comparative analysis of the three primary L2 deployment frameworks — adoption metrics, technical differentiation, and ecosystem development trajectories in 2024.