# Solana Rent Withdrawal Tutorial

{% hint style="success" %}
**Batch Reclaim Account Rent | Close Accounts on Solana**

On the Solana network, each token and NFT has its own account, which requires a certain amount of SOL as rent to remain active. With just a few simple steps, you can burn unwanted NFTs or tokens and quickly reclaim your account rent.

**Lowest network gas fees**, with only a **5% service charge**. Earn even more by sharing—get **30% of the service fee** as a reward!
{% endhint %}

## How to use Solana to close accounts and recover rent tools

1. Connect Wallet
2. Waiting for account query information
3. Select the account to be closed and rent recovered
4. Review the tokens or NFT accounts to be burned and closed
5. Confirm closure and wait for rent recovery to be completed

## Preparation

1. A computer or a mobile phone
2. Solana Wallet ([Phantom Wallet Installation Tutorial](https://docs.gtokentool.com/en/solana/phantom-wallet-installation-tutorial))
3. Wallets that have received tokens in the past
4. Some SOL is used to pay for on-chain GAS

## Solana Rent Withdrawal Process

### 1. Connect your wallet

Solana Rent Withdrawal link: <https://sol.gtokentool.com/en/walletManagement/rentRecovery>

Enter the GTokenTool rent withdrawal page, where you can click "`Connect`" in the upper right corner and select <mark style="color:purple;">Main</mark> network. Here is a demonstration using the test network.&#x20;

<figure><img src="/files/qhuC1lmvl2FbyKFoxzw2" alt=""><figcaption><p>connect wallet &#x26; select network</p></figcaption></figure>

### 2. Waiting for account query information

<figure><img src="/files/k2bL9cLoDRxOTlTzKuB7" alt=""><figcaption><p>accounts found</p></figcaption></figure>

### 3. Select the account to be closed and rent recovered.&#x20;

**Common types are vacant accounts and ordinary token accounts.**

**Vacant accounts:** The balance is 0, which is useless. You can withdrawal it without worry. Closing will not affect the use of the wallet.

**Ordinary tokens:** Accounts with tokens will recover rent after burning. The burning process is irreversible, so you must confirm whether the token account to be closed still has value.

<figure><img src="/files/NK4ju9CPYy29rj3LahAL" alt=""><figcaption><p>seledct accounts</p></figcaption></figure>

### 4. Review the tokens or NFT accounts to be burned and closed

The burning process is irreversible. Please review the tokens and NFT accounts to be burned and closed.

### 5. Confirm closure and wait for rent withdrawal to be completed

If there are many accounts that need to be closed and the account-related information needs to be counted, please be patient.

<figure><img src="/files/D4doEKvDqmjWKK2P81Ou" alt=""><figcaption><p>confirm transaction</p></figcaption></figure>

<figure><img src="/files/38uxTCMxZEYHwRNLXD9P" alt=""><figcaption><p>confirm transaction</p></figcaption></figure>

After successful recycling, a prompt will display "Closed successful".

<figure><img src="/files/B7bjDJoQcgByNJD9UkdU" alt=""><figcaption><p>closed successfully</p></figcaption></figure>

{% hint style="danger" %}

1. Any tokens marked on this page will be destroyed and cannot be reversed. Please make sure you select the correct sub-account!
2. Reclaimed SOL is achieved by closing the account that stored the token, and the recycling amount is the same whether the account holds 1 or 100,000 tokens.
3. The estimated recoverable amount may differ from the actual amount recovered. Please refer to the actual results after the transaction is executed.
   {% endhint %}

***

## ❓FAQ

### Q: What is Solana account rent?

**A:** On the Solana network, every token and NFT has a separate account. A certain amount of SOL needs to be deposited as rent for these accounts to function normally.

### Q: How to reclaim the rent?

**A:** If you want to close a Solana account, first empty all remaining tokens or NFTs in the account. After closure, the SOL used as rent will be refunded to you.

***

### 🤝 Connect with GTokenTool <a href="#connect-with-gtokentool" id="connect-with-gtokentool"></a>

* 💬 **Telegram Community:** [Click to join our official group](https://t.me/GToken_EN)
* 💻 **Official Website:** [Visit our official site for full features](https://gtokentool.com/)
* 🐦 **Twitter (X):** [Follow us for the latest updates](https://twitter.com/GTokenTool)
* 📺 **Video Tutorials:** [Subscribe to our YouTube Channel](https://www.youtube.com/@GTokenTool)

> ⚠️ **Risk Warning & Disclaimer**
>
> GTokenTool reserves the right to modify this notice without prior notice. All platform information is for reference only. We do not endorse any virtual assets or activities. Virtual assets are highly volatile and carry significant financial risk. Please invest with caution and conduct your own due diligence.


---

# 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.gtokentool.com/en/solana/rent-withdrawal.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.
