> 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/batch-incinerator-solana.md).

# Batch Rent Reclamation - Claim Your Solana

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

On Solana, each token or NFT requires SOL rent. Through simple steps, batch 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 Batch Close Account and Reclaim Rent Tool

1. Open the SlerfTools batch rent reclamation page: [SlerfTools Batch Reclaim Solana](https://slerf.tools/en-us/batch-incinerator/solana)
2. Import the wallets that need to be reclaimed.
3. View the account information of the imported wallets.
4. Select the type of accounts to reclaim.
5. Choose the wallets to reclaim.
6. Enter the recipient address for the reclaimed SOL.
7. Confirm the reclamation, send the transaction to the blockchain, and wait for the batch 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. Private keys of the wallet addresses that need rent reclamation
5. Some SOL for paying on-chain GAS fees

### Steps:

1. **Open the SlerfTools batch rent reclamation page.**

Solana Batch Rent Reclamation: <https://slerf.tools/en-us/batch-incinerator/solana>

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

<figure><img src="/files/5dnqyCr6VvsTsIDe42ed" alt=""><figcaption></figcaption></figure>

2. **Import the wallets that need rent reclamation:**
   * **Manual Input**: Copy and paste private keys from a spreadsheet or other source.
   * **Upload File**: Supported file types are Excel, CSV, TXT, and JSON. You can [download a template file](https://slerf.tools/demo/xlsx-demo.xlsx).

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

3. **View the account information of the imported wallets:**
   * Wallet address
   * Total number of accounts
   * Number of empty accounts
   * Estimated amount of SOL that can be reclaimed

<figure><img src="/files/88hehmWrg4rhArmX0cqr" alt=""><figcaption></figcaption></figure>

4. **Select the type of accounts to reclaim:**
   * **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.
   * **All Accounts**: Includes empty accounts, token accounts, NFT accounts, and domain names. The burning process is irreversible, so ensure that the token accounts you close no longer have value.

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

5. Select the wallets to reclaim.

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

6. **Reclaim SOL to a specified wallet address (optional):**

   Reclaiming SOL to a specified wallet address requires only one GAS fee. During reclamation, the rent will be automatically sent to the specified address, reducing costs and eliminating the need for a second GAS fee to consolidate funds.

&#x20;If not specified, the reclaimed SOL will default to the corresponding wallet.

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

7. Confirm the reclamation, send the transaction to the blockchain, and wait for the batch reclamation to complete.&#x20;

<mark style="color:orange;">Ensure that the accounts to be reclaimed have some SOL to pay for the on-chain GAS fees; otherwise, the reclamation will fail.</mark>

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

{% hint style="danger" %} <mark style="color:orange;">**Safety Reminder:**</mark>

1. **Protect Private Keys**: SlerfTools only performs calculations locally and signs transactions without collecting or uploading your private keys or sensitive information.
2. **Token Destruction**: If you reclaim all accounts, all tokens will be destroyed and this action cannot be undone. Ensure that the tokens no longer have value.
3. **Reclaimed SOL**: The reclaimed SOL is obtained by closing the account storing the tokens. The reclaimed amount is the same regardless of whether the account holds 1 or 100,000 tokens.
4. **Estimate Variations**: The estimated reclaimed amount may differ from the actual amount reclaimed. 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:

```
GET https://docs.slerf.tools/en/wallet-management/batch-incinerator-solana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
