# Reclaim SOL Tool

## 🔹 What Is the SOL Reclaim Tool?

Every time you interact with the Solana blockchain, new token accounts may be created.\
Each account requires a small deposit of **rent-exempt SOL** (currently \~0.002 SOL).

Over time, wallets accumulate **empty token accounts** that still hold SOL.\
The Reclaim Tool scans your wallet, finds these accounts, and lets you **close them to reclaim your SOL**.

<figure><img src="/files/U7Sj73PlX7EtvKt6dWU4" alt="" width="563"><figcaption></figcaption></figure>

## 🔹 Why Use It?

* **Recover Lost SOL** – Free up small amounts that add up over time.
* **Declutter Your Wallet** – Remove unused token accounts.
* **Safe & Non-Custodial** – You always sign the transaction, and SOL goes directly back to your wallet.
* **Gas-Free for Empty Wallets** – If your balance is 0, we cover the transaction fee.

{% hint style="info" %}
Our tool only closes accounts that are completely empty.\
If you’re holding worthless tokens, you can first swap or remove them, then use the reclaim tool to recover your SOL.
{% endhint %}

## 🔹 Steps

{% stepper %}
{% step %}

### Connect your Wallet

We support majority but mostly tested with Phantom and Solflare
{% endstep %}

{% step %}

### Our tool scan your wallet for empty accounts

This is done automatically, nothing required from your side
{% endstep %}

{% step %}

### Press Claim button

Based on amount of empty token accounts you will see possible amount of received funds
{% endstep %}

{% step %}

### Sign transaction

Your empty accounts will be closed, and the reclaimed SOL will be sent directly back to your wallet.
{% endstep %}
{% endstepper %}

## 🔹 Example

* Found 3 empty token accounts
* Each holds \~0.002 SOL
* Total reclaimed: **0.006 SOL**

{% hint style="success" %}
&#x20;Even small recoveries add up – reclaim often and keep your wallet clean.&#x20;
{% endhint %}

### 🔹 Reclaim client

Reclaim CLI is an open-source local client for reclaim.mwh.app that helps users automate large reclaim jobs without clicking through repeated wallet popups. It checks a wallet, shows how many accounts can be reclaimed and the estimated SOL returned, then signs and executes the reclaim flow locally using the user’s own machine.

```
git clone https://github.com/MarketWhaleApp/reclaim-cli.git
cd reclaim-cli
```

{% hint style="info" %}
You can ask Codex, Claude Code, Cursor or any other AI agent to go through AGENTS.MD and do all the setup
{% endhint %}

### 🔹 FAQ

<details>

<summary><strong>Is it safe?</strong></summary>

Yes – all transactions are signed directly by your wallet. We never touch your keys or funds.

</details>

<details>

<summary> <strong>How much SOL can I get back?</strong></summary>

Usually between 0.002–0.05 SOL, depending on how many accounts your wallet has accumulated.

</details>

<details>

<summary><strong>Who pays the fee?</strong></summary>

If your wallet has 0 SOL, we cover the fee. Otherwise, it’s deducted from the reclaimed amount.

</details>

<details>

<summary><strong>Is there a way to automate this?</strong></summary>

Yes. If a reclaim requires many transactions, you can automate the process with **Reclaim CLI** instead of approving each wallet popup manually. The client runs locally, uses your existing `reclaim.mwh.app` flow, and signs transactions from a private key stored on your machine, making batch reclaim much faster for larger wallets.

</details>

{% embed url="<http://reclaim.mwh.app/>" %}


---

# 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://docs.mwh.app/reclaim-sol-tool.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.
