Equity · Token cap tables

Token vesting: cliffs, unlocks, and what they do to supply.

The four parameters behind every unlock schedule, the difference between on-chain and contractual vesting, and how unlocks feed circulating supply and FDV.

On this page

In short

What is token vesting?

Token vesting is the schedule on which an allocated token becomes transferable. A cliff holds everything back until a first date, after which the remainder typically releases linearly over months or years. Unlike equity vesting, the release is often enforced by a smart contract and usually continues regardless of employment.

Cliff · linear release · enforced in contract or by promise · drives circulating supply

The four parameters that define a schedule

Almost every token unlock schedule, however elaborately it is presented, reduces to four numbers. Once you have them you can reconstruct the entire curve, and if a project publishes a chart without them you cannot verify the chart.

The parameters, and what each one changes
ParameterWhat it meansWhat changes if you move it
Start dateThe date accrual begins — often token generation, sometimes a contributor start date, sometimes listingShifts the whole curve. Two grants with identical terms and different starts diverge permanently
CliffA period during which nothing releases; at the end, the amount accrued so far releases at onceCreates a step. A one-year cliff on a four-year schedule releases a quarter of the grant in a single moment
DurationTotal length of the schedule including the cliffSets the slope. Longer duration means a flatter release and a smaller monthly increment
FrequencyHow often the accrued amount is actually released — per second, daily, monthly, quarterlyChanges the shape from a smooth ramp to a staircase. Monthly release concentrates supply on one date

A published example makes it concrete. The Arbitrum Foundation documented that investor and team tokens were subject to four-year lock-ups, with the first unlocks one year after the token generation event on 16 March 2023 and monthly unlocks across the remaining three years. Those four parameters — start at TGE, twelve-month cliff, forty-eight-month duration, monthly frequency — are enough to reconstruct the entire investor and team release curve without any additional information.

On-chain vesting versus a promise in a document

This distinction determines what actually happens when the schedule and the humans disagree, and it is the single most consequential design choice in a token grant.

Two ways to enforce a schedule

Two ways to enforce a schedule
FeatureOn-chain vesting contractContractual vesting
Where the tokens sitIn an escrow contract, already allocated to the beneficiary addressWith the issuer, in a treasury or foundation wallet
What triggers releaseTime. Anyone can call the release function once the schedule permitsA person deciding to send a transfer
Counterparty risk to the recipientLow — the issuer cannot withhold what the contract will releaseHigh — delivery depends on the issuer continuing to exist and to honour the grant
Can it be stopped on departureOnly if a revocation mechanism was written in before deploymentYes, by not sending — though whether that is permitted is a contract question
VisibilityPublic. Anyone can read the schedule and the remaining balancePrivate, unless the project chooses to publish it
AmendabilityGenerally none once deployed, absent an upgrade path built in deliberatelyBy agreement between the parties, like any contract

Behaviour depends on the specific contract deployed. Read the contract, not the marketing page describing it.

How unlocks feed circulating supply and FDV

The unlock schedule is not just an internal HR artefact. It is the input to the supply figures that data providers publish about a project, which are then quoted in coverage, used in comparisons, and displayed on price pages.

Supply measures, as defined by a major data aggregator
MeasureDefinitionWhy it differs from the others
Circulating supplyThe best approximation of tokens circulating in the market and in the general public’s handsExcludes tokens that are locked, reserved, or otherwise unable to be sold on the public market
Total supplyThe total amount of tokens in existence now, minus any verifiably burnedIncludes locked and reserved tokens that circulating supply excludes
Max supplyThe best approximation of the maximum tokens that will ever existIncludes supply not yet minted; undefined for tokens with open-ended emission
Market capitalisationPrice multiplied by circulating supplyReflects only the float that can trade today
Fully diluted valuationPrice multiplied by the full eventual supplyCan be a large multiple of market capitalisation early in an unlock schedule

Definitions per CoinMarketCap methodology documentation, accessed 11 August 2026. Other providers define these terms slightly differently, which is itself a reason to publish your own definition.

The gap between market capitalisation and fully diluted valuation is a direct function of how much supply remains locked. A project one month past launch with a twelve-month cliff on its contributor and investor buckets may have a small fraction of supply circulating, which makes the two numbers look wildly different. Neither figure is wrong; they answer different questions, and quoting one without the other is where most confusion originates.

