# Token Unlocks Page

Our Token Unlocks dashboard includes general upcoming events (Cliff Unlocks Next 7 Days, Linear Unlocks Per Day), a table of all tokens that we are tracking, and relevant launchpad tokens.

## Highlight Section

<figure><img src="/files/4wt5s1326UItO6otDGXP" alt=""><figcaption></figcaption></figure>

This section contains key weekly data points. You have the option to disable this section if it's not needed.

* [**Cliff Unlocks Next 7 Days**](/tokenomist/token-page/cliff-linear-and-emission.md): A cumulative dollar amount of cliff unlocks within the next 7 days.
* [**Linear Unlocks Per Day**](/tokenomist/token-page/cliff-linear-and-emission.md): An average daily token released from linear unlocks and total token issuance.
* **Recently Added**: The newest tokens that have been added to the Tokenomist dashboard.
* [**Crypto Market Emission**](https://tokenomist.ai/emission/crypto-market): An aggregated projected token unlocks from all tokens on our website. This is macro picture of crypto landscape.

## Tokens Section

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

Detailed information about each token can be found in this section:

* **Project Logo / Ticker:** The project logo and ticker symbol of the token.
* **Current Price:** The current token's price.
* **1D Change:** Calculated as`((last_24hrs_price - current_price)/ last_24hrs_price)) * 100`
* **Market Cap:** Calculated as `circulating_supply(coingecko) * current_price`
* **Circulating Supply:** The number of tokens currently circulating in the market. Derived from CoinGecko.
* **Total Unlocked (%):** The ratio of tokens already unlocked, calculated as `(unlocked_token / max_supply) * 100`
* **Upcoming Unlock:** Details about the next unlock, including its type, value, percent, and schedule.

  * **Type:**  Represented by different icons, the unlock could be a Cliff unlocks, and Linear unlocks/Token Issuance.

  <div align="center"><figure><img src="/files/bEZdXZCIPdcrlXblwVfx" alt="" width="48"><figcaption><p>Cliff Unlocks</p></figcaption></figure> <figure><img src="/files/mV3iPutDcUvRhsl6QtzN" alt="" width="48"><figcaption><p>Linear Unlocks / Token Issuance</p></figcaption></figure></div>

  * **Value:** Calculated as `unlocks_token * current_price`
  * **Percent of Circulating Supply:** This metric represents the proportion of upcoming amount of token unlocks relative to the circulating supply, displayed as a percentage.
  * **Countdown**: The countdown schedule of token unlocks based on the whitepaper or onchain timestamp. The cliff unlocks’ countdown shows the remaining time until cliff unlocks occur. The linear unlocks’ countdown shows the remaining time until the linearly unlocks rate will be updated to new linear rate.
* **Next 7D Emission:** This metric collates the cumulative token counts from Cliff Unlocks, Linear Unlocks, and Token Issuance for the next seven days.&#x20;

<figure><img src="/files/2PbCFZGZ99bjESEq7iTX" alt=""><figcaption></figcaption></figure>

* **Trending Tokens**: This displays the top five tokens most frequently searched on Tokenomist.


---

# 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/tokenomist/token-unlocks-page.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.
