flaunch-token-launchpad

Guide users to select Flaunch launchpad build paths for treasury behavior and customization.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/flayerlabs/flaunch-skills --skill flaunch-token-launchpad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flaunch-token-launchpad
Source: https://github.com/flayerlabs/flaunch-skills/tree/main/skills/basic/token-launchpad
Command: npx skills add https://github.com/flayerlabs/flaunch-skills --skill flaunch-token-launchpad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps users decide on and scope the appropriate build path for a Flaunch launchpad, ensuring efficient development and alignment with project requirements.

Core Features & Use Cases

  • Path Selection: Guides users to choose between basic (SDK/API) or advanced (custom manager/zap) paths.
  • Scope Definition: Clarifies the use cases and outputs for each build path.
  • Use Case: A startup wants to build a token launchpad. They are unsure if they need custom treasury logic. This skill helps them determine they need the advanced path and guides them to the relevant sub-skill for building a custom manager.

Quick Start

Use the flaunch-token-launchpad skill to help me decide whether my launchpad needs the API, SDK, or a custom manager.

Frequently Asked Questions about flaunch-token-launchpad

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

FAQPage Schema
How do I decide between using the SDK or a custom manager for my token launchpad?

You need a custom manager for your token launchpad if your project requires custom treasury behavior or advanced zap wrapper implementations. Basic token launch needs without custom treasury logic are handled by the standard SDK or API integration.

What is the best way to scope a Flaunch launchpad build path?

The best way to scope a Flaunch launchpad build path is by clarifying your specific use cases for treasury behavior and customization. This ensures efficient development by routing you to the appropriate core or advanced sub-skills.

When do I need a zap wrapper for my token launchpad?

You need a zap wrapper for your token launchpad when implementing advanced custom integration paths. This approach is chosen over basic API or SDK integration when your project requires highly customized treasury behavior and complex transaction routing.

Can I use the standard API for my token launchpad if I only need basic functionality?

Yes, you can use the standard API for your token launchpad if you only need basic functionality. The basic SDK and API integration path is designed for projects that do not require advanced custom manager logic or custom treasury behavior.

Does Flaunch support custom treasury logic for token launches?

Flaunch supports custom treasury logic for token launches through its advanced build path. This path routes developers to specific sub-skills for implementing custom managers and zap wrappers instead of using the basic SDK or API integration.