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

# Buyback Comparison

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

## Overview

**Buyback Comparison** lets you compare how different projects conduct and scale their token buyback programs.

Instead of viewing a single project’s activity in isolation, you can line up multiple tokens side by side and evaluate the magnitude, consistency, and impact of their buybacks.

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

## Accessing Buyback Comparison

You’ll find **Buyback Comparison** under the **Buyback** tab in the navigation bar, or through the sidebar. When opened, you can add any tokens with buyback to the comparison pane.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FksEhurRZC3swKhm33G0m%2Faccessing-buyback-comparison.mp4?alt=media&token=eae5cf47-bc4d-408c-ac08-23e9a3cbabfa>" %}

## Using Buyback Comparison

At the top, you can toggle between viewing **Total Value**, **% of Circulating Supply**, or **% of Released Supply**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FoXprUDAXNZiOjB6K7F0c%2Fusing-buyback-comparison.mp4?alt=media&token=2b98085d-7903-458e-892b-4563401a43fd>" %}

Hovering over any segment reveals the breakdown of released supply impact, buyback amount, and buyback value.

## Why It Matters

Buybacks play a key role in shaping a token’s long-term supply dynamics and value accrual. A project that consistently conducts buybacks demonstrates stronger alignment between token utility, protocol revenue, and holder value.

By comparing multiple tokens side by side, you can quickly see which projects are more aggressive in buybacks, which tie them to on-chain revenue.

## Where To Next?

* See our [Buyback](/features/token-page/buyback.md) page for a more indepth look at project buyback mechanisms
* See the [Buyback Screener](/features/buyback/buyback-screener.md) for a full list of tokens with buyback


---

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