What Is Solana Rent and Why Is SOL Locked?
Your wallet can contain SOL that is not part of its readily spendable balance. Some of it may be held inside token accounts: the small on-chain records that hold your tokens. Understanding those deposits makes it easier to tell recoverable value from a misleading promise of free money.
A wallet can contain more than one kind of account
Think of your wallet address as the identity you use to manage assets. A token account is a separate record for a particular token and an owner. Your wallet application brings these records together into one portfolio, so the underlying separation is easy to miss.
A mint address identifies which token an account holds. It is more precise than a token name or ticker, which someone else can copy. An associated token account, often shortened to ATA, is the standard token account address for a particular wallet and token. Some wallets also control additional token accounts for the same mint.
Buying more of a token does not necessarily create another account. An existing suitable account can receive the balance. A new account is generally needed only when the transfer has no suitable destination yet, and the transaction determines who funds that creation.
What rent exemption means
An account needs SOL to meet the network's minimum storage-balance requirement. Holding enough makes it rent-exempt. For normal token accounts, this is best understood as a storage deposit rather than a monthly bill charged against your wallet.
That deposit is different from a network transaction fee. A transaction fee pays for processing and is spent. The storage balance stays attached to the account while it exists. If the account is eligible to close, its SOL can be sent to the destination specified by the closing transaction.
Do not assume an old screenshot gives today's deposit requirement. Account size, token program and current network settings matter. A trustworthy recovery estimate checks the account as it exists now instead of multiplying every visible token by a fixed historical amount.
Empty, active and overfunded are different states
An empty token account has a token balance of exactly zero. It may still contain SOL for storage. Closing an eligible empty account can release that balance without selling a token, because there is no token balance left to sell.
An active account still contains tokens. Its storage deposit supports a record that you are using. Closing it is not interchangeable with withdrawing spare SOL. For ordinary fungible tokens, the token balance first needs an appropriate destination or another supported action before closure becomes possible.
An overfunded account contains more SOL than the current minimum requires. It might be empty or active. Where the account and program support a safe excess withdrawal, the extra SOL may be recoverable while the token balance remains in place. Eligibility must be checked separately from simply noticing that a balance looks high.
Why deposits remain after a sale
A swap and an account closure are separate actions. Selling your entire token balance does not guarantee that the swap also closes the now-empty source account. Keeping it open can be useful if you receive the token again later.
Imagine you traded several different tokens over a year. Some accounts may have closed during those transactions, some may remain empty, and others may hold tiny leftovers. A portfolio displaying no meaningful token value does not distinguish these cases. A scanner looks at the actual records rather than their rounded display values.
What you get back is not always the headline amount
The SOL attached to an account is the gross amount potentially available from closure. A service fee or an applicable transaction cost can affect the net amount you receive. A dollar estimate adds another variable: the market price of SOL when the estimate is shown.
The close instruction also specifies the receiving address. The original payer of the account's deposit does not automatically receive the refund. When recovering your own wallet's rent, check that the reviewed transaction directs the recovered balance where you expect it to go.
When to leave an account alone
You do not need to close every empty account immediately. If you expect to use it again, reopening it may require another storage deposit. Waiting is a reasonable choice when the amount is small or you do not understand the proposed operation.
Start with a read-only scan, distinguish empty accounts from active holdings, and review the selection before connecting. Rent recovery is about identifying SOL already held in account balances. It is not a reward claim, and it never requires handing over your seed phrase.