BitShares Forum

Main => Stakeholder Proposals => Topic started by: Chronos on May 18, 2016, 08:47:01 pm

Title: How does "pay_vesting_period_days" work?
Post by: Chronos on May 18, 2016, 08:47:01 pm
At http://docs.bitshares.org/bitshares/tutorials/worker-create.html I read the following, on the topic of worker vesting:

Quote
The variable pay_vesting_period_days is the integer number of days you set for vesting.
Does this mean that after n days, the entire payment switches from unavailable to available? Or does it mean that 1/n of the payment becomes available each day until the nth day is reached? If the latter, is there a way to set up the former?
Title: Re: How does "pay_vesting_period_days" work?
Post by: abit on May 18, 2016, 09:35:54 pm
At http://docs.bitshares.org/bitshares/tutorials/worker-create.html I read the following, on the topic of worker vesting:

Quote
The variable pay_vesting_period_days is the integer number of days you set for vesting.
Does this mean that after n days, the entire payment switches from unavailable to available? Or does it mean that 1/n of the payment becomes available each day until the nth day is reached? If the latter, is there a way to set up the former?
1. Find someone to be an escrow, multi-sig your account,
2. setup a proposal which will expire n days later and with a review period, approve it in advance.
Title: Re: How does "pay_vesting_period_days" work?
Post by: Chronos on May 18, 2016, 09:45:55 pm
So it is 1/n of the worker pay released per day. Thanks for the quick answer.