# Introduction

<figure><img src="/files/2g7qSJHjvSSGoEnBcYaa" alt=""><figcaption></figcaption></figure>

The **Solana blockchain**, renowned for its high-speed transactions and low fees, has become a popular platform for DeFi, NFTs, and various blockchain innovations. However, its rapid growth and active user base often lead to the **accumulation of unused accounts**, which can silently incur rent fees. These fees, charged daily for every Solana account, can deplete user balances over time. (To learn more about rent fees on Solana, see the [Solana documentation](https://solana.com/docs/core/accounts#rent) .)

As Solana users create multiple accounts for various purposes, the number of unused accounts accumulates, causing several challenges:

* **Account Proliferation**: Many users find themselves with a significant number of inactive accounts that are no longer needed, leading to inefficiency and clutter within the system.
* **Rent Fees**: Even unused accounts continue to incur daily rent fees, which can steadily reduce a user's balance if left unchecked.
* **Manual Recovery Challenges**: Identifying and closing these accounts manually is a time-consuming and tedious task, requiring users to individually assess their accounts and take action to recover any funds.


---

# 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://solrecover.gitbook.io/solrecover/what-is-solrecover/introduction.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.
