pool.activation_type
pool.activation_point
Pool.activation_type == 0
, Pool starts trading when current_slot >= pool.activation_point
Pool.activation_type == 1
, Pool starts trading when current_time >= pool.activation_point
current_slot >= pool.activation_slot
activation_point
for a pool, that allows token team to set a precise launch time for the pool.
In the config account, there will be a max duration. This max duration (to be determined by Meteora) determines the furthest point in time after pool creation where the pool.activation_point
can be adjusted to.
For example, if the max duration is 7 days, Pool.activation_point
must be <= 7 days from pool creation.