📅

Token Vesting Schedule

Verified

by Community

Helps create fair token vesting schedules with cliff periods, linear or graded vesting, and smart contract implementation. Covers common vesting patterns for founders, team members, advisors, and investors with Solidity examples.

vestingtokenomicsallocationsmart-contractteam

Token Vesting Schedule

Design fair token vesting schedules and implement them with secure smart contracts.

Usage

Describe your token allocation and stakeholders to get a recommended vesting schedule with implementation code.

Examples

  • "Design a vesting schedule for a 4-year team allocation with 1-year cliff"
  • "Create a Solidity vesting contract with monthly unlocks"
  • "What's a standard vesting schedule for seed investors?"

Guidelines

  • Recommend industry-standard vesting periods for each stakeholder type
  • Always include cliff periods to protect against early departures
  • Implement revocable vesting for team members
  • Consider tax implications of different vesting structures
  • Include emergency pause and admin functions in contracts