Skip to main content

Vesting

Vesting is usually used to lock investor's funds and unlock them using time-base function. This means investors still can use their bound to gain profit by selling it as a derivative or by using it for governance but can't just sell tokens on the DEX.

Contract actions

Each contract deployed via the Contract Manager has action menu with relevant blockchain actions

  • Misc:
    • Allowance - Approves a third-party address to spend a specified amount of tokens on behalf of the token owner.
    • TopUp - Transfer NATIVE or ERC20 to the contract

Additional info

To view the main information for each vesting contract, click on the VIEW button. This will display the following details:

  • address - the address of the Vesting contract on the blockchain.
  • account - the owner of the contract.
  • start date - the date on which the vesting period began.
  • cliff in month - how many month to wait until first unlock
  • duration - total amount of month needs to release all funds
  • monthly release - how many percents of locked amount to release every month

vesting contract view dialog

References

You can read more about how to create your own vesting schedule here