Elastic Scaling - wen 500ms blocks

The Elastic Scaling launch is right around the Q2 corner. There are just a few final pieces of the puzzle that need to come together:

  • The Fellowship Runtime based on Polkadot SDK 2412-1 is being prepared. Once enacted, we are just one referenda away from enabling the RFC103 security feature.
  • Polkadot Stable release 2503 is coming at end of March. It contains the slot based collator technology that supports elastic scaling and dynamic async backing parameters for the validators.

Elastic Scaling is the last missing piece of Polkadot 2.0 and at the same time is a game changer. In a nutshell it significantly improves the vertical scalability of rollups, increasing throughput and lowering latency.

So, what can elastic scaling do for you ?

It simply enables single rollups to leverage the multi-core architecture of Polkadot. The rollup (parachain) can adjust the number of cores it uses on the fly via the Agile Coretime interface. L2s can increase their throughput and decrease latency to match the load or expected end user experience.

The picture below shows how it works.

There is just one rule: the rollup still creates a chain of blocks that get validated in parallel on the relay chain. The faster your rollup can create these blocks, the more cores you can use on the relay chain every 6s. Remember, each core has 2s of execution and 5MB of availability (soon 10MB).

When do you need it ?

Depending on what you are building you will care about getting more of the following 3 things:

  • compute (cpu weight)
  • bandwidth (proof size)
  • latency (block time)

I just want very low latency

When latency is all that you care about and you are happy with using under 25% of the compute a core provides, we got you covered.

12 cores

This enables very fast transaction confirmations with 500ms blocks and up to 12 MB/s of DA bandwidth. Fancy!

I want high throughput (TPS) and lower latency.

If you are building a CPU intensive application, then your rollup needs to maximise the compute usage of the cores while also achieving a lower latency.

3 cores.

You get a good balance of latency and throughput. This gives the rollup up to 6s of execution, 3MB/s of DA bandwidth and neat block time of just 2 seconds.

I want decent throughput but more bandwidth

It might happen that your application doesn’t really need to use much compute, let’s say under 50% of what a core gives. But, at same time it is a bandwidth guzzler.

6 cores.

This would give you up to 6s of compute , 6MB/s of DA bandwidth, but you will also get 1 second blocks for free.

Multiple blocks per PoV

Using 12 cores just to get 500ms blocks might not be the best idea in terms of resource usage efficiency long term, but it just works nicely until we make it more efficient.

Something better is coming and it will allow up to 4 parachain blocks (or even 8 for 250ms blocks) to be included in a single PoV. It will then be possible to reduce the number of required cores to 3 while maintaining the 500ms latency and maxing out the compute usage of the core. I do not have a timeline for this one and cannot promise anything, but I know that @bkchr is doing it :slight_smile:

For an even better picture of the scalability story of Polkadot I recommend you read this blog post

Trade-offs

It is always the case that we need to trade-off compute for latency. Lower latency means more frequent blocks and this adds overhead, reducing the amount of compute that can be performed in 6 seconds.

At the same time the amount of compute that can be used per core depends on the network latency between your collators and their authoring speed. Faster collators allow you to use the relay chain compute resources to the fullest.

At Parity we are working hard to streamline and optimise the block production to enable maximum core resource usage for collators running reference hardware. Ideas, discussions and even a PoC exists. Read more about it in this ticket: Elastic Scaling: Streamlined Block Production · Issue #5190 · paritytech/polkadot-sdk · GitHub

How does all of this sound ? Are you going to use elastic scaling ?

I would love to hear some feedback and answer questions in this thread.

19 Likes

This part is super helpful, thank you!

5 Likes

Once the referenda Set PoV size limit to 10 Mb is enacted on Polkadot, each core will provide up to 1.8 MB/s of DA bandwidth.

Elastic Scaling Update - August

Hi everyone!

Following the successful enactment of referendum #569 and a week of flawless operation, we are thrilled to announce that RFC103 has been successfully deployed on Kusama. This is a significant achievement that we can all be proud of. :tada:

This milestone means parachains can now securely utilize multiple cores, boosting throughput and reducing block times.

Why this matters

Elastic Scaling is the final missing piece of Polkadot 2.0. With it, rollups (parachains) can dynamically scale up their compute power using the Agile Coretime interface, tapping into Polkadot’s multi-core architecture.

In practice, this means:

:high_voltage: Higher throughput - more transactions per second without sacrificing security or decentralization

:stopwatch: Lower latency - rollups can hit 500ms block times

:satellite_antenna: Greater bandwidth - up to 20 MB/s of data availability when scaling to 12 cores

:hammer_and_wrench: Flexibility - parachains adjust coretime on demand, scaling up or down to match workload and use case.

Whether you’re building gaming dApps that need low latency, DeFi protocols that demand high throughput, or social platforms that rely on bandwidth-heavy messaging, Elastic Scaling unlocks new possibilities.

