How is TokenVesting contract working in Reality?

Is there any chance to combine TokenVesting with TokenTimelock? I have already asked here for a similar situation.

In my clients use case is as follows:

  • at every last day of a month all tokens, that was sold so far, where duplicated into a TokenTimelock for 12 month (every month a new instance of TokenTimelock is created)
  • But after the 12 months only 10% of total token can be released per month, until all token was released.

It would be easy if we could pass the TokenVesting contract (with little changes) as beneficiary into the TokenTimelock. But it is not possible to release these tokens any more because we don’t habe the private key of the TokenVesting contract.

1 Like