token-distribution

Distribute compressed tokens on Solana with custom claim programs.

6|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Lightprotocol/skills --skill token-distribution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-distribution
Source: https://github.com/Lightprotocol/skills/tree/main/skills/token-distribution
Command: npx skills add https://github.com/Lightprotocol/skills --skill token-distribution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @lightprotocol/compressed-token, @lightprotocol/stateless.js, @solana/web3.js, @solana/spl-token, and includes references (resource) components.

What problem does it solve?

This Skill addresses the high cost and inefficiency of distributing tokens on Solana, especially for large-scale operations like airdrops and rewards.

Core Features & Use Cases

  • Ultra-low-cost Distribution: Distribute compressed tokens at a fraction of the cost of traditional SPL tokens, enabling cost-effective rewards, airdrops, and DePIN network distributions.
  • Flexible Claim Mechanisms: Supports custom claim programs for vesting, partial claims, and clawbacks, offering advanced control over token distribution.
  • Use Case: A project wants to airdrop tokens to 100,000 community members. This Skill allows them to do so efficiently using compressed tokens, significantly reducing transaction fees and complexity compared to SPL.

Quick Start

Use the token-distribution skill to send compressed tokens to a list of recipients.

Frequently Asked Questions about token-distribution

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

FAQPage Schema
How do I distribute tokens to a large list of Solana wallet addresses cheaply?

Distribute tokens cheaply on Solana by using compressed tokens and PDAs, which reduce transaction fees significantly compared to traditional SPL token transfers for large-scale airdrops.

What is the best way to execute a大规模 Solana airdrop without high transaction fees?

Executing a Solana airdrop efficiently requires using compressed tokens via stateless.js, enabling distributions to thousands of recipients at a fraction of standard SPL token costs.

Can I implement token vesting and clawbacks for an airdrop on Solana?

Implement vesting and clawbacks for token distributions by integrating custom claim programs with compressed tokens to control release schedules and revoke unclaimed allocations.

Does this token distribution method work for DePIN network rewards on Solana?

Yes, this method works for DePIN network rewards by utilizing compressed tokens and efficient transaction batching to distribute incentives to network participants cost-effectively.

What dependencies do I need to set up compressed token distribution on Solana?

You need the @lightprotocol/compressed-token and @lightprotocol/stateless.js packages alongside @solana/web3.js and @solana/spl-token to manage transaction batching and compressed accounts.