원클릭으로
flaunch-manager
Route Flaunch treasury-manager work to the right integration pattern and testing reference.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route Flaunch treasury-manager work to the right integration pattern and testing reference.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Integrate @flaunch/sdk in TypeScript apps to read protocol data, launch coins, trade, manage Permit2 approvals, add liquidity, import tokens, and monitor events on Base and Base Sepolia.
Build and integrate Flaunch treasury managers, launch memecoins with manager params, and validate fee routing, accounting, claims, buybacks, permissions, and custody rules on Base and Base Sepolia.
Integrate the Flaunch Web2 API to upload images, queue memecoin launches, poll launch status, and create treasury managers on Base and Base Sepolia.
Create a Flaunch token using the smallest path to finished state. Prefer the Web2 API fast path with image upload to IPFS, and use the SDK path when the user needs direct client-side or script control.
Decide what kind of Flaunch launchpad to build. Use the basic path for direct SDK or API launches, and use the advanced path when the launchpad needs custom manager behavior or a wrapper zap.
Build with Flaunch. Use when the user wants to launch a token, build a launchpad, integrate the SDK or Web2 API, design a treasury manager, or create a manager-bound wrapper zap.
| name | flaunch-manager |
| description | Route Flaunch treasury-manager work to the right integration pattern and testing reference. |
Use this skill when the user needs treasury-side behavior attached to launched Flaunch tokens.
StakingManager and write the minimum required tests.Use this skill for:
Before coding, identify:
Choose the smallest manager path that matches the job:
references/address-fee-split-integration.mdreferences/dynamic-address-fee-split-integration.mdreferences/staking-integration.mdreferences/buyback-integration.mdreferences/revenue-manager-integration.mdreferences/erc721-owner-fee-split-integration.mdreferences/manager-types.md../../advanced/manager-builder/SKILL.md../../advanced/manager-zap-wrapper/SKILL.mdDefault direct-routing choice:
AddressFeeSplitManager with recipientShares = [(recipientContract, 100_00000)]Default dynamic-routing choice:
DynamicAddressFeeSplitManager when recipient membership or share weight must change after deploymentMost manager integrations should follow this sequence:
TreasuryManagerFactory.initializeData and depositData.FlaunchZap.flaunch(...).vm.deal.initialTokenFairLaunch = 0 and fairLaunchDuration = 0.lib/flaunchgg-contracts over copying large files.scripts/encode-address-fee-split.sh when a single-recipient fee-split payload is needed quickly.flaunch-contracts/test/treasury/managers as the implementation-detail source of truth when behavior is unclear.This skill should not be the first stop for:
Route those to the API or SDK skills.