unlock_add_schedule
Add a vesting schedule to a tracked project by specifying beneficiary type, token amounts, cliff and vesting durations, and vesting start date.
Instructions
Add a vesting schedule for a tracked project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID this schedule belongs to | |
| totalTokens | Yes | Total tokens in this schedule | |
| vestingStart | Yes | Vesting start date (ISO format) | |
| cliffDuration | Yes | Cliff duration in days | |
| initialUnlock | No | Tokens unlocked at TGE | 0 |
| beneficiaryType | Yes | Type of beneficiary | |
| vestingDuration | Yes | Total vesting duration in days |