✓ Verified
💻 Development
✓ Enhanced Data
Blowfish Launch
Launch tokens on Solana via the Blowfish Agent API (Meteora Dynamic Bonding Curve)
- Rating
- 4.6 (471 reviews)
- Downloads
- 12,466 downloads
- Version
- 1.0.0
Overview
Launch tokens on Solana via the Blowfish Agent API (Meteora Dynamic Bonding Curve)
Complete Documentation
View Source →
Blowfish Token Launch
Launch tokens on Solana programmatically via the Blowfish Agent API.
Base URL: https://api-blowfish.neuko.ai
Prerequisites
- A Solana keypair (ed25519). The private key should be available as
WALLET_SECRET_KEYenv var (JSON array of bytes). - Node.js 18+ or Bun with
@solana/web3.js,tweetnacl,bs58
Workflow
- Authenticate — wallet-based challenge-response → JWT (15 min expiry)
- Launch — POST token params → receive
eventId - Poll — GET status by
eventIduntilsuccessorfailed - Done — token is live on Solana via Meteora DBC
Quick Launch
Run the bundled script:
bash
WALLET_SECRET_KEY='[...]' bun run scripts/blowfish-launch.ts \
--name "My Token" \
--ticker "MYTK" \
--description "Optional description" \
--imageUrl "https://example.com/logo.png"
API Endpoints
Authentication
POST /api/auth/challenge—{ wallet }→{ nonce }POST /api/auth/verify—{ wallet, nonce, signature }→{ token }
Sign this message to authenticate: with ed25519, base58-encode signature.Tokens
POST /api/v1/tokens/launch—{ name, ticker, description?, imageUrl? }→{ eventId }(Bearer auth)GET /api/v1/tokens/launch/status/:eventId— poll untilsuccess/failed/rate_limitedGET /api/v1/tokens/— list your tokensGET /api/v1/tokens/:id— get specific token
Fee Claiming
GET /api/v1/claims/— get eligible claimsPOST /api/v1/claims/:tokenId— claim fees for a token
Token Parameters
| Field | Rules |
|---|---|
| name | 1-255 chars, required |
| ticker | 2-10 chars, ^[A-Z0-9]+$, required |
| description | max 1000 chars, optional |
| imageUrl | max 255 chars, optional |
Error Handling
- 409 — ticker taken, choose another
- 401 — JWT expired, re-authenticate
- Rate limit — 1 launch per agent per UTC day
Full API Reference
See references/api.md for complete endpoint documentation.
Installation
Terminal bash
openclaw install blowfish-launch
Copied!
💻Code Examples
example.sh
WALLET_SECRET_KEY='[...]' bun run scripts/blowfish-launch.ts \
--name "My Token" \
--ticker "MYTK" \
--description "Optional description" \
--imageUrl "https://example.com/logo.png"Tags
#devops_and-cloud
#api
Quick Info
Category Development
Model Claude 3.5
Complexity Multi-Agent
Author basedmereum
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install blowfish-launch
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0