How Polkadot Parachains Work

Polkadot parachains are sovereign blockchains that connect to a central Relay Chain for shared security. Here's how collators, paravalidators, XCM messaging, and the new Agile Coretime model actually work.
Lewis Jackson
CEO and Founder

Polkadot's architecture gets described in ways that make it sound either simple ("a blockchain of blockchains") or impossibly abstract. Neither is quite right. The actual mechanism is specific and worth understanding — partly because it's distinct from other multi-chain approaches, and partly because the model has been changing significantly since launch.

The core idea is this: independent blockchains can lease security from a shared source rather than bootstrapping their own validator sets. That shared source is Polkadot's Relay Chain, and the chains that connect to it are called parachains.

The Relay Chain and What It Does

The Relay Chain is Polkadot's central chain. It doesn't run smart contracts or host applications. Its only job is coordination: running consensus, validating parachain blocks, and enabling cross-chain communication. Validators on the Relay Chain stake DOT and are randomly assigned to validate block candidates submitted by parachains.

Relay Chain consensus uses two mechanisms operating in parallel. BABE (Blind Assignment for Blockchain Extension) handles block production — validators take turns proposing blocks on a fixed schedule. GRANDPA (GHOST-based Recursive ANcestor Deriving Prefix Agreement) handles finality, allowing the chain to finalize large batches of blocks simultaneously rather than one at a time. The combination is designed to keep block production fast while achieving deterministic finality.

As of early 2026, the Relay Chain has around 300 active validators.

How Parachains Connect

A parachain is a sovereign blockchain — it has its own state machine, its own token if it wants one, its own governance, its own rules. What it doesn't have is its own validator set. Instead, it outsources block validation to the Relay Chain.

Collators are the nodes that run individual parachains. They gather transactions from users, execute them according to the parachain's rules, and assemble block candidates. A collator's job is to package work for the Relay Chain validators, not to provide security — collators don't have stake at risk and can't finalize anything on their own.

When a collator produces a block candidate, it submits it along with a proof of validity — a compact cryptographic proof that the state transition is correct. A subset of Relay Chain validators, called paravalidators, check these proofs. If enough paravalidators approve the block, it gets included in the Relay Chain. Once the Relay Chain finalizes, the parachain's block is final too.

This is the shared security model in practice. An attacker trying to produce a fraudulent block on a parachain would need to corrupt enough Relay Chain validators to get it approved — and those validators have significant DOT at stake. A small parachain gets the same security guarantees as a large one, because the threat model is the Relay Chain's total stake, not the parachain's own resources.

Cross-Chain Messaging: XCM

Parachains can communicate with each other through XCM (Cross-Consensus Messaging), Polkadot's message format for sending instructions between chains. XCM isn't a transport protocol — it's a language. It describes what an instruction means (transfer tokens, execute code, query state) without specifying how the message gets delivered.

The actual delivery happens through two mechanisms: HRMP (Horizontal Relay-Routed Message Passing) for messages between parachains, and VMP (Vertical Message Passing) for messages between a parachain and the Relay Chain. HRMP routes messages via the Relay Chain rather than directly between chains; this creates a dependency on Relay Chain capacity but ensures that message delivery is subject to the same finality guarantees.

The design goal is that a parachain developer can write cross-chain logic once using XCM, and it works with any other XCM-compatible chain — including chains outside Polkadot, via bridges.

How Parachains Access the Relay Chain: Slot Auctions and Coretime

The original model for connecting a parachain required winning a parachain slot auction. Projects would bid DOT — or crowdloan DOT from supporters — to lease a slot on the Relay Chain for up to two years. At auction end, the highest bidder won the slot; DOT was locked for the duration and returned when the lease expired.

This model had a specific problem: it required upfront capital commitments of millions of dollars and locked out smaller projects. The 2-year lease structure also created cliff risks when teams had to re-bid or lose their slot.

Agile Coretime, introduced as part of Polkadot 2.0, replaces the slot auction model. Instead of fixed 2-year leases, parachain operators purchase coretime — units of Relay Chain blockspace — in a market. Bulk coretime can be purchased for extended periods and resold or subdivided. On-demand coretime lets chains pay per block, which suits intermittent use cases. The effect is a blockspace market rather than a lease market: pricing becomes more continuous, access becomes more flexible, and the barrier for smaller projects drops significantly.

