> For the complete documentation index, see [llms.txt](https://docs.unlocks.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unlocks.app/features/burn/burn-screener.md).

# Burn Screener

{% hint style="info" %}
This feature is only available to **Pro** users.
{% endhint %}

## Overview

**Burn Screener** gives you a table view of all tracked token burns, letting you sort, search, and filter across tokens with burn.

It’s ideal for quickly identifying which projects have the highest burn rates, how recently burns occurred, and whether burns are programmatic or manually triggered.

## Accessing Burn Screener

You can find the **Burn Screener** tab in the Sidebar under Burn.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FUN6Yn3XQY1G7DCul3Kr1%2Faccessing-burn-screener.mp4?alt=media&token=ec192383-83ce-4c14-9b69-679929ebc901>" %}

## Using Burn Screener

The screener table includes the following key columns:

| Column                   | Description                                              |
| ------------------------ | -------------------------------------------------------- |
| **Token**                | Token name and symbol, with logo for quick recognition.  |
| **% of Released Supply** | Portion of total released supply permanently burned.     |
| **Total Burn Value**     | Lifetime value of all burned tokens, denominated in USD. |
| **Last Burn**            | Timestamp of the most recent burn event.                 |
| **30D Burn Value**       | Total value burned in the last 30 days.                  |
| **Burn Types**           | Classification of burn mechanism (see below).            |
| **Burn Reasons**         | Explanation for why the burn occurred (see below).       |

You can also add tokens to your [Watchlist](/features/watchlist.md) for ongoing burn tracking, search for tokens by name or symbol, and sort any column (e.g., by Total Burn Value or % of Supply Burned).

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

## Where To Next?

* Use [Burn Comparison](/features/burn/burn-comparison.md) for cross-project visual comparisons.
* Learn more about our [Burn](/features/token-page/burn.md) feature and methodology.


---

# 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.unlocks.app/features/burn/burn-screener.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.
