GetBackSOL
Back to blog
·4 min read

What is "rent" on Solana, and why do you get it back?

If you've used more than a handful of Solana wallets or tried a few different tokens, you've probably noticed your SOL balance is a little lower than you'd expect — even after selling everything. That missing SOL isn't a fee you paid to a DEX or a network gas cost. Most of the time, it's rent.

Why Solana charges rent at all

Solana's validators keep the entire account database in memory for speed. Every account you create — your wallet, but also every individual token account tied to it — takes up space on every validator running the network, forever, unless it's closed. To stop the ledger from filling up with abandoned data, Solana requires every account to hold a minimum SOL balance proportional to its size. This is called the rent-exempt reserve: pay it once, and the account never gets deleted for running out of funds.

For a standard SPL token account, that reserve is about 0.00203928 SOL — roughly the smallest denomination that still matters at scale. It doesn't sound like much. But every time you buy a new token, swap into something out of curiosity, or receive an airdrop, Solana creates a brand new token account just to hold it, and locks a fresh 0.002 SOL into it.

Why you don't get it back automatically

Selling a token doesn't close its account — it just leaves the balance at zero. The account itself, and the SOL locked inside it, sticks around until you (or a tool acting on your behalf) explicitly send a closeAccount instruction. Most wallets don't do this by default, because closing accounts costs a transaction and most users never think to do it. So the SOL just sits there, account after account, wallet after wallet.

Multiply 0.002 SOL by dozens of trades, airdrops, and token launches you tried once and forgot about, and it adds up to a meaningful amount sitting completely idle — money you already own, just locked behind an instruction nobody sent.

Getting it back

The Solana Token Program only allows closeAccount on accounts with a zero balance — it's a network-level rule, not something any app can bypass. That's what makes reclaiming rent safe: it's mechanically impossible to close an account that still holds value. GetBackSOL scans your wallet for accounts that qualify, shows you exactly how much each one returns, and closes them in a single transaction you approve once.

Ready to check your own wallet? Scan it with GetBackSOL — free to check, 30% fee only on what you actually reclaim.