Solana Gas Fees Explained: Base, Priority, Jito Tips & Rent

Datawallet Team
Last updated
August 17, 2026
This date marks a full audit, not a minor edit. Our editing team reviews every claim, figure, and platform detail in line with our editorial guidelines before republishing.
Fact checked
Editorially Verified
Editorial fact-check process

This article has been reviewed and verified for accuracy by our editorial team. All claims, data points and platform details are cross-referenced against primary sources.

Data accuracy verified
Sources cross-referenced
Platform details confirmed
View our fact-checking process
Disclaimer
Affiliate Disclosure
How Datawallet is funded

Some links on this page are affiliate links. Datawallet may earn a commission when you sign up through them, at no extra cost to you. Ratings and rankings reflect our own testing and assessment criteria.

Read our full disclosure

Summary: Solana gas fees are small SOL payments used to process transactions. The base charge is 5,000 lamports per signature, equal to 0.000005 SOL, leaving a simple transfer at a fraction of a cent.

Active traders may face three separate charges: the fixed base fee, an optional priority fee, and a Jito tip. Creating a token account also requires a small refundable rent deposit.

What Are Solana Gas Fees?

Solana gas fees apply to every transaction. They are paid in SOL to compensate validators and discourage spam, securing the network without making routine transfers expensive.

Under the official fee structure, the protocol charges a base fee and an optional prioritization fee. Jito tips sit outside the protocol but have become the largest individual source of transaction spending.

What Are Solana Gas Fees?

Base Transaction Fees

Every transaction carries a fixed base fee of 5,000 lamports per signature to cover signature verification. The rate does not change with network demand, so a standard wallet transfer costs the same whether activity is low or the chain is congested.

Half of the base fee goes to the validator that produced the block. The remaining 50% is burned and permanently removed from the SOL supply.

Base Transaction Fees

Priority Fees

A priority fee is an optional bid that moves a transaction ahead of competing requests in the block producer’s queue. The sender chooses a price in microLamports per compute unit, which measures processing work. The total fee is that price multiplied by the transaction’s compute unit limit, then divided by one million.

Validators have received 100% of priority fees since the SIMD-0096 change took effect in February 2025. Usage is now nearly universal. In a recent epoch, around 80% of user transactions included a priority payment, averaging roughly 0.000056 SOL each.

Priority Fees

Jito Tips

A Jito tip is attached to a transaction bundle. Validators using the Jito client, which covers the overwhelming majority of staked SOL, execute the bundle as a single all-or-nothing unit in return for that payment.

More than 60% of priority-fee volume now comes from tips, making them the main tool serious traders use to ensure their transactions land. Typical swaps and transfers do not require one. During a contested token launch, however, tips can determine who gets executed first.

Jito Tips

Why Are Solana Gas Fees So Low?

Solana processes transactions in parallel and contains congestion rather than spreading it across the network. Fees are tied to the specific accounts a transaction writes to. As a result, a busy memecoin launch on Pump.fun raises costs for wallets competing over that pool, while an unrelated USDC transfer remains at the base rate.

Network capacity has also increased substantially. Activated on July 29, 2026, the SIMD-0286 upgrade raised the block compute limit from 60 million to 100 million compute units. That 66% increase followed an earlier move from 50 million in mid 2025.

The median transaction fee remains well below one cent. Additional block space reduces competition between transactions, unlike older chains where rising demand pushes up fees across the network.

Does Solana Burn Transaction Fees?

Solana burns 50% of every base fee, permanently removing that SOL from circulation. Recent network data puts the amount at roughly 490 SOL per day, providing a steady counterbalance to inflation from staking rewards.

Priority fees have not been burned since February 2025. They now go entirely to validators. Jito’s TipRouter upgrade gives validators a standard method for sharing part of that income with stakers, allowing more fee revenue to reach SOL holders who delegate.

Does Solana Burn Transaction Fees?

Storage Rent: The Refundable Deposit

Rent is a refundable deposit, not a transaction fee. Confusing the two is one of the most common mistakes we see among new Solana users. Any account storing on-chain data must maintain enough SOL to qualify as rent exempt, protecting its data from deletion.

A standard token account requires 0.00203928 SOL, which stays locked while the account remains open. Closing an unused account returns the full deposit to the wallet. For active traders with many old accounts, cleanup tools can recover a meaningful amount of SOL.

Storage Rent: The Refundable Deposit

How to Manage Solana Fees in Your Wallet

Modern Solana wallets estimate priority fees automatically. Even so, checking the settings before a busy trading session can help. We tested the controls in Phantom and Solflare, both of which make them accessible within a few taps.

