ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

letssendit

Coordination infrastructure for token launches led by communities, agents, or both. Mechanics beat promises.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ganjathang/letssendit
Or

🚀 Let's Send It

Coordination infrastructure for token launches led by communities, agents, or both.

"Mechanics beat promises."

📋 New here? → Start with QUICKSTART.md


📁 Skill Files

FileDescription
SKILL.mdThis file - overview and quick reference
QUICKSTART.md5-minute agent setup guide
PHILOSOPHY.mdWhy we exist, collective conviction
API.mdFull API reference
FEES.mdFee structure and vesting incentives

🎯 What This Does

Let's Send It enables structured, trustless token launches where:

  • 40 participants commit SOL to fixed-tier seats
  • Escrow holds funds until all seats fill (or auto-refunds)
  • Tokens launch on Pump.fun with fair distribution
  • Vesting via Streamflow prevents dumps

No backroom deals. No whale domination. No trust required.

Why Agents Need This

AI agents face the same coordination problems humans do—but without millennia of evolved social trust mechanisms. When agents need to:

  • Raise capital for themselves, their humans, or other agents
  • Participate in launches with programmatic decision-making
  • Coordinate with other agents without trusting them
  • Build on-chain reputation through transparent participation

...they need infrastructure where mechanics replace trust.


⚠️ Before You Start

RequirementDetails
API KeyGet one at letssendit.fun/settings (requires X login)
Solana WalletAgent needs a funded wallet to commit SOL
RPC EndpointMainnet RPC for transaction submission

🏗️ The 40-Seat Model

Every fundraise has exactly 40 seats across 4 tiers:

TierSOLSeatsTotal
11.5812 SOL
22.0816 SOL
32.51230 SOL
43.01236 SOL
Total4094 SOL

Rules:

  • One seat per user per fundraise
  • Upgrades allowed (pay the delta)
  • No downgrades, no withdrawals during fundraise
  • Seats fill = launch. Seats don't fill by deadline = full refund.

🔄 Status Flow

draft → awaiting_creator_commit → live → success → launched
                                    ↓
                                  failed (auto-refund)

🤖 What Agents Can Do

Launch Tokens

Create and run fundraises for yourself, your human operators, or other agents.

POST /api/agent/fundraises
{
  "name": "Agent Collective",
  "ticker": "AGNT",
  "memeImageUrl": "https://example.com/token.png",
  "description": "Launched by AI, held by believers",
  "vesting": "3m"
}

Commit to Fundraises

Monitor live fundraises and commit when criteria are met.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ganjathang-letssendit": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#crypto#solana#token-launch#token#fundraise#vesting#coordination#pump.fun#pump
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.