crypto_vesting-schedule
Compute token vesting schedules with cliff, linear vesting, and TGE unlock. Returns period-by-period unlock amounts and cumulative totals for any grant.
Instructions
Token vesting schedule with cliff, linear/graded unlock, and TGE.
Use when computing a token vesting schedule with cliff and linear vesting. Provide total tokens, cliff period, vesting duration, and TGE unlock percentage. Returns: period-by-period unlock schedule with cumulative totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tge_pct | No | Percentage unlocked at Token Generation Event (0-100) | |
| start_date | No | Vesting start date (YYYY-MM-DD) | 2025-01-01 |
| cliff_months | No | Cliff period in months | |
| total_tokens | Yes | Total tokens in the vesting grant | |
| vesting_type | No | Vesting schedule type | linear |
| vesting_months | No | Total vesting duration in months |