This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Consent Selection
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer.com
NewsLayer PulseLIVEBTC$63,104+0.18%ETH$1,884+0.14%SOL$75.09-0.50%XRP$0.998-0.33%DOGE$0.0699+0.23%ADA$0.1754-1.04%Total Cap$2.27T+0.03%Layer Index41 Neutral
External ReportingYayınlandı 2 gün önce

Solana’s fee overhaul increases burn and makes resource hogs pay

Solana’s proposed fee overhaul would make resource-heavy transactions more expensive while cutting costs for simpler activity, and it increases the amount of SOL burned.

Solana’s fee overhaul increases burn and makes resource hogs pay
Yazan Cointelegraph by Christina CombenPublisher Cointelegraph 5 dk okuma
Image via Cointelegraph
Çevriliyor…

Market Context

Solana

SOL

$75.09

-0.50% 24h

Layer Index

41

↓ 8 pts in 24h

Solana is preparing to change how it charges for computing resources on the network.

Solana Improvement Document (SIMD-0553) would make its most resource-intensive users pay more while cutting the costs for simpler transactions. As a bonus, it would increase SOL’s burn rate in stages — and one day could even help make it deflationary.

Cavey, a researcher at Solana infrastructure firm Temporal and author of the proposal, tells Magazine that fees currently don’t reflect the real costs:

“If I submit a transaction that does nothing versus a transaction that burns 200 million CPU cycles, I’m charged the same amount.”

This proposal would change that by tying fees more closely to the resources each transaction requests. Rather than going to validators, the resource fee would be burned, removing SOL from circulation.

Of course, reducing validator income has not been welcomed by all. Contributor bji argues on github:

“I like the aspect of this proposal that gives tx submitters extra incentive to be accurate with CU limits. Everything else I’m meh to negative on. ‘More burn’ should not be a goal. Validator incomes should not be arbitrarily reduced.”

SIMD-0553 entered Solana’s new onchain governance process in early August and cleared its initial support phase on August 4.

It is currently in the support and discussion phase, which typically lasts seven epochs, or roughly two weeks. If it’s approved, it would change the incentives around Solana’s cheap blockspace.

So what’s the catch?

Wasting resources becomes expensive

Cavey says that Solana’s current fee structure creates a problem for developers.

Core Solana devs have spent years making the network faster, but applications have almost no financial incentive to stop wasting resources — an inefficient transaction costs the same as an efficient one.

Related: Ethereum, Solana led crypto hack losses in H1 2026: Blockaid

“By installing this resource pricing right now, suddenly app developers have to optimize,” Cavey says.

If the proposal is adopted, developers who reduce resource use could lower costs for end users and make their apps more attractive. Developers who consume more of Solana’s computing capacity would have to pay their fair share.

Solana Improvement Document (SIMD-0553). Source: Solana Foundation GitHub

Cavey says the proposal is particularly aimed at computationally wasteful arbitrage, where searchers can submit huge numbers of transactions that mostly fail, while paying very little.

In the past 30 days, he says, five of the traders with the highest failure rates submitted 11.5 million transactions, consuming 929 million compute units across 2,477 trades that generated $16,091 in profit, while paying just 78 SOL in fees.

A resource fee would push arbitrage searchers toward more informed and reactive strategies.

Stablecoin and token transfers could become roughly 20% cheaper, Cavey says. Temporal’s modeling also finds that vote transactions would cost around 12.3% less and oracle updates 16.9% less under the proposed model.

The trade-off?

Some trading activity would become considerably more expensive.

Temporal estimates that a high-priority swap routed through DFlow would cost 9.72% more under the proposed terminal fee rate, while a mid-priority OKX swap would cost 301% more and a pump.fun swap with zero priority would cost 3150% more.

That means some of the network’s heaviest users could see their transaction costs balloon, particularly traders using bots that submit large numbers of transactions.

Don’t worry though, as the fee increase is off a low base. Cavey argues that even the most compute-intensive transactions would cost around $0.05 under the proposed model, compared with the $2 to $5 fees a user might pay to swap $100 on a centralized exchange.

