Robinhood Chain
Token Vesting on Robinhood Chain
Vest team and investor tokens on Robinhood Chain with Titan Locker — linear release with an optional cliff, irrevocable and verifiable on-chain (chain ID 4663).
Token vesting on Robinhood Chain releases a token grant gradually over time instead of all at once. Titan Locker vests tokens linearly between a start and end time, with an optional cliff before which nothing is claimable. Vesting grants are irrevocable — the schedule is fixed at creation and cannot be clawed back — which is exactly the guarantee investors want for team allocations.
How the vesting math works
The vested amount at any moment equals total × (now − start) ÷ (end − start), capped at the full amount from the end onward, and zero before the cliff. The lock owner claims the vested-but-unreleased amount at any time by calling release(); it can never pay out more than the schedule allows.
Good for
- Team and founder token allocations (prove tokens unlock slowly, not overnight).
- Investor/advisor allocations with a cliff.
- Any grant where a gradual, provable release builds trust.
Vesting is for fungible tokens (ERC-20 and LP tokens). Every release goes to the lock owner and is recorded on-chain.