Solana speeds up blocks by 17%, but transaction capacity stays the same
Validators, or entities that supply computing power to maintain any blockchain network, will remain leaders for four consecutive slots. The faster clock therefore reduces each leader’s control window from 1.2 seconds to one second, handing transaction-ordering power to the next validator sooner.
That matters for applications such as oracle-powered markets and automated market makers, where stale prices or a few hundred milliseconds of uncertainty can affect whether a transaction executes as intended.
Users should see transaction updates sooner, while swaps have a smaller window in which the market can move before they reach the network. That can mean fewer failed trades and less chance of receiving a materially different price than expected.
Read More: Solana to triple transaction size as apps get room for more complex trades
The speed increase does not give Solana 17% more raw capacity. Under SIMD-0525, the amount of computation and data permitted in each slot falls by the same proportion as the slot duration. More slots arrive each second, but each is allowed to carry less work, leaving the network’s wall-clock processing ceiling roughly unchanged.
Infrastructure still has more individual blocks to ingest and store. Applications that estimate time by multiplying slot numbers by a hard-coded duration will also drift, while blockhashes expire sooner in real time. That leaves less room for offline signing, delayed approvals and other transaction flows that depend on human action.