Skip to content

Welcome to SimplyVest

SimplyVest is a token equity vesting web2/web3 hybrid platform that makes it easy to create, manage, and claim token vesting schedules — without spreadsheets or smart contract code.

Create an organization, add a token (or link an existing one), and vest it to your members. Under the hood, SimplyVest uses a battle-tested Solana Anchor program for on-chain custody, but you don’t need to know any of that to use it.

  • Create organizations — set up your company or DAO in minutes
  • Create or link tokens — mint a new equity token or connect an existing SPL token
  • Vest to members — set up linear, cliff, or milestone-based vesting schedules
  • Track everything — dashboard with vesting stats, member allocations, and claim history
  • Non-custodial protocol — tokens are secured by a Solana Anchor program using PDAs, not by a central party
  • Hybrid architecture — web2 API for fast queries (D1 database) + web3 on-chain settlement
  • Full SDK — TypeScript SDK with PDA helpers, event parsing, and instruction builders
  • Open source — MIT-licensed, contributions welcome
You (Founder/Owner)
┌─────────────────┐
│ Organization │── has members with roles (owner, admin, member)
│ (e.g., "Acme") │── has one equity token (mint)
└────────┬────────┘
┌─────────────────┐
│ Token (SPL) │── created on Solana or linked from an existing mint
│ (e.g., ACME) │── vesting streams distribute this token to members
└────────┬────────┘
┌──────────────────────┐
│ Vesting Streams │── linear (time-based) or milestone-gated
│ (per member) │── cliff optional, cancel anytime
└──────────────────────┘

Head to the Quick Start to create your first organization and vest a token to a member — it takes about 5 minutes.