> For the complete documentation index, see [llms.txt](https://docs.sol-incinerator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sol-incinerator.com/tool-guide/incinerator/fun-mode.md).

# Fun Mode

<div align="left"><figure><img src="/files/fxxrnROnhx1fDipvGRWJ" alt="" width="375"><figcaption></figcaption></figure></div>

## Fun Mode FAQ

<details>

<summary>How does it work?</summary>

Solana requires a small SOL deposit (\~0.002 SOL) known as 'rent' to create a token account. Once the token has been sold or sent the account can be closed and the deposit recovered. If you trade or send a lot of coins, you may have a lot of SOL locked up in rent! Simply click the claim SOL button and approve the transaction to reclaim your deposits.

</details>

<details>

<summary>Is it safe?</summary>

Yes - Closing token accounts is completely safe, and also completely reversible!

</details>

<details>

<summary>Will it jeopardize my airdrops?</summary>

No - Token accounts can safely be closed without effecting any past or future airdrops you are eligible for.

</details>

<details>

<summary>Why don't I have anything to claim?</summary>

You may not have disposed of any tokens since you last checked. Some trading terminals also automatically close accounts on your behalf.

</details>

<details>

<summary>Looking for the classic UI?</summary>

Switch to [Pro Mode](/tool-guide/incinerator/pro-mode.md) in the footer.

<div align="left"><figure><img src="/files/GiYGrXAJ3LMP54CkaiiA" alt="" width="119"><figcaption></figcaption></figure></div>

</details>

## How to Use Fun Mode

***

{% stepper %}
{% step %}

### Connect Wallet

See [Connecting Your Wallet](/tool-guide/connecting-your-wallet.md) for instructions.
{% endstep %}

{% step %}

### Claim SOL

Click the **Claim SOL** button

<figure><img src="/files/iZdtCSKvQfEjGma40Nr2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign Transaction

Sign and confirm your transaction by clicking **Confirm**.

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

{% hint style="info" %}
The confirm transaction screen may appear differently due to using a different wallet.
{% endhint %}
{% endstep %}

{% step %}

### Success Confirmation

🧹 All clean. Accounts closed, SOL reclaimed.&#x20;

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

Want to flex it? Hit **Tweet** — or click **Stake** to keep your SOL working.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sol-incinerator.com/tool-guide/incinerator/fun-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
