Meteora Lock is an open source program that allows users to lock tokens based on a vesting plan.
vesting_start_time
: The timestamp when the vesting starts.cliff_time
: The timestamp when the cliff period ends and cliff tokens can be unlocked.frequency
: The time interval (in seconds) between each period unlock.cliff_unlock_amount
: The amount of tokens to be unlocked at the cliff.amount_per_period
: The amount of tokens to be unlocked at each period.number_of_period
: The number of periods to be unlocked.