Solana Rent

What Is Free SOL on Solana?

What does Free Solana or Free SOL mean? Learn how eligible Solana token accounts can contain refundable SOL and how closing them can reclaim their remaining lamports.

Updated
by Your Free SOL

Free SOL is a term used by Your Free SOL for reclaimable SOL—most commonly refundable Solana rent held in eligible token accounts that can be recovered when those accounts are closed.

For wallet users, this usually refers to the rent-exempt balance held by an unused token account. A standard 165-byte token account commonly holds about 0.00203928 SOL to satisfy its rent-exemption requirement under current parameters, often rounded to 0.00204 SOL.

Free SOL is not newly created SOL, an airdrop, a faucet reward, or a bonus. It is SOL already held as lamports in an account. When an eligible token account is validly closed, its remaining lamports are transferred to the destination specified by the close instruction.

What Free SOL means
  • Free SOL is Your Free SOL's user-facing term for reclaimable SOL held in eligible Solana accounts.
  • For wallet users, it commonly refers to the refundable rent-exempt balance remaining in an unused token account.
  • A standard 165-byte token account commonly requires about 0.00203928 SOL, but the actual lamport balance and rent-exempt requirement can vary.
  • Free SOL is not a faucet, giveaway, airdrop, staking reward, or newly generated SOL.
  • Reclaiming Free SOL from a token account uses the Token Program's CloseAccount operation; it does not create SOL.
  • CloseAccount transfers the source token account's remaining lamports to a specified destination.
  • Not every account with SOL is eligible or appropriate to close, and Token-2022 accounts can require additional checks.

Free SOL definition

Free SOL is Your Free SOL's term for reclaimable SOL—most commonly refundable Solana rent held in eligible unused token accounts. When an eligible account is closed, its remaining lamports are transferred to the specified destination.

In other words, Free SOL is not newly created SOL. It is an existing account balance that can become available again when the account is validly closed.

A simplified lifecycle looks like this:

Token account is created
        ↓
Lamports fund the account
        ↓
Token account is used
        ↓
Token balance later reaches zero
        ↓
Eligible account remains open with lamports
        ↓
CloseAccount
        ↓
Remaining lamports are transferred
to the specified destination

The SOL is not generated by the close operation. The lamports were already assigned to the account before it was closed.

This distinction is central to understanding what "Free SOL" means.

Is Free SOL really free?

Not in the sense of free cryptocurrency being given away.

The word free in "Free SOL" refers to SOL that may be freed from an account that no longer needs to remain open.

It does not mean:

Free SOL ≠ newly created SOL
Free SOL ≠ faucet SOL
Free SOL ≠ an airdrop
Free SOL ≠ a giveaway
Free SOL ≠ a staking reward
Free SOL ≠ guaranteed profit

Instead:

Free SOL
≈ reclaimable SOL already held
  in an eligible account

Your Free SOL uses the term as a simple way to describe refundable or reclaimable account balances for wallet users.

For the underlying Solana concept, see What Is Solana Rent?.

Where does Free SOL come from?

Solana stores state in accounts.

An account contains fields including its lamport balance, data, owner, executable status, and other account information. Accounts that store data need enough lamports to satisfy Solana's applicable rent-exemption requirements.

Token accounts are Solana accounts used by the Token Program or Token-2022 program to hold token state.

When a token account is created, lamports are provided to fund that account. If the account later becomes unused, those lamports do not automatically move back to the wallet simply because its token balance reaches zero.

For example:

Token account
├── Token amount: 0
├── Lamports: 2,039,280
└── Account: still exists

If that account is eligible to close, its remaining lamports can be transferred to a destination through CloseAccount.

That reclaimable balance is what Your Free SOL commonly describes as Free SOL.

Why can an empty token account still contain SOL?

Because a token balance and a lamport balance are different parts of the account state.

Conceptually:

Token amount
→ amount of a particular token held by the token account

Lamports
→ SOL-denominated balance assigned to the Solana account

