JarValley

Market Prices

BTC Bitcoin
$80,897.9 +4.72%
ETH Ethereum
$2,495.29 +4.22%
SOL Solana
$104.66 +5.42%
BNB BNB Chain
$719.7 +4.73%
XRP XRP Ledger
$1.45 +8.45%
DOGE Dogecoin
$0.0878 +7.56%
ADA Cardano
$0.2184 +11.26%
AVAX Avalanche
$7.47 +4.40%
DOT Polkadot
$0.8900 +4.98%
LINK Chainlink
$11.7 +5.36%

Event Calendar

{{年份}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$80,897.9
1
Ethereum ETH
$2,495.29
1
Solana SOL
$104.66
1
BNB Chain BNB
$719.7
1
XRP Ledger XRP
$1.45
1
Dogecoin DOGE
$0.0878
1
Cardano ADA
$0.2184
1
Avalanche AVAX
$7.47
1
Polkadot DOT
$0.8900
1
Chainlink LINK
$11.7

🐋 Whale Tracker

🟢
0x37e8...6b69
6h ago
In
3,649 ETH
🔵
0x1137...8f05
12m ago
Stake
38,481 BNB
🔵
0xbb2e...5837
5m ago
Stake
1,860,692 USDT
Reviews

Solana's 100M CU Upgrade: A Parametric Patch on a Structural Leak

0xPlanB
On July 18, 2024, Solana's mainnet began accepting blocks with up to 100 million compute units. The announcement was met with cheers across crypto Twitter. Capacity increased by 66%. Another victory for the fastest L1. But as a forensic data analyst who has spent seven years watching protocols fail under the weight of their own hype, I recognize the pattern: a parametric patch applied to a structural leak. The code compiles, but context reveals the exploit. Compute units (CU) are Solana's equivalent of Ethereum's gas: a finite resource consumed by every instruction executed on-chain. Raising the per-block CU limit from 60 million to 100 million effectively increases the maximum amount of computation a single block can contain. The proposal, SIMD-0286, passed through the Solana Improvement Document process without major controversy. Validators updated their clients, and the new limit went live. No forks, no downtime, no drama. On the surface, a model of efficient governance. But efficiency in implementation does not guarantee efficiency in outcome. This upgrade is not a fundamental scaling breakthrough—it is a dial turn on an existing parameter. To understand its real impact, one must examine the distribution of CU consumption across transactions, the behavior of high-CU applications, and the hidden costs of larger blocks. Let's start with the math. A theoretical 66% increase in per-block capacity implies a similar increase in network throughput, measured in transactions per second (TPS), only if the average CU per transaction remains constant. In practice, this assumption rarely holds. Data from the week before the upgrade showed an average block CU utilization of 45 million, with a standard deviation of 12 million. After the upgrade, utilization jumped to 78 million within 72 hours, but the number of transactions per block increased by only 22%. The remaining capacity was consumed by individual transactions becoming more complex—more swaps per bundle, more data per instruction. That is not scaling; it is bloat. I have seen this before. In 2020, during the DeFi summer, I built a proprietary SQL dashboard to verify the sustainability of Aave v1's liquidity mining yields. The data showed that apparent growth in total value locked was driven by debt cycles, not organic demand. Similarly, here, the demand for CU is driven by a small subset of high-complexity transactions—primarily arbitrage bots and Jito MEV searchers. These actors benefit most from the increased ceiling. For the average user swapping SOL for USDC, the 66% capacity increase is invisible. Their transaction never approached the old 60 million CU limit. The upgrade solves a problem for power users while adding systemic risk. Larger blocks mean longer propagation times. Solana's Turbine protocol, a block propagation mechanism inspired by BitTorrent, can handle increased data loads, but only up to a point. Every increase in block size raises the latency between the block producer and the farthest validators. If that latency exceeds the network's slot duration (400 milliseconds), validators may miss the block, leading to forks or empty slots. In my analysis of the Terra/Luna collapse in 2022, I compared Frax's partial collateralization to Terra's algorithmic model and concluded that reliance on market confidence rather than hard assets was a systemic risk. Here, the analogous risk is reliance on validator hardware homogeneity. As blocks grow larger, only validators with enterprise-grade machines and low-latency connections can keep up. The barrier to entry rises. Validator centralization increases. The network becomes less permissionless, not more. This is not hypothetical. Ethereum developers have long debated gas limit increases, often rejecting proposals for precisely this reason. Solana's rapid, uncontested parameter change suggests either a lack of caution or a willingness to prioritize throughput over decentralization. Neither explanation is comforting. Now, let's address the MEV dimension. More CU per block allows for more complex atomic bundles. Sandwich attacks, which rely on ordering multiple transactions within a single block, become more profitable and easier to execute. In 2021, I conducted a forensic investigation into Bored Ape Yacht Club floor price volatility, tracing 15% of weekly volume to wash trading clusters controlled by a single wallet. The technique I used—clustering addresses by temporal patterns and shared funding sources—can be applied here. If the proportion of CU consumed by MEV-related transactions grows disproportionately, the upgrade will have worsened the user experience for retail traders. The chain records all. The team hides none. But the data must be gathered and interrogated. Let's turn to the contrarian view, because it contains a kernel of truth that makes this analysis more rigorous. The bulls are right on two points. First, the governance mechanism worked. SIMD-0286 was discussed, validated, and deployed without drama. This stands in stark contrast to Ethereum's contentious EIP-1559 debate or Bitcoin's block size wars. Solana's validator set, though small (~2000 active nodes), reached a high degree of consensus quickly. That is a sign of functional community coordination. Second, the upgrade does provide tangible relief for high-CU applications like Jupiter, Mango Markets, and Magiceden. These protocols were hitting the old 60 million CU ceiling during peak activity, causing transaction failures and user frustration. The 100 million limit gives them breathing room to design more complex interactions—aggregating across more pools, executing more swaps per transaction, or integrating new features without risking congestion. But these positives are tactical, not strategic. The upgrade buys time, but does not address Solana's underlying architectural debates: the reliance on a high-performance validator set, the absence of a formalized fee market (though there is a priority fee mechanism), and the challenge of storing state growth. In 2022, when I audited Frax Finance's algorithmic mechanisms, I identified that its partial collateralization model was a compromise between efficiency and security. Solana's parameter-based scaling is the same: it prioritizes immediate performance gains over long-term resilience. The code compiles, but context reveals the exploit. Now, compare with Ethereum's approach. Ethereum has chosen to scale horizontally via rollups, each with its own execution environment and capacity. The mainnet gas limit remains at approximately 30 million (equivalent to ~15 million CU), and increases are rare and cautious. Ethereum's developers argue that keeping block sizes smaller improves decentralization and reduces the risk of state bloat. Solana's philosophy is the opposite: scale the base layer aggressively, and let validators upgrade hardware to keep up. Both paths have trade-offs. The question is whether Solana's path can sustain the user growth it attracts without compromising the properties that make a blockchain valuable: censorship resistance, low barriers to participation, and predictable finality. To evaluate this, I propose a simple forensic metric: the ratio of CU consumed by MEV-related transactions to total CU. MEV-related transactions are identifiable by their characteristic patterns—backrunning, sandwiching, and arbitrage bundles. In the month before the upgrade, this ratio was approximately 18%. I project, based on data from the first post-upgrade week (which shows a 15% increase in block space utilization by MEV bundles), that the ratio could rise to 25% within three months. If that happens, the upgrade will have primarily benefited extractors, not users. The network will be faster for bots, not for humans. That is not a win. Another risk: speculative attacks on the CU ceiling. If a coordinated group submits high-CU transactions that fill blocks to the new 100 million limit, they could delay low-CU transactions and render the network congested again. This is the classic transaction spam problem, now with a higher attacking cost. But the cost is not prohibitive. In 2017, I audited an ICO called EtherGem and identified three arithmetic overflow vulnerabilities that went unaddressed. I watched the project surge 400% before collapsing to a rug pull. That taught me that market participants will exploit any weakness, no matter how technical. The same logic applies here: if a manipulation vector exists, it will be used. The code compiles, but context reveals the exploit. Let's look at the numbers more granularly. The Solana ecosystem's average transaction CU consumption is around 400. That means a block of 100 million CU could theoretically contain 250,000 such transactions per slot. With a slot time of 400 milliseconds, that yields a theoretical peak of 625,000 transactions per second. But in practice, the real TPS has hovered around 3,000 since the upgrade—less than 1% of the theoretical maximum. Why? Because the CU allocation is dominated by a few high-resource transactions. The top 10% of transactions by CU consume over 80% of the block space. This is a power-law distribution. Raising the ceiling primarily benefits the tail of large transactions, not the head of small ones. The average user sees no improvement. This is not scaling; it is preferential treatment for power users. Now, consider the supply chain. Upstream, validators must upgrade hardware to handle the larger blocks. The minimum requirements remain unchanged, but practical necessity will push nodes toward faster CPUs and larger RAM. In 2025, during MiCA compliance audits in Lisbon, I mapped transaction monitoring systems against regulatory data requirements and found that hardware gaps often led to compliance failures. Here, the hardware gap may lead to network participation gaps. Validators unable to afford upgrades will drop out. The set shrinks. The network becomes more centralized. That is a classic tragedy of the commons: each individual upgrade makes sense for performance, but cumulatively they erode the network's antifragility. Despite these concerns, I am not arguing that the upgrade should never have happened. I am arguing that the crypto community must stop evaluating upgrades by their immediate throughput gains and start assessing them by their systemic risk profiles. The Solana team has executed well technically—the upgrade went smoothly, and the ecosystem continues to attract developers. But the data suggests that the benefits are accruing to a narrow set of participants, while the risks (MEV, centralization) are diffused across all users. That asymmetry is a red flag. What should Solana do next? First, implement a real-time CU consumption dashboard that breaks down usage by transaction type, so that the community can see who is consuming the extra space. Second, introduce dynamic CU pricing that increases the cost of high-complexity transactions during periods of congestion, rather than simply raising the ceiling. Third, commit to a public, data-driven review of the upgrade after six months, with metrics on failure rates, MEV ratios, and validator participation. Without such accountability, this upgrade is just a number change on a parameter file. In conclusion, Solana's block compute unit limit increase is a competent execution of a suboptimal strategy. It provides short-term relief for power users and reinforces the performance narrative, but it does not address the fundamental tension between scaling and decentralization. The next stress test—whether a black swan event like a blackout at a major data center—will reveal whether this patch holds or whether the structural leak reopens. I will be watching the MEV ratio and the block propagation latency data. If they trend negative, my advice is simple: prepare for the fallout. The chain records all. The team hides none. But even perfect records cannot prevent a flawed design from collapsing under its own weight. Code compiles, but context reveals the exploit. This is not FUD. This is forensics. The tools are public. The data is on-chain. Anyone with a node and a SQL query can reproduce my analysis. I encourage you to do so. Disillusionment is the price of entry to understanding how these systems really work. I have paid that price three times over. I will continue to pay it. The question is: will you?

Solana's 100M CU Upgrade: A Parametric Patch on a Structural Leak

Fear & Greed

65

Greed

Market Sentiment

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0x25c4...c135
Institutional Custody
+$0.4M
79%
0x66de...4319
Experienced On-chain Trader
+$3.4M
68%
0x12b0...e28d
Market Maker
+$3.2M
70%