> 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/dev-mode.md).

# Dev Mode

<div align="left" data-full-width="false"><figure><img src="/files/OvCZGRRba9nWL3LHaJgr" alt="" width="375"><figcaption></figcaption></figure></div>

## Dev Mode FAQ

***

<details>

<summary>What is Dev Mode?</summary>

Dev Mode unlocks extra features for advanced users who want full control over their cleanup.&#x20;

Enabling Dev Mode gives you access to:

* The [**Unknown Tab**](/tool-guide/incinerator/dev-mode/unknown-tab.md#unknown-tab-faq) for handling unusual or unrecognized assets
* The [**LP Tab**](/tool-guide/incinerator/dev-mode/lp.md#lp-faq) for burning leftover liquidity pool tokens
* A **“**[**Hide Tokens**](#how-does-the-hide-tokens-slider-work)**” slider** that filters high-value tokens across all tabs (Tokens, NFTs, Unknown)

{% hint style="warning" %}
Use Dev Mode with care — it exposes more powerful tools that assume you understand what you're burning.
{% endhint %}

</details>

<details>

<summary>How does the hide tokens slider work?</summary>

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

If a value can be estimated for a token, you can use the slider to hide tokens above a chosen dollar threshold.\
\
For example, setting the slider to **$10** will hide any tokens estimated to be worth more than $10 from view.

You can also use the slider in combination with **Select All** to quickly target tokens **below** a specific value.

{% hint style="warning" %}
**Important:**

* Do **not** rely on this slider as a safety guarantee as valuation data may be incomplete or unreliable.
* The slider uses **estimated values only**, which may not be accurate.
* **Always review the queue carefully** and verify what you are selecting before burning.
* *Jupiter Trusted Tokens require manual selection.*
  {% endhint %}

</details>

<details>

<summary>Are the slider bar and safety pop-up infallible?</summary>

No — they’re helpful tools, but they’re not perfect. The **most important safeguard is your own manual review** before confirming a burn.

Here’s why:

* The safety features are designed to make mistakes less likely, but they depend on third-party data, which can fail.
* Some assets might be too new or obscure to have accurate data.

Always double-check what you’re selecting and approving. The final responsibility is yours.

</details>


---

# 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/dev-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.