Unlock dates are tracked publicly by several services, and market participants pay attention to them. It is tempting to go a step further and assert that unlocks push prices down. The honest position is narrower: an unlock increases the tokens that are able to trade, and what happens next depends on how much of the released supply is actually sold, who received it, and what demand exists at the time. Published research on the price impact of unlocks does not point in a single direction, and nothing on this page should be read as a forecast about any token.

Reading a schedule you did not write

Five checks on any published unlock schedule

These are due-diligence questions about the completeness of a disclosure, not investment analysis.

  1. Find the four parameters

    Start, cliff, duration, and frequency, per bucket. If a project publishes a chart but not the parameters, you cannot verify the chart against the contract.

  2. Check whether the schedule is enforced on-chain

    Ask for the vesting contract addresses. A schedule enforced by a deployed contract is verifiable; a schedule described in a blog post is a statement of intent.

  3. Look at what happens after the cliff

    A monthly release concentrates supply on twelve dates a year; a per-second stream spreads the same amount continuously. Same total, materially different shape.

  4. Reconcile the buckets to total supply

    Add the published buckets. If they do not sum to the stated total, something is unallocated, undisclosed, or double-counted, and it is worth asking which.

  5. Ask how circulating supply is defined

    Specifically: how are market-maker loans, unclaimed airdrops, bridged supply, and treasury holdings treated? Reasonable people define these differently, and the definition changes the headline number.

One last point that connects this page to the rest of the cluster. A contributor at a token project usually has two clocks running: an equity vesting schedule on the company cap table and a token unlock schedule on the token cap table, starting on different dates and behaving differently on departure. Modelling one without the other gives an incomplete picture of what that person is owed. That divergence is the subject of /equity/dual-cap-table.

Frequently asked questions

What is the difference between token vesting and a token unlock?
They are often used interchangeably. Where people distinguish them, vesting refers to earning the entitlement over time and unlocking refers to the tokens becoming transferable. In most token grants the two happen on the same schedule, which is why the terms collapsed together.
What is a typical token vesting schedule?
Common shapes observed in public launches include a one-year cliff followed by monthly or continuous release over a further two to three years. Arbitrum published exactly that pattern. It is a widely-copied shape rather than a standard, and there is no authority setting one.
Do token unlocks make the price go down?
An unlock increases the supply that is able to trade, which is why the dates are tracked. Whether price responds depends on how much of the released supply is actually sold and what demand exists at the time. Published analysis is mixed, and no reliable general rule exists.
What happens to my unlocking tokens if I leave the project?
It depends on the grant documents and on whether the vesting contract has a revocation mechanism. Unlike equity, which forfeits by default, many token vesting contracts continue releasing on schedule with no way to stop them.
Why is fully diluted valuation so much higher than market cap?
Because most of the supply has not unlocked yet. Market capitalisation uses circulating supply; fully diluted valuation uses the eventual full supply. Early in a schedule the two diverge sharply, and the gap narrows as unlocks progress.
Can a vesting schedule be changed after launch?
A contractual schedule can be amended by agreement. An on-chain schedule generally cannot, unless an upgrade or revocation path was deliberately built in before deployment. That is why the decision has to be settled before the contract ships.

Sources

External links open in a new tab.

  1. ARB airdrop eligibility and distribution specifications — lock-up termsArbitrum FoundationChecked 11 Aug 2026
  2. Supply: circulating, total, and maxCoinMarketCapChecked 11 Aug 2026
  3. Market capitalisation methodologyCoinMarketCapChecked 11 Aug 2026
  4. Introducing UNI — four-year vesting on team, investor, and advisor allocationsUniswap LabsChecked 11 Aug 2026

Written by

Glide Research

Payments research

Glide Research maps payment rails, FX corridors, and banking access so travellers, freelancers, and treasury teams can move money without legacy wire tax.

Published

Glide · Equity

Token vesting: cliffs, unlocks, and what they do to supply.

The four parameters behind every unlock schedule, the difference between on-chain and contractual vesting, and how unlocks feed circulating supply and FDV.

Currencies
80+
Spend anywhere
Visa card
Regulated legs run by
Licensed partners