1. Adjust the Automatic Priority Fee Level

  1. Open the settings menu inside your Solana wallet.
  2. Find the transaction or priority fee section.
  3. Choose a higher speed tier ahead of congested events like token launches.
  4. Confirm the estimated cost shown before signing.

2. Set a Manual Compute Unit Price

  1. Enable developer or advanced options in the wallet settings.
  2. Enter a custom microLamport price per compute unit.
  3. Check a fee tracker to see what recent transactions paid for the same accounts.
  4. Sign only after reviewing the total fee in SOL.

Our best Solana wallets ranking compares how leading apps manage fees, rent reclaims, and spam token cleanup.

Solana vs Ethereum vs Layer 2 Fees

Ethereum’s main network uses a single global auction for all activity. Heavy demand from one application therefore raises costs for every user. Solana isolates congestion through local fee markets, while its base charge remains fixed.

Ethereum gas prices have fallen considerably from their peaks. Etherscan has shown sub-1 gwei prices for much of this year, but the difference in fee-market design remains.

Network
Typical transfer cost
Fee market design
Solana
Under $0.01
Local, congestion isolated to busy accounts
Ethereum L1
$0.02 to $0.50 depending on demand
Global base fee auction that rises with usage
Ethereum Layer 2s
Fractions of a cent
Rollup execution plus compressed data posted to Ethereum

Live Ethereum costs are available through our ETH gas tracker. Our guide to the best Layer 2 networks also compares current rollup fees.

Gasless Transactions on Solana

Fee sponsorship has changed how Solana costs reach users. Any transaction signer can serve as the fee payer, allowing an application to cover network fees on a user’s behalf. The Solana Foundation’s Kora relayer has turned this approach into standard infrastructure.

Kora lets applications sponsor fees directly or accept payment in tokens such as USDC. Someone holding only stablecoins can therefore transact without first buying SOL. Wallets, games, and payment apps have adopted the model quickly because insufficient SOL errors were among the most common reasons new users abandoned the network.

What Alpenglow and Faster Blocks Mean for Fees

Two infrastructure developments are expected to change Solana’s fee dynamics. The Alpenglow consensus upgrade received 98.27% validator support in September 2025 and is expected to activate with Agave 4.3 this October. It targets finality of roughly 150 milliseconds, compared with about 12.8 seconds today. Validator votes will also move off chain, releasing block space they currently consume.

The network has also started reducing slot times in stages from 400 toward 200 milliseconds. Meanwhile, the independent Firedancer validator client has operated on mainnet since December 2025. These changes add capacity or improve reliability, creating more room per second and reducing the likelihood of fee spikes.

What Alpenglow and Faster Blocks Mean for Fees

What Is a Lamport and microLamport?

A lamport is the smallest denomination of SOL and takes its name from distributed systems researcher Leslie Lamport. One SOL equals one billion lamports, making the 5,000-lamport base fee equivalent to 0.000005 SOL.

One microLamport is one millionth of a lamport. This smaller unit allows wallets to price priority fees precisely, using increments that cannot be expressed in whole lamports.

Final Thoughts

Solana’s fee model has expanded from one flat charge into a layered system covering base fees, priority bids, Jito tips, and refundable rent. Despite that added complexity, routine network activity still costs a fraction of a cent. Larger blocks and the movement of trading competition into tips have kept ordinary transfers inexpensive during periods of heavy demand.

Automatic priority fee settings are suitable for most users. Close token accounts you no longer need to reclaim rent, and use manual fees only when competing with many other transactions for the same accounts.

Frequently asked questions

Why did my transaction fail even though Solana fees are low?

Common causes include slippage limits, exhausted compute budgets, and priority fees that are too low during congestion. The network still charges the base fee for a failed attempt. Our guide to fixing failed Solana transactions explains each cause.

Do I need SOL in my wallet to send USDC?

SOL is required by default because network fees are settled in SOL regardless of the token being transferred. Applications using Kora fee sponsorship can cover the charge or collect it in USDC, so this requirement is beginning to disappear.

How do wallets know which priority fee to suggest?

Wallets use fee estimation services from providers such as Helius and QuickNode. These services examine what recent transactions paid to write to the same accounts, then adjust the estimate based on how contested those accounts are.

Does a complex transaction cost more than a simple transfer?

The base fee remains 5,000 lamports per signature in both cases. Complex actions can consume more compute units, up to the maximum of 1.4 million per transaction. When a priority fee is added, its total scales with the requested compute unit limit, so heavier transactions pay more to move ahead in the queue.

Solana Gas Fees Explained: Base, Priority, Jito Tips & Rent