Rakshit.sol
Back to Projects

Vesting

A comprehensive Solana program for managing organizational token vesting schedules with cliff periods, automated claims, and real-time analytics.

SolanaNextSPL
Play Demo Video

A comprehensive token vesting solution on Solana designed for DAOs and organizations. It automates the distribution of tokens to investors, team members, and community contributors with precision and transparency.

Mechanism

Smart contracts manage the release of tokens based on predefined schedules, including cliff periods and linear unlocking.

Key Features

  • Flexible Schedules: Support for cliffs, linear vesting, and custom intervals.
  • Automated Claims: Beneficiaries can claim unlocked tokens via a simple UI.
  • Admin Dashboard: Real-time analytics on token distribution and unlocked supply.

Tech Stack

  • Smart Contracts: Rust, Anchor, SPL Token
  • Frontend: Next.js, React Query