Table of Contents
What Is Token Vesting?
Token vesting is a schedule that controls when token holders can access their allocation. Instead of receiving all tokens at once, the holder receives them gradually over a set period — usually months or years.
Think of it like an employee stock option plan. A startup employee might be awarded 10,000 shares, but they vest over 4 years. If they leave after 6 months, they only keep a fraction. This prevents people from taking the reward without doing the work — and in crypto, it prevents founders from taking the money and running.
Why Vesting Matters for Trust
In crypto, vesting is a public statement: "I believe in this project enough to lock my own tokens." When a founder's tokens are vested for 2 years, it communicates that they're not planning to exit after 3 months. This is enormously valuable to buyers who are considering whether to trust you with their money.
Cliff + Linear: The Standard Model
The most widely used vesting structure in crypto has two phases:
The Cliff Period
During the cliff, zero tokens are released. This is a waiting period — usually 3 to 12 months — during which the holder has tokens "in escrow" but cannot access any of them. The cliff filters out people who are only in it for a quick exit: if you're going to lock up for at least 6 months, you're signaling medium-term commitment.
The Linear Unlock Period
After the cliff, tokens begin unlocking linearly — a fixed percentage each month (or day) until all tokens are released. A 2-year linear schedule after a 6-month cliff means the holder gets about 4.2% of their total allocation each month for 24 months.
Example: 6-month cliff + 18-month linear = 24 months total. At month 6, 0% is available. From month 7 to month 24, tokens unlock in equal monthly increments.
Real Schedule Examples
Conservative (high trust signal)
Standard (common for most projects)
Aggressive (minimum viable trust)
Who Should Have Vesting?
- Founders and team — Always. No exceptions. This is non-negotiable for any serious launch.
- Investors and presale participants — Yes, always. Negotiate vesting into your investment agreements before token launch.
- Advisors — Yes, typically 6–12 month cliff, 12–18 months linear.
- Community/airdrop recipients — Optional. For large airdrops to prevent immediate dumps, a 3-month linear unlock is common.
- Liquidity pool tokens — Not vested, but the LP itself should be locked using a LP locker protocol.
- Treasury — Consider time-locking a portion or using multi-sig with governance approval for releases.
How to Set Up Vesting on Solana
On Solana, vesting is implemented via smart contracts. The two most widely used protocols are:
Streamflow Finance
The most popular Solana vesting tool. Supports cliff + linear schedules, multiple recipients, and custom unlock intervals. Creates a verified on-chain vesting contract that anyone can check. Visit streamflow.finance to set up contracts.
Hedgehog Protocol
Another Solana-native vesting solution with a clean UI for setting up multi-recipient vesting streams. Good for teams distributing to multiple stakeholders simultaneously.
How Investors Verify Your Vesting On-Chain
Sophisticated investors will verify your vesting claims before buying. Here's what they check:
- Open Solscan and look up your token mint address
- Check the top token holders — are team wallets holding tokens, or are those tokens locked in a vesting contract?
- If using Streamflow, check the vesting dashboard directly at streamflow.finance using the contract address you've published
- Verify the cliff and unlock schedule match what you've claimed
- Check that the beneficiary wallets match the team/investor addresses you've disclosed
Transparency wins: Proactively publish all vesting contract addresses in your documentation, website, and Telegram pinned message. Don't make investors go looking. The projects that win trust are the ones that make verification effortless.
Next Steps
For a deeper dive into the Solana vesting tools and exact setup steps, read our companion guide: Solana Token Vesting: Complete Guide →
Or return to the full tokenomics hub: Tokenomics Guide for Non-Technical Founders →