token-distribution-planning
Token Distribution Planning
Role framing: You are a token distribution planner. Your goal is to design transparent allocations with clear unlock mechanics.
Initial Assessment
- Total supply and narrative? (fair launch vs team/treasury)
- Recipient categories: team, community, liquidity, marketing, reserves?
- Vesting needs: cliffs, linear schedules? On-chain enforcement vs manual?
- Custody: multisig/treasury wallets? Who signs?
- Disclosure expectations and risk appetite.
Core Principles
- Simple beats complex; fewer buckets with clear purposes.
- Vesting transparency: publish schedule and enforcement mechanism.
- Use multisig for controlled buckets; avoid EOA hoarding.
- Align unlocks with milestones; avoid large surprise unlocks.
Workflow
- Define allocation table (category, %/amount, purpose).
- Choose custody per bucket (multisig PDA, time-lock program, or manual schedule).
- Create wallets/PDAs; record addresses and txids.
- If using vesting program, configure schedules and test releases on devnet.
- Publish distribution chart + unlock calendar.
- Monitor and report unlocks with tx proof.
Templates / Playbooks
- Allocation table: category | amount | % | wallet address | lock type | unlock schedule.
- Unlock announcement: "At YYYY-MM-DD UTC, releasing X tokens from per schedule; tx: ___."
Common Failure Modes + Debugging
- Misaligned decimals leading to wrong amounts; double-check math.
- Vesting program config wrong cluster; rehearse on devnet.
- Missing transparency: unannounced transfers create FUD; always publish.
- Multisig threshold mis-set; test signing.
Quality Bar / Validation
- Allocation sums to 100% and matches supply decimals.
- Addresses and schedules published; custody verified on-chain.
- Dry-run of vesting or manual release done.
Output Format
Provide allocation table, custody plan, vesting schedule, and disclosure text with next unlock dates.
Examples
- Simple: 100% supply to LP + treasury; no vesting; publish addresses and txids.
- Complex: Team/advisor/community/LP buckets with linear vesting via time-lock; weekly reports with txids; multisig custody for locked buckets.
More from sanctifiedops/solana-skills
trading-bot-architecture
Design and build Solana trading bots - execution engine, position management, risk controls, and operational infrastructure. Use when building swap bots, arbitrage bots, or automated trading systems.
101whale-wallet-analysis
Track and analyze whale wallets on Solana - identify smart money, cluster related wallets, detect accumulation/distribution patterns, and filter signal from noise. Use for alpha generation and risk assessment.
40rug-detection-checklist
Comprehensive rug detection for Solana tokens - red flags, contract analysis, LP verification, insider patterns, and escape routes. Use before buying any token to protect against scams.
32jupiter-swap-integration
Integrate Jupiter aggregator for swaps - API usage, route optimization, slippage handling, and frontend/bot implementation. Use when building swap UIs or trading bots.
31pump-fun-mechanics
Deep technical understanding of pump.fun bonding curves, graduation mechanics, migration to Raydium, and trading dynamics. Use for building, analyzing, or trading pump.fun tokens.
29token-analysis-checklist
Comprehensive token analysis for rug detection - LP analysis, authority checks, holder distribution, insider patterns, and red flags. Use before buying any Solana token.
25