Frequently Asked Questions
What is Solana rent and why is my SOL locked?
Every Solana account must hold a small refundable deposit to stay on-chain. Each standard token account locks about 0.0015 SOL at today's rate, and older accounts usually hold about 0.002 SOL. When you sell or send a whole token balance, the empty account usually stays open and keeps that deposit.
How does RecycleTokens reclaim SOL?
It scans your wallet for token accounts with a zero balance and builds a transaction with the official SPL Token CloseAccount instruction for each one. Closing an empty account returns its rent deposit to your wallet.
Is it safe?
The tool is non-custodial and never asks for your seed phrase. The transaction only closes zero-balance accounts owned by you and pays the protocol fee shown on screen. Your wallet displays the full preview before you sign.
How much SOL can I get back?
Roughly 0.0015 to 0.002 SOL per empty account: about 0.15 to 0.2 SOL for 100 accounts and 0.75 to 1 SOL for 500. The scanner shows the exact amount for your wallet. Active memecoin traders often have hundreds of empty accounts.
Is there a fee?
Checking a wallet is free. When you close accounts, a protocol fee is taken from the reclaimed rent and shown before you sign, together with the net amount you receive.
Does it work with Token-2022?
Yes. The scanner checks both the classic SPL Token program and the Token-2022 (Token Extensions) program.
More answers from our guides
Is Solana rent a fee I have already lost?
No. Rent-exempt deposits are refundable. The SOL stays in the account and returns to you when the account is closed.
Read: What Is Solana Rent and Why Is Your SOL Locked? →Is it safe to close empty token accounts?
Yes, as long as the transaction only contains CloseAccount instructions for zero-balance accounts owned by you, with your wallet as the destination.
Read: How to Close Empty Token Accounts on Solana →Will closing accounts affect my trading history?
No. Your past transactions stay on-chain and remain visible in explorers. Only the empty account itself is removed.
Read: How to Reclaim SOL From Pump.fun Tokens You Already Sold →Does RecycleTokens close accounts with a balance?
No. The scanner only selects zero-balance accounts, so accounts holding tokens are never included.
Read: Why Can't I Close a Solana Token Account? →Does burning tokens give me SOL back?
Burning alone does not. The SOL comes back when the now-empty account is closed.
Read: Burn vs Close: What Happens to Your Tokens and Your SOL →Does the CLI charge a fee?
Only the normal Solana network fee. There is no protocol fee when you close accounts yourself.
Read: How to Close Token Accounts With the spl-token CLI →How do I know if a token uses Token-2022?
Block explorers show the owning program of the mint. Token-2022 mints are owned by the Token Extensions program rather than the classic Token program.
Read: Token-2022 Accounts: Rent, Extensions and How to Close Them →Can a reclaim tool steal my tokens?
A close-only transaction cannot move tokens. Theft happens when a site gets you to sign approvals, authority changes, or transfers, which is why reading the wallet preview matters.
Read: Is Reclaiming SOL Rent Safe? A Checklist Before You Sign →Can I check a wallet without connecting it?
Yes. The audit page only needs the public address and reads data from the blockchain.
Read: How Much SOL Can You Reclaim? →Why doesn't Phantom show my empty token accounts?
Phantom hides zero-balance tokens in the main view. The accounts still exist on-chain until they are closed.
Read: Close Empty Token Accounts in Phantom and Reclaim SOL →Does it work with a Ledger connected through Solflare?
Yes. The Ledger device asks you to approve each transaction, so large wallets may require several confirmations on the device.
Read: Reclaim SOL From Empty Token Accounts in Solflare →Can I use Backpack on my phone?
Yes. Open the site from Backpack's in-app browser so the wallet can connect.
Read: Close Empty Token Accounts With Backpack Wallet →Is my Ledger at risk when closing accounts?
Closing empty accounts cannot move your tokens. The key never leaves the device and every transaction still needs your physical approval.
Read: Reclaiming SOL Rent With a Ledger Hardware Wallet →Why does nothing happen when I tap Connect in Safari?
Safari has no access to wallet apps. Open the site from inside the wallet app instead.
Read: Reclaim SOL Rent From Your Phone →Do wrapped SOL accounts count?
Yes. A leftover wrapped SOL account can be closed too, which also unwraps any remaining balance back to native SOL.
Read: Why Swaps Leave SOL Behind, and How to Get It Back →Will burning a rugged token cost me money?
Only the normal network fee, a tiny fraction of the deposit you get back when closing.
Read: Getting Something Back From Rugged Tokens →Can a spam token drain my wallet by itself?
No. Losses happen when you sign something on a phishing site. The token sitting in your wallet cannot move funds.
Read: Dealing With Spam Tokens and Unsolicited Airdrops →Can closing an empty account affect NFTs I still own?
No. Only zero-balance accounts are closed; accounts that hold an NFT are never touched.
Read: Reclaiming Rent From NFTs You No Longer Own →Is wrapped SOL a different token from SOL?
It represents the same SOL, held inside a token account. Unwrapping converts it back one to one.
Read: Closing Wrapped SOL Accounts →Can the rent rate change?
Rent parameters are set by the network and could change through protocol upgrades. Always check live values with the CLI or RPC.
Read: How the Rent-Exempt Minimum Is Calculated →Can I have more than one account for the same token?
Yes, but wallets and apps use the associated account by default, so most people have exactly one per token.
Read: Associated Token Accounts Explained →Which address should I give someone who wants to send me tokens?
Your wallet address. The sender's wallet finds or creates the right token account automatically.
Read: Token Account vs Wallet Address →Can any program close my token account?
No. The token program only closes an account when the owner, or an assigned close authority, signs the instruction.
Read: The Solana Account Model, Simply Explained →What is a micro-lamport?
One millionth of a lamport. Priority fees use this unit so they can be set precisely per compute unit.
Read: Converting Lamports to SOL →Is there a minimum worth closing?
Each account returns about 0.0015 to 0.002 SOL, far more than the network fee, so even a handful of accounts is worth closing.
Read: How Often Should You Reclaim Rent? →Did I lose SOL on a failed transaction?
At most the network fee, which is a tiny amount. The rent deposits stay in the accounts until a successful close.
Read: Fixing Failed Close-Account Transactions →Should I ignore warnings if I trust the site?
Read them first. If the preview clearly shows only account closures and a net SOL gain, the transaction does what it says.
Read: Understanding Wallet Warnings on Reclaim Transactions →Is an expired transaction charged?
No. A transaction that never lands on-chain is not charged any fee.
Read: Blockhash Expired Errors, Explained →Can someone else pay the fee for me?
Technically another wallet can be the fee payer, but that requires a coordinated signing flow. Topping up a tiny amount is simpler.
Read: Why You Need a Little SOL to Reclaim SOL →What should I do if I signed something suspicious?
Move remaining assets to a new wallet immediately and revoke any token approvals from the old one.
Read: Spotting Fake Reclaim Sites Before You Sign →Does RecycleTokens ever ask for a seed phrase?
Never. It only requests transaction approvals through your wallet.
Read: Your Seed Phrase Is the Wallet →Does a reclaim transaction create approvals?
A legitimate one does not. It only contains close instructions and a fee transfer.
Read: Revoking Token Delegates on Solana →Do address lookup tables help?
They help when the same addresses repeat across transactions. Token accounts being closed are all different, so lookup tables add little here.
Read: Batch Closing and the Transaction Size Limit →How much does a priority fee usually cost?
Typically a tiny fraction of a cent per transaction, much less than the rent returned by a single account.
Read: Priority Fees and Compute Units, Explained →Who receives harvested fees?
They move to the mint and can then be withdrawn by the mint's withdraw authority, not by the holder.
Read: Withheld Transfer Fees in Token-2022 Accounts →Can the close authority take my tokens?
No. Closing requires a zero balance, so a close authority can only close an empty account.
Read: Close Authority: Who Can Close a Token Account →Why doesn't the scanner show my frozen accounts?
They cannot be closed, and including them would make the whole transaction fail, so they are filtered out.
Read: Frozen Token Accounts →Check your wallet for locked SOL
Scan any Solana address for empty token accounts and see exactly how much rent you can reclaim. Free to check, non-custodial to close.
