# Token Unlocks

## Overview

The **Token Unlocks Dashboard** is a central tool for tracking the most important unlock events and analyzing their potential impact on the market. It provides a comprehensive view of **cliff unlocks**, **linear releases**, and a detailed table of **upcoming unlock events**.

<figure><img src="/files/9pKhwNXq0xCZrkd0pgFB" alt=""><figcaption></figcaption></figure>

## Key Sections

### Highlight Bar

These components give you an immediate snapshot of the most significant token unlock events and platform updates happening right now.

* **Cliff Unlocks Next 7D**: This metric highlights tokens with major cliff unlocks scheduled within the next seven days.
* **Today Linear Release**: This component shows the total value of tokens being released continuously on the current day. It helps you understand the constant supply flow of major assets.
* **Updates**: A news feed of recent tokenomics updates that helps you stay up to date with project movements.
* **Crypto Market Emission**: This chart shows the total value of tokens released into the market on a weekly basis, providing a broad overview of new supply.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAiV8rQPRMYfCyYrQgX5Q%2Fuploads%2FuHo6WJN83HlRavyxNhwr%2Ftoken-unlocks-dashboard-highlight.mp4?alt=media&token=2cfcd0c9-14ee-4323-9058-380a83abc803>" %}

Learn more about how [Updates](/features/updates.md) work, or see how to use [Crypto Market Emission](/features/emission/crypto-market-emission.md) in action.

### **Token Unlocks Table**

This is the central component of the dashboard, providing a detailed, sortable, and filterable list of all tracked projects and their unlock data. At the top of the table, you'll find filtering options to customize your view:

* **Filters**: You can filter the data by **category** (e.g., AI & Agent, DeFi, Layer 1), **Top 300** to focus on the largest projects by market capitalization, or **Big Unlocks** to show only upcoming unlocks worth **$10M** or more. This is a useful for identifying high-impact events.
* **Search**: Use the search bar to find any project by name or ticker. Note that this will respect any active filters.
* **CSV Download** <i class="fa-square-web-awesome-stroke">:square-web-awesome-stroke:</i>: The CSV download button allows you to export the entire table data. The download will respect any active filters, so you will only get the data for the projects you are currently viewing. Want to know more? See [CSV Download](/features/csv-download.md).

Each column in the table provides a key metric for quick analysis.

* **Project Name**: The name of the token, accompanied by a star icon to add it to your [Watchlist](/features/watchlist.md).
* **Price**: The current price of the token, reported from [CoinGecko](https://coingecko.com).
* **24h % Change**: The token's price change over the past 24 hours.
* **M.Cap**: The token's current market capitalization, reported from [CoinGecko](https://coingecko.com).
* **Circulating Supply**: The total number of tokens currently in circulation, reported from [CoinGecko](https://coingecko.com).
* **Released Percentage**: The percentage of the total supply that has been released according to its release schedule.
* **Upcoming Unlock**: This column shows the amount of the next scheduled unlock and its percentage of current released supply, along with a countdown to the event.
* **Next 7D Emission**: The amount of tokens that will be released over the next seven days and its percentage of current released supply.

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


---

# Agent Instructions: 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:

```
GET https://docs.unlocks.app/features/token-unlocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
