flaunch-web2-api

Queue token launches and create treasury managers via the Flaunch Web2 API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of launching tokens and creating treasury managers on the Base blockchain by providing a hosted Web2 API, abstracting away direct contract interactions and complex transaction management.

Core Features & Use Cases

  • Token Launch: Queue and monitor the asynchronous launch of memecoins with image uploads and creator attribution.
  • Manager Creation: Create revenue or fee-split managers with specified recipients and fee structures.
  • Status Polling: Track the progress of asynchronous launch jobs via a unique jobId.
  • Use Case: A project needs to quickly launch a new memecoin on Base and set up a fee-split manager to distribute a portion of trading fees to multiple wallets. They can use this API to handle both operations without writing smart contract code.

Quick Start

Use the flaunch-web2-api skill to launch a token on Base.

Frequently Asked Questions about flaunch-web2-api

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

FAQPage Schema
How do I launch a token on Base without writing smart contract code?

To launch a token on Base without smart contracts, you can use a Web2 API to queue asynchronous token launches. This approach abstracts away direct contract interactions by handling image uploads, launch queuing, and status polling via REST endpoints.

What is asynchronous token launching and how does status polling work?

Asynchronous token launching queues your token deployment as a background job rather than executing it instantly. You track the deployment progress by polling a REST endpoint using a unique jobId returned when the launch is initially queued.

Can I set up a fee-split treasury manager on Base Sepolia using an API?

Yes, you can create a fee-split treasury manager on Base Sepolia using the API. It allows you to configure specified recipient wallets and fee structures to automatically distribute trading fees without deploying your own smart contracts.

Do I need direct blockchain interaction to upload images and attribute creators for memecoins?

No, you do not need direct blockchain interaction to handle creator attribution or image uploads for memecoins. The API manages creator identity resolution and image hosting through REST endpoints, abstracting the underlying blockchain complexity.

What are the limitations of using a Web2 API for treasury management on Base?

A limitation of using a Web2 API for treasury management on Base is reliance on asynchronous job processing, meaning deployments are not instant. You must continuously poll job statuses and trust the hosted API's fee routing logic rather than controlling contracts directly.