The code doesn’t lie. Solana’s mainnet now runs at 100 million compute units per block—up from 60 million. A 66% increase. The official tweet reads like a victory lap. But I’ve audited enough smart contracts to know: parameter changes are the easiest lies in blockchain. The real question isn’t whether the limit is higher. It’s whether the network can actually use that space without breaking.
Let’s strip the narrative. Compute Units (CU) are Solana’s gas. Each transaction consumes a certain amount. Raising the block CU limit means more transactions or more complex ones can fit into a single block. The proposal, SIMD-0286, went through Solana’s Improvement Document process. That’s good governance. But governance isn’t physics. The limit is a software cap, not a hardware constraint. The code now allows up to 100M CU per block. That’s a fact. The question is whether validators can keep up.
Context: The 66% Illusion
Solana’s architecture is built on high-spec hardware requirements. Validators already run on beefy machines with fast SSDs and high bandwidth. The Turbine propagation protocol was designed to handle big blocks. But “handle” and “handle without increased latency” are different. In 2021, during my NFT floor sweep debacle, I learned that network congestion doesn’t come from block limits alone. It comes from the imbalance between block production and block propagation. If validators start producing larger blocks, the time to propagate through the gossip network increases. If propagation exceeds the slot time, you get empty slots or forks. Solana’s team claims this is a low risk. I’ve seen that claim before—in 2022, when LUNA’s depeg was dismissed as a “temporary arbitrage.”
Volatility is just interest for the impatient. And this upgrade is borrowing against future network stability. The 66% number is derived from the old maximum of 60M CU. But the old maximum was rarely hit. Most blocks operate below 50% capacity. So the real-world throughput increase may be far smaller—maybe 10-20% in practice. Hype is a lever; capital is the fulcrum. Don’t mistake the lever for the lift.
Core: The Mechanics of a Parameter Tweak
The upgrade doesn’t change Solana’s consensus—still Proof of History + Proof of Stake. It doesn’t alter the fee market (still priority fees). It doesn’t add new opcodes or modify the execution environment. It’s a single integer change in the runtime configuration. Any Solana developer could have proposed it in five minutes. The hard part was convincing validators to accept it. And they did. That tells me two things: first, the validator set is aligned for growth; second, they’re feeling pressure.
Pressure from where? Look at the transaction cohort. Complex DeFi operations on Solana—like Jupiter’s swaps that aggregate multiple pools, or Mango Markets’ perp positions—consume 200,000 CU or more per user. MEV searchers bundle multiple instructions into single transactions, often exceeding 500,000 CU. When a block fills with these high-CU transactions, less space remains for simple transfers or NFT mints. The 66% increase gives breathing room. But it also gives MEV bots more room to maneuver.
From my 2020 DeFi arbitrage days, I remember the playbook: capture spread, exploit inefficiency, and dump before the peg drifts. The same principle applies here. Larger blocks mean more opportunity for atomic bundles. A searcher can sandwich a larger trade if the block has more space. The unit cost of MEV extraction drops. This is the hidden cost of “scaling.” You don’t just scale throughput—you scale extractable value.
Contrarian: The Real Bottleneck Isn’t Blocks
The common narrative is that raising the CU limit makes Solana faster. Let me push back. The bottleneck on Solana is not the block CU limit. It’s the single-threaded execution model within each slot. Solana processes transactions sequentially within a block (though in parallel across accounts). Each validator core runs one thread. So even if you double the CU limit, you don’t double the execution speed—you just allow longer execution per block. This can increase the time it takes to validate a block, potentially slowing down the entire network.
I’ve modeled this in my own backtests. In 2024, I structured ETF arb strategies that required sub-second execution. I learned that latency is the real killer. If Solana’s block time is fixed at 400ms, then increasing the CU limit doesn’t reduce latency per transaction. It only increases the maximum batch size. For retail users, this is invisible. For MEV bots, it’s a playground.
Also, consider the counterparty risk. Every validator now needs to handle blocks up to 100M CU. If their hardware can’t keep up, they might drop blocks, causing temporary centralization toward nodes with better gear. Solana’s validator set is already small—around 2,000 active nodes—compared to Ethereum’s 1 million. A higher barrier to entry shrinks that set further. Liquidity is a river, not a pond. If the river narrows, only the strongest currents remain.
Takeaway: What to Watch, Not What to Hype
The upgrade is live. The code is deployed. The question is whether the network becomes more useful or more extractive. Over the next month, I’ll be watching three signals:
- Transaction success rate: If large blocks cause more timeouts or failures, the upgrade backfires.
- MEV activity: Track Jito bundles and priority fee distributions. If MEV revenue spikes faster than transaction volume, the upgrade is feeding the sharks.
- Validator participation: Any increase in missed slots or empty blocks is a red flag.
You don’t understand the mechanism until you’ve modeled the failure. I’ve been through 2017’s ICO audits (where I caught integer overflows in Uniswap’s bonding curve), 2020’s yield farm sweeps (where I lost 70% on an NFT rug), and 2022’s LUNA short (where I made 15x but lost 20% to withdrawal freezes). Every time, the gap between code and reality was filled by assumptions. Assumptions about hardware, about network propagation, about human greed.
Solana’s code now says 100M CU. The reality will tell a different story. Don’t buy the narrative—buy the data.

Floor sweeps happen; rug pulls are a choice. This upgrade isn’t a rug pull. But it’s not a rocket ship either. It’s a tweak. Watch the on-chain metrics, ignore the Twitter hype, and remember: volatility is just interest for the impatient.