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

# Buyback Screener

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

## Overview

**Buyback Screener** provides a tabular overview of all tracked projects with active or historical buyback programs.

It allows you to sort and analyze tokens by their total buyback volume, frequency, or intensity relative to supply.

## Accessing Buyback Screener

You’ll find **Buyback Screener** under the **Buyback** tab in the sidebar.

The table lists every token with detected or reported buybacks, showing key metrics such as:

* **% of Released Supply**: Total buyback value as a share of released supply.
* **Total Buyback Value**: The cumulative USD value of all buybacks to date.
* **Last Buyback**: Timestamp of the most recent confirmed buyback event.
* **30D Buyback Value**: Total value of buybacks in the last 30 days.
* **Buyback Types**: Methods used (e.g. Treasury Buyback, Repurchase, Fee Burn).
* **Buyback Sources**: Funding origins (e.g. Protocol Fees, Treasury, Revenue).

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FgA1UszvdDmPifejyqzX9%2Faccessing-buyback-screener.mp4?alt=media&token=195ecc5f-f660-4c7c-87aa-7fa80c797848>" %}

## Using Buyback Screener

You can sort any column by clicking its header, or filter results using the search bar to locate specific tokens or buyback sources. Projects can also be added directly to your [Watchlist](/features/watchlist.md) for ongoing monitoring.

Clicking a token name opens its detailed [Buyback](/features/token-page/buyback.md) page, showing time-series data, burn linkage, and source breakdowns.

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

## Why It Matters

The **Buyback Screener** highlights which projects are actively reducing supply, which are sustaining long-term buybacks, and which rely on organic revenue versus treasury reserves.

By scanning multiple projects at once, you can identify leaders in protocol value accrual, spot emerging trends, and benchmark buyback effectiveness across ecosystems.

## Where To Next?

* See [Buyback Comparison](/features/buyback/buyback-comparison.md) to compare total buyback strength across multiple projects visually.
* Learn more about the [Buyback](/features/token-page/buyback.md) page.


---

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