# Solana Rent Recovery Tutorial

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

## 📝 Steps to Use

#### 1. Select the operating wallet (current or imported).

#### 2. Scan all SPL Token / NFT accounts within the wallet.

#### 3. Check the account types to reclaim:

* Empty accounts
* Token accounts with balance that can be burned
* NFTs (supports batch processing)

#### 4. Click \[One-Click Reclaim] and sign to confirm the transaction.

#### 5. After success, view the amount of SOL released.

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

### ❓ Frequently Asked Questions

#### 1. What is rent reclamation and why is it necessary?

* [x] **Answer:** Rent reclamation means closing unused accounts to release the SOL rent paid, reducing account maintenance costs and keeping the wallet organized.

#### 2. Does burning tokens or NFTs permanently invalidate them?

* [x] **Answer:** Yes. Burning permanently destroys the assets and closes the accounts. Please ensure the tokens or NFTs have no further use before proceeding.

💬 **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
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://ciaotool.gitbook.io/docs/sol-en/wallet-manage/solana-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.
