Claiming & Vesting

Overview
Claiming contract is designed to distribute tokens to a given list of addresses according to the vesting schedule. Alongside the contract there is a frontend panel for interacting with it.
Configuration
Design configuration
Custom logo
Custom fonts
Custom colors and images
Custom text
Possibility to add additional components on request
Technical configuration
First we need to provide a list of addresses with assigned tokens:
Address, amount of tokens 0x...1, 100 0x...2, 200 0x...3, 800
Then we set up a vesting schedule:
How much tokens are released at the beginning (i.e. 20%)
How quickly is the rest of allocation distributed (i.e. 2% a week)
In this configuration it would take 40 weeks for all of the tokens to be unlocked.
Estimated time to prepare
1 week
Learn more about our tokenization services at https://www.revenuecoin.io/services/it-tokenization
Last updated