create_cliff_vesting
Create a cliff vesting schedule that unlocks all tokens at once for a beneficiary at a specified future timestamp.
Instructions
Create cliff vesting — all tokens unlock at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beneficiary | Yes | ||
| token | Yes | ||
| amount | Yes | ||
| unlock_time | Yes | Unix timestamp | |
| memo | No | ||
| ecosystem | No | Ecosystem token address (default: MAINTOKEN) |