Selling, swapping, transferring, or burning all of a token can reduce the token amount to zero without automatically closing the token account.

The result can be:

Token amount: 0
Token account: still open
Lamports: still present

The account is therefore empty in terms of its token amount while still holding SOL-denominated lamports.

For a detailed explanation, see What Are Empty Token Accounts on Solana?.

Why is 0.00204 SOL commonly mentioned?

A standard token account for the original Token Program has a data size of 165 bytes.

Under current rent parameters, the commonly referenced rent-exempt minimum for that standard account is:

2,039,280 lamports
= 0.00203928 SOL
≈ 0.00204 SOL

That is why 0.00204 SOL per account appears frequently when people discuss reclaiming Solana rent from unused token accounts.

But it is an approximation for a common account type, not a universal amount for every Solana account.

Does every token account contain 0.00204 SOL?

No.

You should not calculate reclaimable SOL by assuming that every account contains exactly 0.00203928 SOL.

The rent-exempt minimum depends on account data size, and the account's actual lamport balance must be inspected directly.

Token-2022 is particularly important here because extensions can increase the amount of account data required. A larger account can therefore require a different rent-exempt balance.

An account can also hold more lamports than the minimum.

A more accurate model is:

Actual reclaimable account balance
→ read the account's actual lamports

Not:
→ number of accounts × fixed 0.00204 SOL

Your Free SOL therefore evaluates the accounts it supports and displays an estimate based on detected account data rather than treating every account as identical.

For more detail, see How Much Does Solana Rent Cost?.

How do you reclaim Free SOL?

To reclaim Free SOL from an eligible token account, the account is closed using the Token Program's CloseAccount instruction.

For an ordinary non-native token account, the token balance must be zero before it can be closed. The account must also satisfy the applicable close requirements, and the required owner or close authority must authorize the instruction.

When the transaction succeeds, the token account's remaining lamports are transferred to the destination specified by the close instruction:


Eligible token account

├── Token amount: 0

└── Remaining lamports

        ↓ CloseAccount

Destination

└── receives remaining lamports

Source token account

└── closed

The SOL is not created or awarded during this process. The close operation transfers lamports that were already held by the account.

Wrapped SOL is an exception to the ordinary zero-token-balance rule, and Token-2022 accounts can require additional eligibility checks.

For the complete step-by-step process, see How to Reclaim Solana Rent with YourFreeSOL.

Is reclaiming SOL the same as claiming a reward?

No.

This distinction is useful because the word "claim" is often used for many unrelated crypto actions.

Reclaiming SOL from an eligible token account does not mean that a protocol is awarding you new SOL.

Instead:

Reward claim
→ receives an asset according to a reward program

Token account closure
→ transfers lamports already held by the account
  to the specified destination

Your Free SOL uses "reclaim" because it more accurately describes the second process.

Example: reclaiming Free SOL from an empty token account

Suppose a standard token account has:

Token amount: 0
Lamports: 2,039,280

Assume the account is eligible to close and the required authority approves a valid CloseAccount instruction.

The close operation transfers:

2,039,280 lamports

from that token account to the destination specified by the instruction and closes the source token account.

That is approximately:

0.00203928 SOL

under this example.

The close operation itself does not mint or generate the 0.00203928 SOL. It transfers lamports that were already held by the token account.

Network transaction fees and any applicable Your Free SOL service fees are separate costs from the account's lamport balance.

How much Free SOL can a wallet have?

There is no fixed amount.

It depends on factors such as:

  • how many eligible accounts exist;
  • each account's actual lamport balance;
  • the account type and data size;
  • whether Token-2022 extensions are present;
  • whether the account satisfies the applicable close rules; and
  • which accounts you actually choose to close.

For illustration only, if a wallet had 100 eligible standard token accounts, and each happened to contain exactly 0.00203928 SOL, their combined balances would be:

100 × 0.00203928 SOL
= 0.203928 SOL

