Hook
Most people see a 66% block capacity increase and think "bullish."
I see a network that finally admitted its gas gauge was pegged at 60 million compute units and needed a recalibration. The real question isn't whether Solana's mainnet can handle 100 million CU per block — it already can, after the SIMD-0286 vote. The question is whether the applications and the order flow can fill that space without creating new inefficiencies.
On July 2024, the Solana Foundation announced that the mainnet block compute unit (CU) limit had been raised from 60 million to 100 million, effective immediately. The change followed the Solana Improvement Document (SIMD) 0286, which was debated and approved by validators. The upgrade is live. The network now has a theoretical capacity increase of 66%.
But in a bear market, capacity upgrades are a double-edged sword. More room means more potential for MEV extraction, higher hardware pressure on validators, and a deeper chasm between retail and smart money.
Context
Compute units are Solana's version of gas — they measure the computational resources a transaction consumes. Unlike Ethereum's gas limit, which is a global block parameter that miners vote on, Solana's CU limit is a fixed parameter adjusted via governance. The previous limit of 60M CU was set in early 2023, and since then, the network has seen a surge in complex transactions: perpetual swaps with on-chain margining, MEV bundles from Jito, and multi-hop DeFi routes. These transactions often consume 200K-500K CU each. With 60M CU per block, a block could theoretically fit 300 such transactions. With 100M CU, that number jumps to 500. The 66% headline is real.
SIMD-0286 was authored by a group of core engineers and validator representatives. It passed with strong consensus — no major opposition was recorded. The implementation was fast: the proposal was posted, discussed, and pushed to mainnet within a few weeks. That speed is a feature of Solana's governance, but it also hints at urgency. The network was hitting peak usage periods where block space became a bottleneck. Raising the CU limit was the quickest fix.
Core
Let me cut through the narrative and look at the order flow mechanics.
In 2020, I was running a Python script that front-run reentrancy attacks on Uniswap-SushiSwap arbitrage. I learned that capacity is not the same as efficiency. You can increase the size of a swimming pool, but if the water keeps overflowing from the same pipe, you haven't solved the plumbing. Solana's CU limit increase is the larger pool. The plumbing — the Turbine propagation protocol, the single-threaded execution engine, the validator hardware — remains the same.
From a trading perspective, the key metric is not the block CU limit but the average CU utilization per block. If blocks were already hitting 60M CU, then the new ceiling allows for real throughput gains. But if blocks were averaging 40M CU, the headroom is mostly theoretical. Data from the weeks before the upgrade shows that Solana's mainnet blocks were frequently reaching 50-55M CU during high-traffic periods (e.g., during memecoin trading frenzies or Jupiter swap spikes). The utilization rate was around 85-90%. So the increase is not just padding — it's relief for congested periods.
However, relief comes with a cost. Based on my audit experience with the DeFi startup that lost $3.5 million due to an integer overflow, I know that parameter changes in blockchain systems often have second-order effects that are not immediately visible. Here, the second-order effect is MEV.
Larger blocks mean more transactions per block, which means more opportunity for searchers to extract value from price movements, liquidations, and arbitrage. Solana's mempool is different from Ethereum's — it uses a "fan-out" mechanism where validators see transactions before they are included. With more CU per block, the time window for MEV strategies expands. Searchers can now fit more complex bundle logic within a single block. The result: a likely increase in MEV revenue, which accrues to validators and searchers, not to average users.
I've seen this pattern before. In 2021, when Ethereum's gas limit was raised from 15M to 30M after the London upgrade, MEV revenue spiked by 40% within a month. The same could happen on Solana.
Let me quantify. If we assume average CU per transaction remains constant at 200K (rough estimate for DeFi swaps), then 100M CU allows 500 transactions per block. At 400ms block time, that's 1,250 transactions per second. Current TPS averages around 1,000. The theoretical max is now 1,250, but only if every transaction is exactly 200K CU. In reality, blocks contain a mix of small (50K CU) and large (500K CU) transactions. The actual sustained TPS gain might be 10-20%, not 66%. The 66% figure is a headline, not a floor.
From my 2024 ETF arbitrage work, I learned that regulatory-driven changes often create latency arbitrage opportunities. Here, the regulatory angle is different — it's about hardware. Validators now have to process larger blocks. The block size in bytes is not directly CU, but there is a correlation: more complex transactions require more data. Solana's block propagation uses Turbine, which splits blocks into packets. Larger blocks increase the risk of packet loss or delayed propagation, especially for validators with weaker network connections. The network already requires high-end hardware (e.g., 12-core CPUs, NVIDIA GPUs for PoH). This upgrade may push marginal validators to upgrade or drop out. That is centralization risk — albeit small.
My team built an AI trading agent on the Render Network in 2025, and we learned that scaling a system's capacity without scaling its orchestration layer leads to failure. Solana's orchestration layer is the validator set. If 66% of validators cannot handle the new load, the network will see more empty blocks or slower finality. So far, feedback from the validator community has been positive — most had already prepared for the increase. But the risk remains.
Contrarian
Retail consensus: "This is huge for Solana. Price will moon."
Reality: This upgrade is a marginal improvement that does nothing to solve Solana's core structural issues — namely, the lack of a decentralized sequencing layer and the high barrier to entry for new consensus participants. The 66% capacity increase is like adding a lane to a highway that already has toll booths. The bottlenecks shift, but they don't disappear.
Smart money will look at two metrics: (1) average block CU utilization over the next month, and (2) MEV revenue as a percentage of total transaction fees. If utilization stays below 80%, the upgrade is a failure. If MEV revenue jumps disproportionately, it signals that the network is becoming more extractive, not more efficient.
Here is where my contrarian view diverges from the hype. Most people interpret this as a bullish signal for SOL's price. They assume higher capacity → more demand → higher price. But in a bear market, supply-side improvements (more block space) without corresponding demand growth depress fees per transaction. Solana's fee model is based on a priority fee auction. More capacity means lower competition for block space, which could actually reduce priority fees. That hurts validator revenue, which could reduce SOL staking yields, which could reduce staking demand, which could weaken price support.
Ego is the ultimate systemic risk. The Solana community is proud of its performance. But this upgrade is a reminder that performance is not the same as robustness. The network still goes down (it has had multiple outages). The network still depends on a small set of validators (about 2,000, with a handful controlling most of the stake). Increasing capacity without addressing these issues is like putting a bigger engine in a car with no brakes.
Takeaway
Watch the data, not the headlines. Over the next four weeks, track Solana's daily average TPS, average block CU utilization, and MEV-related fee revenue. If all three remain stable or increase moderately, the upgrade is neutral. If TPS jumps and MEV revenue spikes, the upgrade amplifies existing extraction. If TPS stagnates and utilization drops, it's a nothingburger.
Liquidity vanishes. Conviction remains.
Chaos is data waiting to be quantified.
I'll be watching the block explorers and the Jito mempool. That's where the true signal lies.