Polkadot launched in 2020 with a bold vision: a “blockchain of blockchains” where specialized parachains could process transactions in parallel while sharing security from a central Relay Chain. The architecture was technically sophisticated but commercially impractical — securing a parachain slot required locking millions of dollars in DOT for two years through competitive auctions, making Polkadot’s ecosystem largely inaccessible to smaller projects. Polkadot 2.0 is a fundamental redesign of this economic model, replacing auction-based slot renting with a flexible compute marketplace, and evolving the protocol’s technical architecture to support a wider range of applications. The transformation is ongoing (2023–2025) but represents Polkadot’s bid to remain relevant in an increasingly competitive Layer 1 landscape where Ethereum’s Layer 2 ecosystem has captured much of the developer attention that originally motivated Polkadot’s design.
Original Polkadot Architecture (1.0)
To understand the 2.0 changes, the original design must be clear:
Relay Chain
The Relay Chain was Polkadot’s central security layer — a specialized blockchain that:
- Ran its own validators (NPoS — Nominated Proof of Stake)
- Maintained consensus for all connected parachains
- Did NOT execute general-purpose smart contracts (intentionally limited by design)
- Provided shared security to up to 100 parachains simultaneously
Parachains
Parachains were specialized blockchains that:
- Connected to the Relay Chain and inherited its security
- Could be customized for specific use cases (DeFi, NFTs, gaming, identity, etc.)
- Submitted block candidates to Relay Chain validators for finalization
- Were built with the Substrate development framework
The slot auction problem: To become a parachain, a project had to win a candle auction by committing DOT into lock-up for 96 weeks (two years). The winning bidder crowdloaned the DOT from supporters — promising token rewards in exchange for locking DOT. At 2021 peak DOT prices (~$50), a typical parachain slot required locking $5–$15 million+ in DOT for two years. If the project failed or the slot expired, the DOT was returned (principal protected) but community supporters had locked capital with no yield for 2 years.
Problems with this model:
- High cost of entry: Effectively excluded most small developers and projects
- Capital inefficiency: Billions of dollars in DOT locked in slots, earning nothing
- Inflexibility: All parachains get the same block production resources regardless of actual usage
- Binary access: Either you have a parachain (expensive) or you don’t (no shared security)
Polkadot 2.0: Core Innovations
The following sections cover this in detail.
Agile Coretime
The fundamental change: Agile Coretime replaces the auction-based parachain slot model with a compute marketplace where blockchains can purchase “coretime” — units of Polkadot’s block production capacity — flexibly.
Coretime types:
Bulk Coretime:
- Purchased in 28-day periods
- Available through the Coretime Chain (a system parachain)
- Priced via a Substrate-native marketplace
- Can be split into smaller fractions and resold
- Allows applications to obtain predictable execution resources without two-year lockups
On-Demand Coretime (Instantaneous Coretime):
- Purchase a single block of execution on-demand, in real time
- Suitable for applications with bursty or unpredictable demand
- Priced via a real-time auction
- Enables experimentation without long-term commitment
The economic shift:
| Old Model | New Model |
|---|---|
| 2-year DOT lockup | 28-day bulk purchase or per-block instant |
| Winner-take-all auction | Open marketplace |
| All-or-nothing (parachain or not) | Fractional coretime available |
| $5-15M capital requirement | Accessible at any budget |
| DOT locked (not circulating) | DOT circulates (spent, not locked) |
Secondary market for coretime: Because bulk coretime can be split and resold, a secondary market naturally emerges. Projects with predictable demand that purchase bulk coretime can resell unused periods. This creates price discovery and liquidity for execution resources — analogous to AWS spot instances.
Rollout status: Agile Coretime was approved by Polkadot governance in 2023 and launched on Kusama (Polkadot’s canary network) in 2024. Mainnet rollout proceeded through 2024 with legacy parachains migrating to the coretime model.
JAM (Join-Accumulate Machine)
What JAM is: The Join-Accumulate Machine (JAM) is a proposed replacement for the Polkadot Relay Chain — a generalized computation protocol that Gavin Wood introduced in his 2024 “JAM paper” (Gray Paper). JAM is designed to be:
- A minimal, powerful compute substrate
- Compatible with but not limited to current Polkadot parachains
- Capable of running code from any virtual machine (EVM, WASM, RISC-V, etc.)
- Vertically integrated with Polkadot’s economic security
The JAM design philosophy: Rather than having the Relay Chain do one specific job (consensus for WASM-based parachains), JAM provides a universal accumulation protocol that can accumulate state from any “services” (JAM’s generalization of parachains). The computation model is:
- Gather (import external state changes / inputs)
- Refine (process inputs in parallel — stateless computation)
- Accumulate (fold the refined outputs into state update)
This “gather-refine-accumulate” cycle can represent anything from parachain block processing to smart contract execution to ZK proof verification.
CoreVM: One specific application layer built on JAM, allowing EVM-compatible smart contracts to run on JAM infrastructure — directly competing with Ethereum’s execution model.
JAM Prize: Gavin Wood announced a 10 million DOT prize (~$93M at announcement) to incentivize multiple independent JAM client implementations (similar to Ethereum’s multi-client philosophy). Prize available for implementations meeting specification in multiple language/implementation combinations.
JAM timeline: The Gray Paper was published in early 2024; JAM is expected to be in testing on Kusama during 2025. Relay Chain deprecation would follow once JAM is proven.
Plaza / Asset Hub Evolution
Asset Hub is the Polkadot system parachain that handles native assets (DOT), foreign assets (via XCM), and NFTs. The Plaza concept envisions Asset Hub gaining smart contract capability:
- Smart contracts (likely EVM and WASM compatible) on Asset Hub
- Direct access to DOT and cross-chain assets without bridging overhead
- Unified user experience for DeFi, NFTs, and asset transfers without leaving the Polkadot core ecosystem
Plaza is intended to provide Polkadot with a direct smart contract destination for developers who don’t need the customization of a full parachain.
DOT Tokenomics Changes
The following sections cover this in detail.
Original Inflation Model
Polkadot’s original tokenomics used a complex inflation schedule with:
- ~10% annual DOT inflation
- Staking rewards varying based on participation rate (designed to target ~50% staked)
- Treasury allocations from inflation
- Remaining inflation burned if staking below target
Staking Changes Under 2.0
The DOT tokenomics debate has been significant in Polkadot governance — with the community divided on how to handle DOT’s circulating supply dynamics under the Agile Coretime model. Agile Coretime changes DOT’s role:
- Old role: Lock DOT for parachain slots (removes from circulation)
- New role: Spend DOT to buy coretime (DOT circulates/burns/enters treasury depending on implementation)
Coretime revenue destination: Under passed governance proposals, coretime revenue (DOT spent to buy block execution) flows to: the network treasury (funding ecosystem development) and is partially burned. This creates a DOT burn mechanism analogous to Ethereum’s EIP-1559 — active network usage reduces DOT supply.
Competitive Context
Why Polkadot 2.0 matters:
Polkadot’s vision — specialized, interoperable chains sharing security — was ahead of its time in 2016–2017. By 2023, Ethereum’s Layer 2 ecosystem (Arbitrum, Optimism, Base) proved that rollup-based scaling could achieve most of what Polkadot promised with:
- Better developer experience (EVM compatible)
- More established liquidity (Ethereum base layer)
- Simpler user experience (single ETH portal)
Polkadot’s 2.0 transformation acknowledges this competition and attempts to:
- Lower barriers so smaller and experimental projects can use Polkadot
- Add EVM compatibility (via CoreVM and EVM parachains) to attract Ethereum developers
- Reposition JAM as a more general and powerful compute layer than Ethereum’s EVM
Whether this transformation comes in time to recapture developer and ecosystem momentum remains uncertain as of 2024.
Related Terms
Sources
Wood, G. (2024). Polkadot Blockspace Over Blockchains. Web3 Foundation, polkadot.network/papers/blockspace-over-blockchains, January 2024.
Wood, G. (2024). JAM: The Gray Paper. graypaper.com, published Q1 2024.
Parity Technologies. (2023). RFC-0001: Agile Coretime. Polkadot Request for Comment (RFC) repository, github.com/polkadot-fellows/RFCs, October 2023.
Polkadot Treasury. (2024). Polkadot Ecosystem Report Q1 2024. Polkadot Treasury analytics, published April 2024.
Web3 Foundation. (2020). Overview of Polkadot and its Design Considerations. Web3 Foundation Research, https://research.web3.foundation/, 2020.