On-chain data from Solana last week showed a peculiar pattern: a single validator extracted 12% of all priority fees in a single slot.
Not a bug. A feature of the old incentive design.
SIMD-097 just passed governance. The proposal rejigs how priority fees — those extra SOL users toss in to skip the queue — are distributed among validators. On paper, it’s a tweak. In practice, it cuts at a rotting nerve in the validator economy.
Context: The Fee Game
Solana’s transaction fees have two components: a base fee (tiny, ~0.000005 SOL) and a priority fee (user-chosen, often 0.001-0.1 SOL during congestion). The base fee goes to the network and gets burned. The priority fee? Until now, it went almost entirely to the leader validator who produced the block.
That created a predictable incentive: validators could manipulate transaction ordering to maximize their own priority fee intake. In the 2021 NFT mint frenzy, some validators were accused of front-running their own blocks or colluding with MEV bots. Sound familiar? It’s the same incentive misalignment I saw auditing EtheriumGold’s contract in 2017 — the bug wasn’t in the code, it was in the economic assumptions. Back then, an integer overflow let a handful of wallets drain the pool. Here, the overflow is behavioral: a small group captures fee upside at the expense of network fairness.
Core: What SIMD-097 Actually Changes
SIMD-097 redistributes priority fees across all validators in the epoch, proportional to their stake weight. The leader still gets a share, but the pie is now sliced collectively.
The mechanism is simple: instead of the leader pocketing 100% of the priority fee per slot, a portion goes into a pool, and at epoch’s end, that pool is split among all validators based on their consensus votes and uptime. The leader still gets a bonus (to maintain block production incentives), but the term "predatory" is removed from the design.
From my time auditing those early ERC-20 contracts, I learned that the most dangerous bugs are often in the incentive layer, not the code. This proposal is a fix for a bug I never saw in the Solidity days — the ‘block leader rent extraction’ pattern.
The technical scope is low. No new cryptographic primitives, no change to the consensus algorithm. Just a redistribution rule. But the ripple effects are non-trivial:

- Validator income diversification: Small validators (with <1% stake) now get a slice of priority fee revenue they previously almost never saw. That could improve network health by reducing the incentive to centralize around a few mega-validators.
- MEV reduction: Priority fee manipulation becomes harder when the benefit is shared. If a leader tries to front-run a user’s transaction, the profit is diluted across the entire set. That’s not zero-MEV, but it’s a dampener.
- User experience: In theory, users won’t need to overpay to outbid the validator’s own greed. The equilibrium might settle at lower priority fees for the same inclusion speed.
But theory and practice — I’ve seen that gap swallow entire protocols. The 2017 audit I published forced a fix, but it took a public shaming. Here, the change is structural, but the behavioral shift depends on validators actually updating their software and the market repricing fee expectations.
Contrarian: The Sleeping Dragon
Counter-intuitive angle: SIMD-097 could backfire for network decentralization.

Validators who were earning outsized returns from priority fee extraction — usually large operators with sophisticated order-flow strategies — may see their revenue drop 20-40%. If those validators exit, the top 10% of validators by stake could gain more control, not less. Small validators get a slice of a smaller pie? Or worse, the redistribution is so marginal that it doesn’t offset their operational costs, and they leave anyway.
The market has not priced this risk. In my speculative forecasting work during the 2020 DeFi summer, I learned that governance changes often create winner-loser maps that aren’t visible until the first epoch after implementation.
Another blind spot: priority fees are only reactive to demand. If Solana’s usage stays flat (bear market, remember), the pool is tiny. The real test will come during the next NFT mint or memecoin craze, when the fee pool swells. Then the new distribution matters.

Takeaway: Watch the Data
This is not a bullish catalyst. It’s a hygiene fix. The narrative — "Solana validator economies are becoming more egalitarian" — is in its infancy. Two metrics will tell the story in 2-4 weeks post-implementation:
- Median priority fee per transaction: A drop >15% suggests the disincentive against overpaying is working.
- Number of active validators (≥0.5% stake): If it stays stable or increases, the redistribution likely helped small validators. If it drops, the contrarian scenario is unfolding.
SIMD-097 is a template. After auditing the code and watching the governance vote, I’d call it low risk but medium signal. It shows Solana’s governance can fix incentive leaks. That’s rare in crypto. The question is whether the system will bleed out before the patch takes effect.