How to reclaim SOL rent from empty token accounts
By @solknifexyz · Reviewed
Every token you have ever held on Solana left behind a small deposit of SOL, and most of it is probably still locked up. It is called rent, and you can get it back.
What rent is
Solana requires every account to hold a minimum balance of SOL to stay alive, called the rent-exempt minimum. A standard token account costs about 0.00204 SOL to keep open. That SOL is not a fee. It is a deposit, and it is yours. It simply sits locked inside the token account for as long as the account exists.
Why empty accounts pile up
A token account is created the first time you receive a given token. Every airdrop you were sent, every memecoin you bought and fully sold, every token someone transferred to you, created an account that is now empty but still open, still holding its roughly 0.002 SOL. A wallet that has traded for a while can carry dozens or hundreds of these. The SOL adds up.
How to reclaim it
- Open the reclaim-rent tool and connect your wallet.
- SolKnife lists your token accounts and flags the empty ones. Accounts that still hold a balance are shown but never selectable, so nothing of value is ever touched.
- Select the empty accounts you want to close. There is a select-all option for clearing them in bulk.
- Review the math: the gross rent recovered, the small fee, and the net SOL you receive. Nothing is signed until you have seen this.
- Sign once. SolKnife closes the accounts and the rent lands back in your wallet.
The one trade-off
Closing an empty token account is safe: it holds no tokens, so nothing is lost. The only thing to know is that if you receive that same token again later, a new account is created and its rent is paid again. So close accounts for tokens you are done with, not ones you expect to receive again soon.
Is it safe?
Yes. Only empty accounts can be closed, nothing is ever burned, and the whole flow is non-custodial: your wallet signs the transaction and your keys never leave it. SolKnife keeps a small cut of the reclaimed rent, which is shown before you sign; the rest, which is most of it, returns to you.
Frequently asked questions
Will I lose any tokens?
No. Only accounts with a zero balance can be closed. Accounts that still hold tokens are shown but cannot be selected.
How much SOL will I get back?
About 0.00204 SOL per empty account, minus a small fee. The tool shows the exact net amount before you sign anything.
Can I reclaim rent from another wallet?
No. Closing an account requires the owner's signature, so you can only reclaim rent from your own connected wallet.
Related
- Reclaim rent tool — lists every empty token account in your wallet and batches the closes into one signature
- Wallet portfolio — see what tokens you still hold; the Related section there links back here
- How to burn NFTs safely and reclaim SOL rent — the same idea, for NFTs (token + metadata + edition accounts)