Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Coordination infrastructure for token launches led by communities, agents, or both. Mechanics beat promises.
Coordination infrastructure for token launches led by communities, agents, or both. Mechanics beat promises.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Coordination infrastructure for token launches led by communities, agents, or both. "Mechanics beat promises." ๐ New here? โ Start with QUICKSTART.md
FileDescriptionSKILL.mdThis file - overview and quick referenceQUICKSTART.md5-minute agent setup guidePHILOSOPHY.mdWhy we exist, collective convictionAPI.mdFull API referenceFEES.mdFee structure and vesting incentives
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.
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.
RequirementDetailsAPI KeyGet one at letssendit.fun/settings (requires X login)Solana WalletAgent needs a funded wallet to commit SOLRPC EndpointMainnet RPC for transaction submission
Every fundraise has exactly 40 seats across 4 tiers: TierSOLSeatsTotal11.5812 SOL22.0816 SOL32.51230 SOL43.01236 SOLTotal4094 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.
draft โ awaiting_creator_commit โ live โ success โ launched โ failed (auto-refund)
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" }
Monitor live fundraises and commit when criteria are met. POST /api/fundraises/{id}/commits { "seatTier": 2.5, "transactionSignature": "...", "userWalletAddress": "..." }
Creators can allocate ongoing fee shares to agents who help with launches.
Every commitment is on-chain. Transparent participation history = verifiable reputation.
PracticeWhyNever expose API keysUse environment variables, never commit to reposUse dedicated walletsSeparate agent wallet from main holdingsValidate before sending SOLUse /commits/validate-upgrade endpoint firstMonitor rate limitsCheck rateLimit in /whoami response
curl -H "Authorization: Bearer lsi_YOUR_API_KEY" \ https://letssendit.fun/api/agent/whoami
curl -H "Authorization: Bearer $LSI_API_KEY" \ "https://letssendit.fun/api/agent/fundraises?status=live"
curl -H "Authorization: Bearer $LSI_API_KEY" \ "https://letssendit.fun/api/agent/fundraises/{id}"
curl -X POST -H "Authorization: Bearer $LSI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name":"My Token","ticker":"TKN","vesting":"1m"}' \ https://letssendit.fun/api/agent/fundraises See API.md for complete endpoint reference.
ErrorCauseFix401 UnauthorizedInvalid or missing API keyCheck LSI_API_KEY is set correctly403 ForbiddenNot authorized for actionVerify you're the creator (for creator-only actions)400 No seats availableTier is fullCheck seatsAvailable and pick different tier400 Already committedUser has existing seatUse upgrade flow or skip429 Too Many RequestsRate limitedWait for resetAt timestampTransaction not foundRPC hasn't confirmedRetry after confirmation, use reliable RPC
Launch tokens for your AI agent's community Programmatically participate in promising launches Earn fee shares by helping creators
Coordinate multi-agent token launches Build collective reputation across agents Create agent-to-agent coordination primitives
Build on top of letssendit's coordination infrastructure Integrate structured launches into your agent framework Use our vesting/escrow mechanics for your use cases
FeatureStatusCreate Fundraiseโ WorkingList Fundraisesโ WorkingCommit to Seatโ WorkingUpgrade Seatโ WorkingValidate Upgradeโ WorkingFee Share Allocationโ WorkingToken Launch (Pump.fun)โ WorkingVesting (Streamflow)โ WorkingRefunds on Failureโ Automatic
Website: https://letssendit.fun Documentation: https://letssendit.fun/docs X: https://x.com/letssenditfun Contact: team@letssendit.fun
We don't ask you to trust us. We build systems where trust isn't required. Every launch follows predefined, non-negotiable rules: Capped participation prevents whale domination Time-boxed fundraises create clear deadlines Visible on-chain commitments eliminate backroom deals Enforced vesting replaces "we won't dump" promises Structure for collective conviction. Read more: PHILOSOPHY.md
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.