Back to Blog
Solana

Can You Claim Solana Transaction Fees Back? Rent Refunds Explained

S
Sol Slugs Team
Sol Incinerator

"Can I claim my SOL fees back?" is one of the most common questions in Solana wallet cleanup, and it contains a hidden ambiguity. Solana charges you two very different things that both feel like fees. One of them is genuinely refundable. The other is never coming back.

Can you claim Solana transaction fees back?

No. Transaction fees pay the network to process your transaction and are consumed permanently — there is no refund mechanism and never has been. What is refundable is rent: the ~0.00204 SOL deposit every token account holds, which returns in full when the account is closed.

Two things that both look like fees

The confusion is completely reasonable, because both amounts leave your balance without you choosing them.

Transaction fees are the cost of computation. The base fee is 0.000005 SOL per signature, and you may pay a small priority fee on top when the network is busy. This is payment for work the validators performed. It is consumed by the network and cannot be reclaimed, refunded, or clawed back by anyone.

Rent is not a payment at all — it is a deposit. Solana requires any account that wants to persist on-chain to hold enough SOL to be "rent-exempt." For a standard SPL token account that amount is about 0.00204 SOL (exactly 0.00203928). The network holds it as collateral for the storage your account occupies, and gives every lamport back to the account owner when the account is closed.

Transaction feeRent deposit
Typical amount0.000005 SOL per signature~0.00204 SOL per token account
What it pays forComputationOn-chain storage
Who ends up with itThe networkNobody — it is held
Refundable?NeverAlways, on close

The naming is genuinely unhelpful. "Rent" implies a recurring charge you are paying for nothing, when it is closer to a security deposit on an apartment: held while you occupy the space, returned when you hand back the keys.

Where the reclaimable SOL actually is

Here is the part that surprises people. You did not pay these deposits deliberately — they accumulated.

Every time you receive a new type of token, Solana automatically creates a token account to hold it, funded by a rent deposit. Buy a memecoin, and you fund the deposit. Receive an airdrop, and whoever sent it funds the deposit. Either way, once the account exists the deposit belongs to the account's owner — you — and comes back to you when it closes.

Then you sell the token. The balance goes to zero. The account stays open. Solana does not clean up after you, so the account sits there indefinitely, holding your ~0.00204 SOL and doing nothing.

Do that a few hundred times over a couple of years of trading and the total becomes real money.

This is why your SOL balance seems to drift downward even in weeks when you are barely trading. It is not fees eating your balance — it is deposits migrating out of your spendable balance into accounts you have forgotten about.

How much is realistically sitting there?

At 0.002 SOL returned per closed account, the arithmetic is simple:

Vacant accountsReclaimable
250.05 SOL
1000.20 SOL
2500.50 SOL
5001.00 SOL

The only way to know your own number is to scan for it. The scan is read-only and requires no signature, so it costs nothing to check.

How to claim the refundable part

  1. Open Sol Incinerator and connect your wallet.
  2. Let it scan. It finds every vacant token account across both the classic SPL Token program and Token-2022. Tools that only check classic SPL silently leave your Token-2022 rent behind.
  3. Review and confirm. Fun Mode — the default — only closes accounts that are already empty. Nothing you hold can be touched.
  4. Sign once. Closures are batched, and the SOL lands immediately.

You receive a flat 0.002 SOL per closed account out of the ~0.00204 SOL it held, a cleanup fee of about 1.93% taken purely from recovered SOL. If there is nothing to recover, there is nothing to pay.

What about the fees I paid on failed transactions?

Also gone, unfortunately, and for a defensible reason: a failed transaction still consumed validator compute to discover that it would fail. Solana charges for the attempt, not the outcome. There is no mechanism to refund it.

Treat any site promising a "Solana gas fee refund" or "transaction fee rebate" as a scam. No such mechanism exists at the protocol level. Legitimate rent recovery never involves claiming anything from the network — it just returns your own deposit, and it needs no special access or permission to do.

The one exception worth knowing

If you closed a token account you actually still need — say you closed everything and then received that token again — you do not need to do anything special. Solana recreates the account automatically the next time the token arrives, funded by a fresh deposit.

If you need the account to exist right now, before any transfer arrives, the Reopen Token Account tool recreates it from the mint address.

Check what is yours

The honest summary: you cannot claim fees back, and nobody can. But most Solana wallets are holding a genuinely reclaimable balance that has nothing to do with fees, and it is almost always more than the owner expects.

Sol Incinerator

Sol Incinerator

Connect your wallet and see exactly how much refundable rent is locked in your empty token accounts.

Try it now

Related Reading

Frequently Asked Questions

Can you claim Solana transaction fees back?

No. Transaction fees are paid to the network to process your transaction and are gone permanently. What people are usually looking for is the rent deposit, which is a separate and genuinely refundable amount of about 0.00204 SOL held by every token account you own.

What is the difference between a Solana fee and rent?

A fee is a payment for computation, typically 0.000005 SOL per signature, and it is consumed. Rent is a refundable deposit of about 0.00204 SOL that an account holds to stay on-chain, and it is returned in full to the owner when the account is closed.

How much SOL can you actually claim back?

About 0.002 SOL for every empty token account you close, which is simple arithmetic on your own account count rather than an estimate. A hundred vacant accounts is 0.20 SOL and five hundred is 1 SOL. The read-only scan is the only way to find your own number.

Why does my SOL balance keep dropping even when I am not trading?

It is usually not fees. Every new token type you receive automatically creates a token account funded by a rent deposit, and that deposit stays locked after you sell the token. Airdrops and memecoin trades quietly accumulate these deposits over time.

Is there any way to get a refund on Solana gas fees?

There is no refund mechanism for transaction fees on Solana, and any site offering one should be treated as a scam. Rent refunds are real and are simply the return of your own deposit when an account is closed, which needs no special permission.