Solana is getting faster, but the interesting part isn’t simply 350ms blocks.
I started looking at what actually changes when the target slot time drops from 400ms to 350ms.
A Solana slot is basically the window given to a validator to produce a block.
With shorter slots, blocks arrive more frequently,and block-level feedback happens faster.
But here’s the part I found interesting:
Solana is also reducing the work allowed per slot.
So it’s not simply trying to push more and more computation into every second.
The idea is to make the slots shorter while keeping the approximate work capacity per second broadly similar.
this is only the first step.
The roadmap targets 300ms → 250ms → eventually 200ms.
The real question for me is:
How far can Solana tighten validator timing before skipped slots become a problem?
I started looking at what actually changes when the target slot time drops from 400ms to 350ms.
A Solana slot is basically the window given to a validator to produce a block.
With shorter slots, blocks arrive more frequently,and block-level feedback happens faster.
But here’s the part I found interesting:
Solana is also reducing the work allowed per slot.
So it’s not simply trying to push more and more computation into every second.
The idea is to make the slots shorter while keeping the approximate work capacity per second broadly similar.
this is only the first step.
The roadmap targets 300ms → 250ms → eventually 200ms.
The real question for me is:
How far can Solana tighten validator timing before skipped slots become a problem?
