Integrate the Flaunch Web2 API to upload images, queue memecoin launches, poll launch status, and create treasury managers on Base and Base Sepolia.
Use this skill when the user is integrating with flaunch-web2-api.
This skill is a router plus checklist. Use the reference that matches the API task.
This API is a backend wrapper around Flaunch flows. It adds:
jobId)It is not a replacement for full SDK flexibility. For low-level transaction orchestration, use the SDK skill.
base (chainId 8453)base-sepolia (chainId 84532)GET /livezPOST /api/v1/upload-imagePOST /api/v1/{chain}/launch-memecoinGET /api/v1/launch-status/{jobId}POST /api/v1/{chain}/create-revenue-managerPOST /api/v1/{chain}/create-fee-split-managerreferences/token-launch-flow.mdreferences/fee-split-manager-flow.mdreferences/revenue-manager-flow.md../sdk/SKILL.mdRequired fields:
namesymboldescriptionimageIpfsCreator identity options (pick one):
creatorAddresscreatorEmailcreatorTwitterUsernamecreatorFarcasterUsernameTreasury options:
Useful launch detail:
websiteUrl, discordUrl, twitterUrl, and telegramUrl may be included when the launch surface supports themname max 32 chars and symbol max 10 charsreferences/token-launch-flow.mdThis skill is not the first choice when the builder needs:
Route those requests to ../sdk/SKILL.md.
Route:
POST /api/v1/{chain}/create-revenue-managerHigh-signal inputs:
protocolFee in basis points (0 to 10000)Route:
POST /api/v1/{chain}/create-fee-split-managerHigh-signal inputs:
recipients array (wallet/email/twitter/farcaster entries)creatorShare / ownerSharesplit valuesFee split constraints:
split, all must10,000,000 (100.00000%)launch-memecoin returns quickly with jobId; it does not mean onchain completion.{ success: false, error: "..." }429 rate-limiting; implement retry with backoffbase-sepolia vs SDK baseSepolia)Do:
jobIdtransactionHash and status to usersDon't:
When helping builders, include:
jobId429, validation, failed job)transactionHash, collectionToken, manager addresses when applicable)../sdk/SKILL.md