# Solana Batch Rent Recovery Tutorial

{% hint style="success" %}
**Solana Batch Rent Recovery：**<https://ciaotool.io/en-US/wallet/manage/reclaim-rent-batch>
{% endhint %}

## 🔗 Steps to Operate

#### Step 1: Import Wallets

* You can manually enter private keys or upload a CSV file containing multiple private keys.
* The system will scan the account usage under each wallet.

#### Step 2: Select Reclamation Type

* ✅ Reclaim Empty Accounts Only: Automatically identifies and closes accounts with zero balance.
* 🔁 Reclaim All Accounts: Includes burnable token and NFT accounts; assets are burned before closing the accounts.

<figure><img src="/files/0g1FyQNNaMjdWUsHUkJs" alt=""><figcaption></figcaption></figure>

#### Step 3: Configure SOL Reclamation Address

* By default, the released SOL is returned to the original accounts.
* You can also manually specify a single unified address to centrally manage the reclaimed rent.

#### Step 4: Payer Settings (Optional)

* Supports one wallet paying GAS (fees) on behalf of other addresses, useful for airdrop addresses or accounts without leftover SOL.

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

#### Step 5: Execute Reclamation

* Click \[Start Reclamation], and the system will automatically initiate batch transactions, each signed locally.
* You can monitor the processing status and amount of SOL released in real time.

### ❓Frequently Asked Questions

#### 1. What types of accounts can be reclaimed?

* [x] **Answer:** SPL Token accounts, NFT accounts, and zero-balance accounts can all be reclaimed to release the associated rent if no longer needed.

#### 2. Can all reclaimed SOL be sent to a single address?

* [x] **Answer:** Yes. You can manually set a single collection address, and all released SOL will be transferred there for centralized management.

#### 3. Can wallets without GAS (SOL) still perform reclamation?

* [x] **Answer:** Yes. By enabling the "Fee Payer" feature, the system will use a designated wallet to cover gas fees for other wallets, allowing for low-cost batch operations.

#### 4. Is batch processing of multiple addresses supported?

* [x] **Answer:** Yes. You can import multiple wallets (via private keys or JSON files) and perform unified account scanning and reclamation in one go.

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **Medium:** <https://medium.com/@ciaotool>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp：**<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% endhint %}


---

# Agent Instructions: 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://ciaotool.gitbook.io/docs/wallet-manage/solana-batch-rent-recovery-tutorial.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.