That is an example, not an estimate for a particular wallet.

A wallet with 100 token accounts does not automatically have 0.203928 SOL available to reclaim. Some accounts may have different balances, may still contain tokens, may use different account layouts, may not satisfy close requirements, or may still be useful.

The reliable approach is to inspect the actual accounts.

Which token accounts can be closed?

For an ordinary non-native token account, the token balance must be zero before CloseAccount can succeed.

But zero balance alone is not a complete eligibility test.

Relevant factors include:

  • the program that owns the token account;
  • the account's token balance and state;
  • the token-account owner or configured close authority;
  • Token-2022 extensions and their additional rules;
  • whether the account is a native Wrapped SOL account; and
  • whether you still need the account.

A frozen ordinary token account can still be closed when its token balance is zero if the required close authority conditions are satisfied.

Wrapped SOL follows different close behavior and can be closed with a token balance to recover its underlying SOL.

This is why "empty account" and "eligible account" should not be treated as identical terms.

Does reclaiming Free SOL burn or remove tokens?

Closing an ordinary non-native token account requires its token balance to be zero, so the close operation is not a substitute for burning tokens that remain in the account.

These are separate Token Program operations:

Burn
→ reduces token balance
→ reduces mint total supply

CloseAccount
→ transfers remaining lamports
→ closes the token account

If an unwanted token still has a balance, a user may separately choose to transfer or burn it, depending on what they intend to do. Burning is irreversible and should never be performed merely because an asset is unfamiliar.

Reclaiming Free SOL from an already eligible empty token account does not require burning a zero token balance.

What happens if you need the token account again?

Closing a token account removes that account.

If you later need a token account for the same mint again, an appropriate token account may need to be created and funded.

For an Associated Token Account, the canonical ATA can be recreated at its deterministic address after the previous ATA has been closed.

Creating the account again requires sufficient lamports to satisfy its applicable rent-exemption requirement, paid by whichever account is designated as the payer in the creation transaction.

Therefore, an empty account is not automatically an account you should close.

If you expect to use a token regularly, keeping its existing token account may be more appropriate than closing and later recreating it.

Free SOL vs faucets, airdrops, and rewards

People searching for "Free Solana" or "Free SOL" may be looking for faucets, giveaways, airdrops, or other ways to receive cryptocurrency.

That is not what Your Free SOL means by Free SOL.

TermWhat it means here
Free SOLReclaimable SOL already held in eligible accounts
FaucetA service that distributes tokens, commonly for testing or other defined purposes
AirdropTokens distributed to recipients under an airdrop's rules
RewardAssets distributed according to a reward or incentive program
Reclaimed rentRemaining account lamports transferred when an eligible account is closed

Your Free SOL does not describe reclaimable account balances as newly issued SOL.

The purpose of the term is to make an otherwise technical Solana account concept easier to understand.

How does Your Free SOL find Free SOL?

Your Free SOL scans relevant public on-chain account data for supported token accounts and identifies accounts that meet the tool's eligibility checks.

The process does not require your seed phrase or private key.

  1. Open the Reclaim SOL tool. Go to Your Free SOL using the correct website domain.
  2. Connect your Solana wallet. Connecting lets the application identify the public wallet address to inspect; it does not require giving the website your seed phrase or private key.
  3. Scan for supported eligible accounts. The tool reads relevant public on-chain data and checks supported token accounts.
  4. Review the results. Check the accounts identified for closure and the estimated reclaimable SOL before proceeding.
  5. Choose the accounts you want to close. An eligible account does not have to be closed merely because it appears in the scan.
  6. Review the transaction in your wallet. Verify that the accounts, destination, instructions, and applicable fees match what you intend to authorize.
  7. Approve the transaction if everything is correct. When a close transaction successfully executes, the source accounts' remaining lamports are transferred according to the transaction.

Depending on the number of selected accounts and transaction constraints, the workflow may require more than one transaction.

Is reclaiming Free SOL safe?

