> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/en/wallet-management/close-account-solana.md).

# Tutorial on Reclaiming Rent - Free Solana Collection

{% hint style="success" %} <mark style="color:green;">Solana Close Account | Reclaim Account Rent | Free Solana Collection</mark>

On Solana, each token or NFT requires SOL rent. Through simple steps, destroy unwanted NFTs or tokens and quickly reclaim account rent.

The lowest GAS fees on the network, with a service fee of only 8%. Share and earn, receiving 30% of the service fee.
{% endhint %}

### How to Use the Solana Close Account and Reclaim Rent Tool

1. Connect your wallet.
2. Wait for the account information to be retrieved.
3. Select the accounts you want to close and reclaim.
4. Review the tokens or NFT accounts to be burned and closed.
5. Confirm the closure, send the transaction to the blockchain, and wait for the rent reclamation to complete.

### Preparation:

1. A computer or a smartphone
2. Solana Wallet (Phantom Wallet installation tutorial)
3. A wallet that has previously received tokens
4. Some SOL for paying on-chain GAS fees

### Steps:

1. Connect your wallet.

Solana Rent Reclamation: <https://slerf.tools/en-us/close-account/solana>

Enter the SlerfTools rent reclamation page, and you can switch the language in the top right corner.

<figure><img src="/files/dTAvYStA2G57QdXPqc7d" alt=""><figcaption></figcaption></figure>

2. Wait for the account information to be retrieved.

<figure><img src="/files/BvevTzPiFeYGRVscgn6T" alt=""><figcaption></figcaption></figure>

2. Select the accounts you want to close and reclaim, common types include empty accounts and regular token accounts:
   * **Empty Accounts**: These have a balance of 0 and are of no use. You can safely reclaim them. Closing these accounts will not affect the usage of your wallet.
   * **Regular Tokens**: Accounts with tokens will have their rent reclaimed after burning the tokens. The burning process is irreversible, so ensure that the token accounts you close no longer have value.

<figure><img src="/files/sxcFOahsdfghaXeaBh6u" alt=""><figcaption></figcaption></figure>

4. Review the tokens or NFT accounts to be burned and closed.&#x20;

<mark style="background-color:orange;">The burning process is irreversible, so double-check the tokens and NFT accounts you want to burn and close.</mark>

<figure><img src="/files/1qL0cROmpr7wKZ22dHZC" alt=""><figcaption></figcaption></figure>

5. Confirm the closure, send the transaction to the blockchain, and wait for the rent reclamation to complete.&#x20;

<mark style="color:orange;">If you need to close many accounts, it may take some time to compile the account information, so please be patient.</mark>

<figure><img src="/files/NjpK9ykDCFSWzZDfrHH1" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %} <mark style="color:orange;">**Important Reminder, Must Read!**</mark>

* Any tokens marked on this page will be destroyed and cannot be undone. Please ensure you have selected the correct sub-accounts.
* The reclaimed SOL is obtained by closing the account that stores the tokens. The reclaimed amount is the same whether the account holds 1 or 100,000 tokens.
* The estimated reclaimable amount may differ from the actual reclaimed amount. Please refer to the actual results after the transaction is executed.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.slerf.tools/en/wallet-management/close-account-solana.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
