Key highlights:
- Solana’s slot time has dropped from 300 milliseconds to 250 milliseconds
- This pushed the network to four slots per second
- SOL’s transaction capacity stayed the same under the upgrade
Solana’s network has gotten even faster. The blockchain’s target slot time dropped from 300 milliseconds to 250 milliseconds on September 18, according to on-chain data. This brought the network to four targeted slots every second, up from around 3.3.
BREAKING: @Solana slot time has dropped to 250ms for the first time after the latest reduction under SIMD-0525 went live at epoch 1037.
The network has now reduced its target slot time from 400ms to 250ms, with 200ms as the final target. pic.twitter.com/ANqvgY7kf9
— SolanaFloor (@SolanaFloor) September 18, 2026
What a faster slot time means for Solana
A slot is the window of time in which a validator gets to produce a block on the network. Shrinking that window means wallets, exchanges, and others get more frequent updates on the state of the blockchain.
In other words, transactions won’t sit waiting so long before they’re picked up and processed. Validators act as the network’s coordinator for four slots at a time. However, because each individual slot is now shorter, a validator’s control window has shrunk from 1.2s to 1s.
This means the responsibility for ordering transactions passes to the next validator quicker than before.
This upgrade is also important for applications. For instance, tools like oracle-based price feeds and automated market makers are dependent on how current the data on the network is.
With the change, users should see updates to transaction status sooner, and the window in which the market can move before a swap hits the network gets smaller. In practice, that means fewer failed trades and less chance of a transaction executing at a different price than what a user submitted.
The 250ms stage is a stage under the proposal known as SIMD-0525, which aims to gradually reduce Solana’s slot time from its 400ms to 200ms.
The process was split into four stages at 350, 300, 250, and then 200 milliseconds, with each stage requiring its own activation. That system gives developers and validator operators room to check how the network performs before moving on to the next reduction.
Solana first cut its slot time from 400ms to 350ms in August, which was the first of such changes since the network launched.
The speed boost doesn’t mean more capacity
The 17% increase in how fast slots arrive did not come with a transaction capacity upgrade. Under the SIMD-0525 proposal, the amount of computation and data allowed in each slot is reduced in proportion to how much shorter that slot becomes.
That means more slots are produced over any stretch of time, but each one is permitted to carry a smaller amount of work, which keeps the network’s processing capacity over real time unchanged.
At 250ms, the compute unit restriction per slot reduced to 37.5 million from the 60 million threshold that was set at the initial stage of the entire procedure. A reduction to 30 million is also anticipated at the 200ms phase.
However, the faster clock increases the amount of work for the network because there are more blocks to be processed and stored.
Apps that measure elapsed time by multiplying the number of slots with duration will require modification due to faster blockhash expiration. It becomes hard for anything offline, such as transaction signatures or approvals through human input.