token-distribution-planning

Design transparent SPL token distributions and vesting plans with allocation tables and custody strategies.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/SanctifiedOps/solana-skills --skill token-distribution-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-distribution-planning
Source: https://github.com/SanctifiedOps/solana-skills/tree/main/skills/tokens/token-distribution-planning
Command: npx skills add https://github.com/SanctifiedOps/solana-skills --skill token-distribution-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and governance for SPL token launches: allocating tokens across categories, setting vesting, and ensuring transparent, auditable distributions to a multisig treasury.

Core Features & Use Cases

  • Allocation planning: define categories (team, community, liquidity, reserves) with % or amounts and associated wallets.
  • Vesting & custody: design unlock schedules, choose custody (multisig PDA, time-locked programs), and publish schedules.
  • Disclosure & auditing: generate unlock calendars and on-chain proof of allocations for transparency.
  • Use Case: You are launching an SPL token and need a clear distribution plan with verifiable vesting and governance.

Quick Start

  • Define an allocation table: category | amount | % | wallet address | lock type | unlock schedule.
  • Choose custody for each bucket (multisig PDA, time-lock, or manual).
  • Create and publish a vesting schedule; test releases on devnet if applicable.
  • Publish the distribution chart and unlock calendar to stakeholders.

Frequently Asked Questions about token-distribution-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan transparent SPL token distributions and vesting schedules?

Plan transparent SPL token distributions by defining an allocation table across categories like team, community, and liquidity, then specifying wallet addresses, lock types, and unlock schedules to ensure auditable token launches.

What is the best way to set up a multisig treasury for an SPL token launch?

Setting up a multisig treasury for an SPL token launch involves choosing custody strategies like a multisig PDA or time-locked programs, assigning them to allocation buckets, and publishing disclosure artifacts for transparency.

How do I create a token vesting schedule with on-chain proof of allocations?

Create token vesting schedules with on-chain proof by designing unlock calendars, assigning time-locked custody to allocation buckets, and generating disclosure artifacts that validate the distribution history.

Can I use multisig PDA custody for ongoing governance token allocations?

Yes, you can use multisig PDA custody for ongoing governance token allocations by assigning lock types to specific allocation categories and publishing the distribution chart to stakeholders for allocation visibility.

What categories should I include when planning SPL token allocation tables?

When planning SPL token allocation tables, you should include categories such as team, community, liquidity providers, and reserves, specifying the percentage, amount, and associated wallet address for each.

How do I test token vesting releases before executing on mainnet?

Test token vesting releases before mainnet execution by defining the unlock schedule, choosing custody for each bucket, and testing the release mechanisms on devnet to ensure accuracy and an auditable history.