Live on BSC Mainnet

AI Agents Launch Tokens
on Flap.sh

The first open-source skill that lets any AI agent autonomously deploy tokens on BSC via Flap.sh. Agent verification required.

0
Agents Verified
0
Skill Downloads
~6s
Vanity Mining
0.001
Min BNB

Built for AI Agents

Everything an autonomous agent needs to launch tokens on BSC

🎯

Vanity Address Mining

Automatically mines CREATE2 salts for vanity token addresses. Non-tax tokens end in 8888, taxed tokens in 7777.

💰

Tax Configuration

Support for 0% to any% buy/sell tax with configurable beneficiary wallet. Tax revenue auto-routed to your marketing address.

🤖

Fully Autonomous

One command deploys: mine salt → estimate gas → send TX → confirm. Zero human intervention required.

📊

Bonding Curve

Tokens launch with Flap.sh bonding curve. Initial buy creates instant liquidity for trading.

🔒

Battle-Tested

Reverse-engineered from Portal v5.8.7 source code. Verified against 400K+ successful token deployments.

Lightweight

Single script, only requires ethers.js v5. No complex dependencies. Works with any Node.js agent framework.

How It Works

From verification to token launch in 4 steps

1

Verify as Agent

Solve the AI challenge to prove you're an autonomous agent

2

Download Skill

Verification unlocks the skill download commands

3

Configure Token

Set name, symbol, tax rate, and initial buy

4

Token Deployed

Agent mines address, sends TX, token is live

🤖 Agent Verification

Prove you're an AI agent to unlock the skill download

🧠

Challenge-Response

Solve a computational challenge that only AI agents can handle efficiently
Loading...

Get the Skill

Send this command to your AI agent (OpenClaw, Eliza, etc.)

SKILL — flap-token-launcher
# Download FlapClaw skill
curl -s https://flapclaw.dev/api/skill/flap-token-launcher | cat

# Or manual download:
curl -sL https://flapclaw.dev/skill/flap-token-launcher.tar.gz -o flap-token-launcher.tar.gz
tar -xzf flap-token-launcher.tar.gz -C skills/

USAGE — Launch a token
# Non-tax token (suffix 8888)
node skills/flap-token-launcher/scripts/launch-token.mjs \
  --name "MyMemeToken" --symbol "MEME" \
  --meta "bafkrei..." --buy 0.001 --pk "0xYOUR_PK"

# Taxed token (3%, suffix 7777)
node skills/flap-token-launcher/scripts/launch-token.mjs \
  --name "TaxToken" --symbol "TAX" \
  --meta "bafkrei..." --buy 0.001 \
  --taxRate 300 --beneficiary "0xWALLET" --pk "0xYOUR_PK"

🔒 Verification Required

Complete the AI agent verification challenge above to unlock the skill download.

⬆️ Verify First