Who pays more, who pays less. Source: Temporal.xyz

The current proposal rejects a uniform increase to Solana’s existing 5,000-lamport fee, arguing that it would disproportionately hurt high-volume senders such as market makers while still failing to properly price resource usage.

Other costs to consider

“There have been a few people that have raised concerns about the parameters, but overall, everyone’s been very supportive,” Cavey says, citing validator income, higher costs for high-frequency users and increased complexity among the core issues.

One contributor, mschneider, asks why fees should be based on the resources a transaction requests rather than what it actually uses. “Units used seems more natural,” he says.

Cavey says there’s a reason the fee is based on the resources a transaction requests, rather than what it actually uses: it lets users know the cost upfront and allows validators to check they can afford it before processing the transaction. But it also means users can pay for resources they don’t end up using, giving developers an incentive to estimate their needs accurately.

Validators could initially see a small reduction in base-fee revenue by around 4%. While Cavey says the parameter can be adjusted to offset that impact if needed, some contributors like bji remain unconvinced and believe validator income should take precedence over the additional burn.

Related: MoneyGram expands crypto cash ramps to Solana

The proposal also raises questions about complexity, with some contributors questioning whether the new fee model could make Solana harder to use. Cavey rejects the concern, saying most users will not have to calculate fees themselves because applications and exchanges generally handle it. Automated traders are already “sophisticated” enough to adapt to changes in Solana’s fee structure, he says.

What about the SOL burn?

SIMD-0553 would increase the amount of SOL burned by transaction fees, reducing more of the token from circulation rather than paying it to validators.

According to the proposal, the current daily burn of around 648 SOL could rise to roughly 7,500 to 9,000 SOL at the proposed terminal fee rate, representing a roughly 12 to 14-fold increase if current resource demand remains unchanged.

SIMD-0553 would increase the amount of SOL burned by transaction fees. Source: Temporal.xyz

Cavey says the higher burn could eventually push SOL into deflationary territory:

“If Solana wins, there’s a chance that Solana could actually become a deflationary currency.”

Burning the resource fee also reduces incentives for validators to include unnecessarily resource-intensive transactions.

Solana currently issues roughly 60,000 SOL a day, so even a 9,000-SOL daily burn would not by itself make the token deflationary (although a separate proposal called SIMD-0550 would curb inflation faster than currently scheduled). Network activity would need to grow substantially before the burn outweighed new issuance. Cavey says that would be “a nice secondary effect” rather than the main objective.

“The primary goal is to align core devs, developers, and app developers to make Solana faster. That is objective number one, and that is enough of a reason for this proposal, in my opinion.”

Magazine: El Salvador’s Bitcoin experiment turns 5: ‘It was for us, not them’

Cointelegraph publishes long-form journalism, analysis and narrative reporting produced by Cointelegraph’s in-house editorial team with subject-matter expertise. All articles are edited and reviewed by Cointelegraph editors in line with our editorial standards. Some articles contain affiliate links, from which Cointelegraph may earn a commission. These relationships do not influence which products we review or our editorial conclusions. Content published in here does not constitute financial, legal or investment advice. Readers should conduct their own research and consult qualified professionals where appropriate. Cointelegraph maintains full editorial independence.

Follow the Story

  1. Aug 14Solana’s fee overhaul increases burn and makes resource hogs pay
  2. Aug 16Ethereum and Solana Propose Staking Yield Reductions Amid Grayscale ETF Changes
  3. Aug 16Best Crypto to Buy Now With Huge Growth Potential: MemeToro, XRP, Hedera & Solana at Discounted Prices
  4. Aug 16Ethereum, Solana Could Turn Scarcer Than Gold By 2031: Here's the Math to Prove It

Son Dakika

Hiçbir son dakika haberini kaçırmayın

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Sourced by

Originally reported by Cointelegraph

NewsLayer coverage based on externally reported material.

The Daily Brief

The onchain economy, before your day starts.

Curated markets, onchain insights, and key headlines — delivered every weekday morning.

Weekdays · Free · ~5 minute read

İlgili Haberler