📊Token Page

Our Token Page provides detailed information about the token, such as, Emission, Unlock progress, Token allocation, Vesting schedules, and Unlock events.

Token Information and Emission

Token Information

  • Current Price: The current token's price

  • Market Cap: Calculated as circulating_supply(coingecko) * current_price

  • Fully Diluted Value (FDV): The market cap if max supply were in circulation, calculated asmax_supply * current_price

  • Circulating Supply: The number of tokens currently circulating in the market. Source from CoinGecko

  • Max Supply: The maximum amount of tokens that can ever exist.

  • Circulating Supply Ratio: This refers to the proportion of tokens currently circulating in the market compared to the max supply, expressed as a percentage calculated as (circulating_supply(coingecko) / max_supply)

Emission

  • Max Supply: The maximum amount of tokens that can ever exist.

  • Circulating Supply Ratio: This refers to the proportion of tokens currently circulating in the market compared to the max supply, expressed as a percentage calculated as (circulating_supply(coingecko) / max_supply)

This section covers details about the emission of tokens.

  • 1 Year Emission: The amount and rate of tokens released to circulation from now to the next 365 days, calculated as cliff_unlocks_365days + linear_unlocks_365days + token_issuance_365days

  • Prev. 7 Days Inflation: The quantity and rate of tokens that were unlocked and issued in the last 7 days

  • Prev. 7 Days Deflation: The amount and rate of tokens burned daily over the past 7 days

  • Prev. 7 Days Net Emission: prev_7days_inflation - prev_7days_deflation

Unlocks Progress / Events

This section provides insights into the token's unlocking progress and key unlock events, including dates, times, and quantities.

Total Unlocks Progress

  • Unlocked: This indicates both the quantity and the percentage of all trackable unlocked tokens, calculated as unlocked = (unlocked_token / max_supply) * 100

  • Total Locked: Represents the quantity and the percentage of all trackable tokens that remain locked, calculated as total locked = (total_locked_token / max_supply) * 100

  • Untracked: Refers to the quantity and the percentage of tokens that cannot be tracked. This is calculated as: untracked = max_supply - unlocked - total_locked

Key Note

  • Some tokens included rewards/issuance mining within the Unlocked amount.

  • Token with infinite supply will not show unlock progress.

Unlocks Events

  • Previous Event: In TokenUnlocks V1, users can access the most recent previous unlock event, while Pro users can view the last two events.

  • Upcoming Event: Details about the next unlock event.

  • Following Event: Information about future unlock events. Pro users can view the next two events.

Allocation and Schedule

This section provides insights into the allocation and vesting schedule of tokens:

Allocation: The amount of tokens allocated and to be distributed to each party.

Schedule: The interactive chart broken down by allocation showing unlocks amount with time.

Allocation

Information about how tokens are allocated:

Allocation detail:

  • Allocation Name

  • Total token allocated for this allocation

  • Percentage of the total supply

  • Vesting description

  • Allocation type:

    • Full Allocation: The allocation as mentioned in the project's whitepapers or official reference or by on-chain investigation.

    • Standard Allocation: A TokenUnlocks Tokenomics standard for ease of understanding that enables users to compare allocations between projects.

Note: Allocation(s) on whitepaper may contain different numbers from the actual distribution due to various reasons such as, testing transfer amount, the actual number after launch (over or under-sold for public or private investment), and new governance.

Vesting Schedule

A timeline indicating when each allocation is set to unlock. Users can scroll through specific time frames with TokenUnlocks V1 :

  • Price Chart: This feature provides a comparative view of the token's price alongside the vesting schedule over the same timeframe. It offers deeper insights into potential price impacts related to unlocking events. (Only for TokenUnlocks Pro)

  • Claimed Chart: This feature presents on-chain data regarding unlock activities when beneficiaries claim their respective portions of vested tokens. It enables users to understand the actual unlock behavior of various parties involved. (Only for TokenUnlocks Pro)

Unlocks Description

A concise summary of each allocation derived from the project's reference. This section provides an easy-to-understand overview of each party involved in the allocation, the user can find the description only on Full Allocation mode.

Last updated