Blowfish Solana Token Launch for Openclaw

Automate the deployment of Solana tokens through the Blowfish Agent API with integrated Meteora Dynamic Bonding Curve support.

basedmereum
v1.0.0
Feb 14, 2026
1
1.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install blowfish-launch

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install blowfish-launch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Blowfish Solana Token Launch?

The Blowfish Token Launch skill provides a robust interface for developers and agents to programmatically create and manage tokens on the Solana blockchain. By leveraging the Blowfish Agent API and Meteora Dynamic Bonding Curve (DBC), this Openclaw Skills integration simplifies the complex process of tokenomics initialization and liquidity deployment. It allows for secure, wallet-based authentication and provides comprehensive lifecycle management for new assets.

This tool is designed for high-frequency environments where programmatic control over Solana assets is required. By wrapping the Blowfish API, this skill enables seamless integration into broader automated workflows, ensuring that token launches are consistent, repeatable, and verifiable.

Blowfish Solana Token Launch Use Cases

  • Automated token deployment for community projects, memes, or DAO initiatives.
  • Programmatic creation of utility tokens with custom metadata and images.
  • Real-time status monitoring for pending blockchain deployments.
  • Automated management and claiming of trading fees generated via Meteora DBC.

How Blowfish Solana Token Launch Works

  1. Authenticate using a Solana wallet through a secure challenge-response flow to generate a short-lived JWT.
  2. Submit token parameters including name, ticker, description, and image URL to the launch endpoint.
  3. Poll the uniquely generated event ID to monitor the transaction status until it reaches a success or failed state.
  4. Finalize the lifecycle as the token becomes live on the Solana network via the Meteora Dynamic Bonding Curve.

Blowfish Solana Token Launch Setup

To use this within the Openclaw Skills ecosystem, ensure you have a Solana keypair available. The private key must be exported as an environment variable named WALLET_SECRET_KEY in a JSON array format.

# Install dependencies
bun install @solana/web3.js tweetnacl bs58

# Run the launch script
WALLET_SECRET_KEY='[your_json_key]' bun run scripts/blowfish-launch.ts \
  --name "My Token" \
  --ticker "MYTK" \
  --description "A custom token" \
  --imageUrl "https://example.com/logo.png"

Blowfish Solana Token Launch Data Schema & Taxonomy

The skill manages token metadata and launch status using the following schema:

Field Type Rules
name String 1-255 characters, required
ticker String 2-10 characters, Alphanumeric, required
description String Max 1000 characters, optional
imageUrl String Max 255 characters, optional

Response data includes an eventId for polling and a status indicator (success, failed, or rate_limited).

Blowfish Solana Token Launch Advanced Features

  • Fee Claiming Engine: Automatically retrieve and claim eligible trading fees for launched tokens.
  • Token Inventory Management: List and inspect all tokens previously launched by the authenticated wallet.
  • Smart Rate Limiting: Built-in handling for the one-launch-per-day safety constraint.
  • Enhanced Authentication: Uses ed25519 signature-based challenge-response for high security.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*