Skip to content

Token unlock

A token unlock releases tokens that were previously subject to a vesting or lock-up schedule. This guide explains how unlocks change circulating supply, why they do not predict price direction on their own, and how to verify the schedule, recipients, liquidity, and contract controls.

Updated

For educational purposes only; not investment advice. Investing may result in loss.

Direct answer

A token unlock is the point at which tokens that were previously restricted by a vesting or lock-up rule become transferable or otherwise usable. The schedule may cover a team, investor, foundation, treasury, or an incentive program. An unlock changes who can access the tokens; it does not by itself prove that those tokens will be sold.

The important distinction is between an allocation becoming available and a new token being minted. A project can unlock tokens that already exist in a vesting contract, while another project may mint tokens under its issuance rules. Read the token contract and the published allocation schedule before treating either event as new supply.

Increase vs current float
20%
Post-unlock supply
120m
Unlock value at input price
$100m

Outputs are educational approximations. They exclude venue rules, taxes, latency, oracle behavior, and other protocol-specific parameters unless shown.

How it works

Vesting schedules commonly use a cliff (nothing is available until a date), a linear release (a fixed amount becomes available over time), or a combination of both. A smart contract such as OpenZeppelin’s VestingWallet can enforce a schedule, but the effective risk still depends on the implementation, administrators, and recipient wallets.

The basic supply identities are:

  • circulating market capitalization = current price × circulating supply
  • FDV = current price × maximum or expected total supply

For example, suppose a token has a maximum supply of 1B, 200M circulating before an event, and 100M scheduled to unlock. If all 100M become transferable, circulating supply rises by 50% (100M ÷ 200M). At a hypothetical price of $2, pre-event circulating market capitalization is $400M and FDV is $2B. These are accounting relationships, not a price forecast: selling pressure, demand, liquidity, hedging, and market expectations determine the eventual market response.

Example

Before trading, verify the next unlock date, the amount as a percentage of current circulating supply, and the recipients. Then check whether recipients are contracts, known treasury addresses, market makers, or early investors; whether a contract can change the schedule; and how the unlocked amount compares with recent trading volume and available liquidity.

An unlock can be economically neutral when recipients continue to hold or use the tokens. It can create pressure when recipients sell into a thin market, but a widely anticipated event may already be reflected in the price. The calendar is therefore a trigger for research, not a standalone buy or sell signal.

Risks

  • Supply and liquidity risk: a large transferable amount can increase sell-side depth faster than demand, widening spreads and slippage.
  • Information risk: an allocation table may omit wallets, delegated claims, token loans, or changes to the schedule. Compare disclosures with on-chain balances and transfer events.
  • Contract and control risk: a bug, upgrade key, pause function, or mint authority can change when tokens move or how much exists. Verify the deployed contract and its admin controls.
  • Market risk: even a correctly timed unlock can coincide with leverage, a market-wide drawdown, or a change in demand. Crypto-assets are volatile and on-chain transactions are often irreversible.

Common misconceptions

Misconception 1: Every unlock causes a price drop

Unlocking makes tokens available; it does not reveal the recipient’s trading decision. Demand, hedging, liquidity, and expectations can outweigh the mechanical increase in float.

Misconception 2: The unlock percentage equals the dilution

The percentage should be measured against the right denominator. A 100M unlock is 50% of 200M circulating supply in the example above, but only 10% of a 1B maximum supply.

Misconception 3: A vesting contract removes all risk

Code can enforce dates without guaranteeing honest disclosures, safe upgrades, or a liquid market. Review the source, permissions, recipient behavior, and exit conditions together.

Sources

Navigation

Search the wiki...