Storm Tested, Future Ready

While the Q2 RFC103 deployment faced challenges, particularly during the Kusama dispute storm, we’ve emerged stronger. The postmortem of this event revealed critical issues in the dispute protocol, which we’ve since resolved. This has led to a more resilient, stable, and future-proof system.

What’s next

With RFC103 live on Kusama and validated under real conditions, we are moving closer to a Polkadot mainnet release, scheduled for early September, with an exact date to be released once the referendum is submitted. This rollout will mark the beginning of a new era for developers and users across the ecosystem:

:rocket: Apps with faster, smoother UX

:puzzle_piece: Rollups that scale seamlessly with demand

:globe_showing_europe_africa: A Polkadot network ready to support global-scale applications

Elastic Scaling isn’t just an upgrade - it’s a game changer for how blockspace is used and delivered.

We’re eager to hear your thoughts. What are you most excited to build with Elastic Scaling? How will it impact your work?

10 Likes

wen faster blocktimes on kusama hub?

As far as I am aware it will happen post migration for both KAH and PAH.

4 Likes

:construction: Let’s clear up where Elastic Scaling and Polkadot 2.0 stand today.

To clarify: Elastic Scaling is live on the Polkadot Relay Chain. Production deployments require that collators and parachain runtimes are upgraded to Polkadot SDK version 2509, which is scheduled for release in early October.

But, 2509 release candidate is available :backhand_index_pointing_right: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2509-rc1

For more information please see the guide to enable elastic scaling: https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_elastic_scaling/index.html

5 Likes

Do we know when collators and parachain runtimes will upgrade to the Polkadot SDK version 2509?

On that. But probably the release would be after the Polkadot Hub Migration.

2 Likes

We are already working to upgrade AH to ES on testnets (Westend, Paseo), then Kusama and Polkadot after the migration.

1 Like

Elastic Scaling is Live on Polkadot

Elastic Scaling is now complete and available for parachain teams on Polkadot.

Elastic Scaling introduces vertical scalability for rollups, allowing parachain teams to handle growing demand with greater efficiency. For the first time, they can deliver a user experience that is much closer to Web2, characterized by speed, responsiveness, and smoothness, with shorter in-block confirmation delays.

This milestone marks the completion of the entire launch checklist, encompassing testnet deployments, runtime upgrades, and referenda across Kusama and Polkadot.

What is Elastic Scaling?

Elastic Scaling allows parachains to dynamically utilize multiple cores simultaneously, unlocking the potential for significant throughput increases. Rollups can now scale vertically to meet demand instead of being limited to a single core. Polkadot’s upgraded architecture is designed for workloads that rely on:

  • Low-latency execution and high throughput

  • Consistent performance under heavy demand

  • Real-time user interaction and responsiveness

A Simple Analogy: Coffee and Finality

Think about buying a coffee in a café.

  • You tap your wallet, and the payment is initiated.

  • The merchant doesn’t wait for the funds to settle in their account before serving you the coffee.

  • They trust that the payment will be finalized, and life will move forward smoothly.

  • The customer gets their coffee without delay.

With Elastic Scaling, parachians can significantly reduce block time, improving the speed at which transactions are confirmed with each block. In the cafe analogy, it’s like serving customers faster without altering the order verification process, ensuring a smoother, more responsive experience while the system still guarantees eventual certainty.

Completing the Polkadot Upgrade

Elastic Scaling is the final piece of Polkadot’s three-pillar scalability upgrade, alongside:

  • Async Backing: reduced parachain block time to 6 seconds and increased block size, unlocking an 8–10x throughput boost.

  • Agile Coretime: replaced auctions with an on-demand marketplace for blockspace, making it easier and cheaper for parachains to access cores.

Together, these upgrades make Polkadot rollups up to 3Ă— more performant on average, with up to 20MB/s bandwidth availability, delivering a user experience very close to Web2.

Important to Note

Elastic Scaling is not a mandatory upgrade; it depends on your application architecture and the service you want to provide your customers. Some parachains may not need multiple cores, while others may see it as a game-changer for their growth and user experience. At the same time, developers are invited to come and work with the new stack and build on Polkadot.

What should parachain teams do next?

  • Review the updated Elastic Scaling Guide to understand how to enable it.

  • Make sure to test thoroughly before going live.

  • Evaluate whether your chain benefits from multi-core scaling based on your workload and user demand.

  • Share feedback on this forum post from your deployments so we can continue refining the ecosystem.

Elastic Scaling completes the trilogy of Polkadot upgrades, delivering the scalability properties required to merge Web2 speed with Web3 truth. This is a significant step forward in Polkadot’s evolution, bringing us closer to a truly scalable, application-rich network.

We’re excited to see how parachain teams will utilize Elastic Scaling.

9 Likes