diff --git a/example_sns_init.yaml b/example_sns_init.yaml index fbfc55e..359a210 100644 --- a/example_sns_init.yaml +++ b/example_sns_init.yaml @@ -430,8 +430,12 @@ Swap: VestingSchedule: # The number of events in the vesting schedule. This translates to how # many neurons will be in each participant's neuron basket. Note that - # the first neuron in each neuron basket will have zero dissolve delay. - # This value should thus be greater than or equal to `2`. + # the first neuron in each neuron basket will have zero dissolve delay; + # the 2nd will have dissolve delay `interval`; if present, the 3rd will + # have dissolve delay `interval` × 2, etc. + # + # This value must be greater than or equal to `2` + # and must not exceed `10`. events: 2 # The interval at which the schedule will be increased per event. The