Agile Coretime went live on Kusama (Polkadot's canary network) in mid-2024 and on Polkadot mainnet in late 2024.

Where the Constraints Live

Relay Chain throughput is the binding technical constraint. The Relay Chain can support a limited number of parachains simultaneously — initially capped around 100 slots. Each parachain's block gets validated in each Relay Chain block, so adding more parachains increases the validation burden on the validator set. Polkadot's roadmap addresses this with elastic scaling, which would allow a single parachain to use multiple cores simultaneously during periods of high demand rather than being limited to one block per Relay Chain block.

Shared security cuts both ways. The benefit is that a new parachain doesn't need to bootstrap trust. The constraint is that all parachains are dependent on the Relay Chain's health. If Relay Chain validators behaved maliciously, every connected parachain would be at risk.

Collator diversity is a softer constraint. Parachains technically need only one honest collator to function correctly, but in practice most teams run collator sets managed by a small number of entities, which creates operational centralization even if the security model doesn't require it.

What's Changing

The transition to Agile Coretime is the most significant near-term change — it rewrites the economic model for accessing Relay Chain security. The migration affects existing parachain teams, who need to adapt to coretime purchasing instead of managing slot renewals.

Elastic scaling, if implemented as designed, would let parachains increase throughput horizontally by purchasing additional cores during demand spikes, rather than being bottlenecked by the one-block-per-Relay-Chain-block constraint.

There's also ongoing work on the JAM (Join-Accumulate Machine) proposal — an eventual successor to the Relay Chain that would expand what kinds of workloads can be validated through the shared security model. JAM is multi-year and speculative from an implementation standpoint, but it signals that the Polkadot architecture is intended to evolve well beyond its initial parachain-centric design.

What Would Confirm This Direction

Confirmation signals: Agile Coretime adoption growing beyond teams migrating from slot auctions, on-demand coretime usage picking up from projects that couldn't justify slot auction participation, elastic scaling shipping and being used by high-throughput parachains, XCM message volume growing as a share of total parachain activity.

What Would Break or Invalidate It

Invalidation signals: Relay Chain validator set becoming concentrated enough to threaten shared security guarantees, coretime pricing making access as expensive as slot auctions in practice, parachain teams migrating to alternative frameworks due to tooling or cost reasons, JAM proposal fragmenting developer attention without delivering.

Timing Perspective

Now: Agile Coretime is live and the active variable. Teams with existing slots are managing migration; new teams face different economics than the 2020–2024 cohort. XCM interoperability is functional but complex.

Next (2025–2027): Elastic scaling and whether it delivers meaningful throughput improvements for high-demand parachains. The coretime market's price discovery as it matures.

Later: JAM and whether the shared security model extends to workloads beyond sovereign blockchains. Polkadot's positioning relative to modular alternatives becomes clearer as both mature.

Boundary Statement

This explanation covers the mechanism. It doesn't assess whether any specific parachain or the DOT token represents an opportunity, and it doesn't address how to evaluate coretime pricing. The architecture described here is live and operational; the JAM roadmap is not.

The system works as described. Whether it's the right architecture for a given use case depends on factors outside this scope.

Related Posts

See All
Crypto Research
New XRP-Focused Research Defining the “Velocity Threshold” for Global Settlement and Liquidity
A lot of people looking at my recent research have asked the same question: “Surely Ripple already understands all of this. So what does that mean for XRP?” That question is completely valid — and it turns out it’s the right question to ask. This research breaks down why XRP is unlikely to be the internal settlement asset of CBDC shared ledgers or unified bank platforms, and why that doesn’t mean XRP is irrelevant. Instead, it explains where XRP realistically fits in the system banks are actually building: at the seams, where different rulebooks, platforms, and networks still need to connect. Using liquidity math, system design, and real-world settlement mechanics, this piece explains: why most value settles inside venues, not through bridges why XRP’s role is narrower but more precise than most narratives suggest how velocity (refresh interval) determines whether XRP creates scarcity or just throughput and why Ripple’s strategy makes more sense once you stop assuming XRP must be “the core of everything” This isn’t a bullish or bearish take — it’s a structural one. If you want to understand XRP beyond hype and price targets, this is the question you need to grapple with.
Read Now
Crypto Research
The Jackson Liquidity Framework - Announcement
Lewis Jackson Ventures announces the release of the Jackson Liquidity Framework — the first quantitative, regulator-aligned model for liquidity sizing in AMM-based settlement systems, CBDC corridors, and tokenised financial infrastructures. Developed using advanced stochastic simulations and grounded in Basel III and PFMI principles, the framework provides a missing methodology for determining how much liquidity prefunded AMM pools actually require under real-world flow conditions.
Read Now
Crypto Research
Banks, Stablecoins, and Tokenized Assets
In Episode 011 of The Macro, crypto analyst Lewis Jackson unpacks a pivotal week in global finance — one marked by record growth in tokenized assets, expanding stablecoin adoption across emerging markets, and major institutions deepening their blockchain commitments. This research brief summarises Jackson’s key findings, from tokenized deposits to institutional RWA chains and AI-driven compliance, and explains how these developments signal a maturing, multi-rail settlement architecture spanning Ethereum, XRPL, stablecoin networks, and new interoperability layers.Taken together, this episode marks a structural shift toward programmable finance, instant settlement, and tokenized real-world assets at global scale.
Read Now

Related Posts

See All
No items found.
Lewsletter

Weekly notes on what I’m seeing

A personal letter I send straight to your inbox —reflections on crypto, wealth, time and life.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.