blowfish-launch-token

Launch Solana SPL tokens via the Blowfish Agent API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eNudimmud/ENKI --skill blowfish-launch-token-enudimmud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blowfish-launch-token
Source: https://github.com/eNudimmud/ENKI/tree/main/skills/blowfish-launch-token
Command: npx skills add https://github.com/eNudimmud/ENKI --skill blowfish-launch-token-enudimmud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of launching new SPL tokens on the Solana blockchain, enabling agents to create and manage digital assets without manual intervention.

Core Features & Use Cases

  • Programmatic Token Creation: Launch new SPL tokens with custom names, tickers, and descriptions via the Blowfish Agent API.
  • Deployment Monitoring: Track the status of token launches from pending to success or failure.
  • Fee Management: View and claim accumulated trading fees for launched tokens.
  • Use Case: An agent can autonomously launch a new community token for a decentralized project, ensuring a smooth and automated deployment process.

Quick Start

Use the blowfish-launch-token skill to launch a new Solana token named 'My Token' with the ticker 'MYTKN'.

Frequently Asked Questions about blowfish-launch-token

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

FAQPage Schema
How do I launch Solana SPL tokens programmatically?

To launch Solana SPL tokens programmatically, you use an API to submit custom token names, tickers, and descriptions for autonomous deployment. The process handles creation, status polling, and fee management without manual intervention.

How does wallet authentication work for automated token creation?

Wallet authentication for automated token creation works via a challenge-response flow to securely obtain a JWT. This token is then required to authorize API interactions for deploying and managing Solana assets.

Can I track the deployment status of a launched Solana token?

Yes, you can track the deployment status of a launched Solana token. The API supports status polling, allowing you to monitor the token launch progress from pending to final success or failure states.

What is the best way to manage accumulated trading fees for launched tokens?

The best way to manage accumulated trading fees for launched tokens is by using the fee management features. You can programmatically view and claim the trading fees generated by your deployed Solana SPL tokens.

Do I need any specific dependencies to automate SPL token deployment?

Automating SPL token deployment requires no specific external dependencies. You only need API access credentials obtained through the wallet-based challenge-response authentication flow to launch and manage your Solana assets.