Closing a token account is a real on-chain operation and should be reviewed before signing.

A valid close of an account you intentionally no longer need can reclaim its remaining lamports. But closing the wrong account can create inconvenience and may require that account to be created and funded again later.

Before approving a close transaction:

  • verify that you recognize what is being closed;
  • confirm the token balance and account eligibility;
  • check the destination receiving the reclaimed lamports;
  • review the transaction instructions;
  • review applicable service and network fees; and
  • do not sign if the transaction does not match your intended action.

Your Free SOL is non-custodial: the application does not need your seed phrase or private key to scan supported accounts or prepare the close transaction. You still decide whether to authorize the transaction through your wallet.

For additional information, see Security and How It Works.

Is Free SOL my own SOL?

In the context of Your Free SOL, the term refers to lamports already held by an account that you are authorized to close and that meets the applicable close requirements.

It is better understood as a reclaimable account balance than as SOL being awarded by Your Free SOL or created by Solana.

When the account is validly closed, the Token Program transfers its remaining lamports to the destination specified in the close instruction.

Why doesn't the SOL return automatically when my token balance reaches zero?

Because reducing a token balance and closing a token account are separate operations.

A transfer, swap, sale, or burn can leave a token account with:

Token amount: 0
Account: still open
Lamports: still present

The lamports remain assigned to the account until an operation that validly closes the account transfers them elsewhere.

A zero token balance by itself does not execute CloseAccount.

Will reclaiming Free SOL close accounts that still hold tokens?

For ordinary non-native token accounts, CloseAccount requires the token balance to be zero.

Your Free SOL's reclaim workflow is intended to identify supported eligible empty token accounts rather than close ordinary accounts that still contain token balances.

Wrapped SOL is a protocol-level exception to the normal zero-balance close rule and has different close behavior.

Eligibility should always be based on the actual account state and governing token program, not simply on whether an account looks unused in a wallet interface.

When does reclaimed SOL become available?

The transfer of the token account's remaining lamports is part of the successful CloseAccount transaction itself.

There is no separate protocol-level waiting period or second rent-refund claim after a successful close.

Wallet and application interfaces can display transaction status according to different commitment levels, so it is better to verify the transaction result than to promise a fixed number of seconds.

Does reclaiming Free SOL have fees?

The refundable account balance and transaction costs are separate concepts.

Closing an eligible account transfers that account's remaining lamports to the specified destination.

The transaction can separately involve:

  • Solana network transaction fees;
  • an optional prioritization fee when used; and
  • any applicable service fee charged by the application.

For current Your Free SOL pricing, see Fees.

The simple answer

Free SOL is Your Free SOL's term for SOL that can be reclaimed from eligible Solana accounts.

For most users of the Reclaim SOL tool, it refers to the refundable rent-exempt balance remaining in unused token accounts.

A standard 165-byte token account commonly holds about 0.00203928 SOL, or roughly 0.00204 SOL, under current rent parameters. But that amount is not universal, and not every token account is eligible or appropriate to close.

Reclaiming Free SOL does not mint new SOL and is not a faucet, airdrop, giveaway, or reward.

When an eligible token account is closed with the Token Program's CloseAccount instruction, its remaining lamports are transferred to the specified destination. That is the underlying on-chain mechanism behind reclaiming Free SOL.

Sources

  1. 1.Solana Docs — Core Concepts
  2. 2.Solana Docs — Close Token Account
  3. 3.Solana Docs — getMinimumBalanceForRentExemption
  4. 4.Your Free SOL — Solana Rent
  5. 5.Your Free SOL — Reclaim SOL

Related articles

explanation

Can You Get Solana Rent Back?

Yes. Learn when Solana rent-exempt SOL can be reclaimed, which token accounts can be closed, and what happens when you recover the balance.

explanation

What Are Empty Token Accounts on Solana?

Learn what empty Solana token accounts are, why they remain on-chain after a token balance reaches zero, why they can still hold lamports, and when they may be closed.