Get Tokenomics

Allocation and Vesting Template (Google Sheets)

Token allocation and vesting template in Google Sheets: set group shares, cliff, and vesting — get the full unlock schedule and charts automatically.

Why You Need a Template

Token allocation is one of the first tasks when designing tokenomics. You need to distribute total supply among stakeholder groups, set vesting parameters, and verify that the cumulative unlock schedule doesn’t create dangerous sell pressure spikes.

Doing this by hand on paper guarantees errors. A spreadsheet calculates automatically: change one parameter — the entire 60-month schedule recalculates.

Below is a ready-made model in Google Sheets. Open it, make a copy, plug in your numbers.

Allocation and Vesting Model

How to use
Click File → Make a copy to edit your own version. Yellow cells with blue text are input parameters, black text is formulas, green text is cross-sheet references.

What’s Inside the Model

The model consists of five sheets.

“Input Data” Sheet

Input data for each stakeholder group:

ParameterDescription
GroupStakeholder group name (editable)
Share (%)Percentage of total supply allocated to the group
TGE (%)Share of the group’s tokens available at launch
Cliff (months)Period after TGE with no new unlocks
Vesting (months)Duration of linear unlock after cliff

The sheet automatically calculates absolute token amounts, verifies that shares sum to 100%, and computes MC/FDV at TGE.

“Unlock” Sheet

Monthly calculation of unlocked tokens for each group over a 60-month horizon. The unlock formula:

U(t) = T × TGE_% + T × (1 − TGE_%) × min(1, max(0, (t − Cliff) / Vesting))
  • U(t) — tokens unlocked by month t (computed)
  • T — total tokens in the group
  • TGE_% — share unlocked at TGE
  • Cliff — cliff period in months
  • Vesting — vesting duration in months
  • When Vesting = 0: U(t) = T × TGE_%

Columns:

  • Total — cumulative unlock across all groups
  • % Supply — percentage of total supply
  • Monthly delta — sell pressure (highlighted red if >5%)

Chart Sheets

Each chart is on its own tab:

  1. Allocation (chart) — pie chart showing share distribution among groups
  2. Unlock (chart) — stacked area chart of cumulative unlocks by month

“Checks” Sheet

Nine automatic model validations: sum = 100%, team cliff and vesting >= investors, MC/FDV in healthy range, liquidity >= 5%, maximum monthly unlock <= 5%.

Pre-Filled Example

The model contains a typical allocation for an infrastructure project:

GroupShareTGECliffVesting
Team17%0%12 months36 months
Seed investors6%5%6 months24 months
Private investors10%10%3 months18 months
Community20%50%0 months6 months
Staking rewards15%0%0 months48 months
Treasury20%0%6 months36 months
Liquidity8%100%0 months0 months
Advisors4%0%6 months24 months

Cliff periods are intentionally staggered: seed — 6 months, private — 3, team — 12. This prevents simultaneous large-volume unlocks.

How to Adapt for Your Project

  1. Copy the spreadsheet via File → Make a copy
  2. Change Total Supply in cell B2 on the “Input Data” sheet
  3. Enter your groups, shares, and vesting parameters in the yellow cells
  4. Verify that shares sum to 100% (cell B13)
  5. Navigate to chart tabs — they update automatically
  6. Open the “Checks” sheet — all rows should show PASS
  • Sum of shares = 100%
  • Team cliff >= investor cliff
  • Team vesting >= investor vesting
  • TGE circulating in the 10–25% range
  • Liquidity >= 5%
  • Cliff events don't overlap (spread >= 3 months apart)
  • For more on allocation principles, common mistakes, and model types — see Allocation as a Token Supply Model.

    Need help with tokenomics?

    We design allocation and vesting models, run stress tests, and deliver ready-to-use spreadsheets.

    Get in touch