> 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-comparison.md).

# Burn Comparison

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

## Overview

**Burn Comparison** lets you compare how different projects conduct and scale their token burn programs.

Instead of looking at a single token in isolation, you can line up multiple projects side by side to understand the total size and frequency of their burn activity.

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

## Accessing Burn Comparison

You’ll find **Burn Comparison** under the **Burn** tab in the sidebar.

When opened, you can add any tokens to the comparison pane. Each project will appear as a chart, with total burn value or token amount visualized across comparable metrics.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2F2EWtzUt0XQk2AUWcjXgo%2Faccessing-burn-comparison.mp4?alt=media&token=3c3fe5e1-f97b-4fb3-a7fd-4d5786109984>" %}

## Using Burn Comparison

At the top, you can toggle between:

* **Total Burn Value (USD)**: Cumulative value of all burned tokens.
* **% of Circulating Supply**: Portion of current circulating supply permanently removed.
* **% of Released Supply**: Portion of total released supply offset by burns.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FRuQL1lpHqMJJlTXZyNDC%2Fusing-burn-comparison.mp4?alt=media&token=307b0fb3-4736-4643-81ba-675973090396>" %}

Hovering over any bar displays more information.

## Why It Matters

Burn mechanisms are a key deflationary force that influence token supply and long-term value.

By comparing multiple projects, you can identify which tokens have consistent, structural burn mechanisms versus those relying on one-off events or governance-driven actions.

## Where To Next?

* Explore the [Burn](/features/token-page/burn.md) page for in-depth project-level burn data.
* Use [Burn Screener](/features/burn/burn-screener.md) to filter tokens by burn type or value.


---

# 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-comparison.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.
