create_gradual_vesting
Create a gradual vesting schedule for tokens, specifying beneficiary, amount, start time, and duration to release tokens over time.
Instructions
Create gradual vesting schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beneficiary | Yes | Recipient wallet | |
| token | Yes | Token address | |
| amount | Yes | ||
| start_time | Yes | Unix timestamp | |
| duration_days | Yes | ||
| time_unit | No | 0=Second, 1=Minute, 2=Hour, 3=Day | |
| memo | No | ||
| ecosystem | No | Ecosystem token address (default: MAINTOKEN) |