TL;DR
- Solana has reduced its target slot time from 300ms to 250ms, increasing the network’s target from roughly 3.3 to four slots per second.
- The change improves how quickly applications receive fresh blockchain data, while each slot carries proportionally less work, keeping overall capacity broadly unchanged.
- The upgrade is part of SIMD-0525, which moves Solana toward a 200ms target and shorter validator control windows.
Solana has reduced its target slot time from 300 milliseconds to 250 milliseconds, making the network’s clock run nearly 17% faster. The change went live on mainnet on September 18 and gives wallets, exchanges and decentralized applications more frequent updates from the blockchain.
The adjustment does not mean Solana suddenly processes 17% more transactions. Instead, the network is creating smaller blocks more frequently. At 250 milliseconds, Solana targets four slots per second, compared with roughly 3.3 under the previous setting. This can reduce the time applications wait for new state information and make fast-moving onchain markets more responsive.
Solana Moves Faster Toward Lower-Latency Blockchain Operations
A slot represents the short period assigned to a validator to produce a block. Solana keeps the leader schedule at four consecutive slots, so reducing each slot from 300ms to 250ms cuts a leader’s control window from 1.2 seconds to one second.
That matters for trading systems, oracle consumers and automated market makers, where blockchain data can become outdated quickly. More frequent blocks provide applications with a finer view of changes in account balances, prices and transaction activity.
The upgrade also continues a broader performance program. SIMD-0525 introduced staged reductions from the original 400ms target through 350ms and 300ms before reaching 250ms. The proposal keeps epochs at 432,000 slots, meaning the shorter slots also reduce the expected duration of an epoch. At 250ms, an epoch lasts about 30 hours rather than roughly 36 hours.

250ms Slots Keep Capacity Balanced While Improving Responsiveness
The faster clock comes with an important trade-off. SIMD-0525 reduces the amount of computation and data permitted in each slot in proportion to the shorter duration. More blocks arrive every second, but each block is smaller from a processing-limit perspective, keeping Solana’s wall-clock capacity broadly stable rather than delivering a direct 17% throughput increase.
For users, the practical benefit is lower latency. A swap, price update or other transaction can encounter a shorter wait before the network advances to another block. That can be particularly useful for applications where market conditions change within fractions of a second.