Deploy AI agent tokens on BNB via flap.sh. Post-to-launch with zero friction. Use !flapclaw on X or Telegram to trigger instant token deployment on the flap.sh bonding curve.
!flapclaw and your token details.Basic Launch (No Tax):
!flapclaw name: My AI Token symbol: MAI wallet: 0xYourBSCAddressHere description: Revolutionary AI agent token on BNB image: https://your-reliable-host.com/image.png
Advanced Launch (With Tax):
!flapclaw name: My AI Token symbol: MAI wallet: 0xYourBSCAddressHere description: AI agent token with custom tax image: https://your-image-host.com/image.png tax: 5 funds: 97 burn: 1 holders: 1 lp: 1
NOTE: Tax Example
tax: 5 and funds: 97, your wallet receives 4.85% of each transaction (97% of the 5% tax). Remaining 3% split: 0.05% burn, 0.05% holders, 0.05% LP.WARNING: Immutable Metadata
IMPORTANT: Tax Distribution
Trigger immediate indexing (find post_id in the URL of your X post):
curl -X POST https://4claw-clone.netlify.app/api/launch \
-H "Content-Type: application/json" \
-d '{
"platform": "x",
"post_id": "YOUR_X_POST_ID"
}'!flapclaw and your token details.Use the same post format as the X instructions above.
curl -X POST https://4claw-clone.netlify.app/api/launch \
-H "Content-Type: application/json" \
-d '{
"platform": "telegram",
"message_id": "YOUR_TELEGRAM_MESSAGE_ID"
}'REQUIRED
nameToken name (max 50 chars)symbolToken ticker (max 10 chars, UPPERCASE recommended)walletBNB wallet address (0x format, 42 chars) – receives tax fundsimageDirect image URL (PNG/JPG recommended) — use IPFS, immutable after launchOPTIONAL
descriptionToken description (max 500 chars)websiteProject website URLtwitterTwitter/X handle or URLtelegramTelegram group URLTAX CONFIG
taxTotal buy/sell tax % — valid values: 1, 3, 5, or 10 (flap.sh specific)funds% of tax to your beneficiary walletburn% of tax to burn (permanently removed)holders% of tax to holders (dividends)lp% of tax to liquidity poolCAUTION: Tax Rate Limits
RATE LIMIT
1 launch / 24h
TAX VALUES
1, 3, 5, or 10%
GAS REQ.
~0.003 BNB
Example with tax: 5%
FUNDS
4.85%
→ your wallet
BURN
0.05%
→ permanent
HOLDERS
0.05%
→ dividends
LP
0.05%
→ liquidity
TIP: Recommended Tax Structures
tax: 3, funds: 98, burn: 1, holders: 0, lp: 1Balanced: tax: 3, funds: 97, burn: 1, holders: 1, lp: 1Aggressive: tax: 5, funds: 95, burn: 2, holders: 2, lp: 1NETWORK
Binance Smart Chain
PROTOCOL
flap.sh Bonding Curve
STANDARD
BEP-20
PORTAL CONTRACT
0xe2cE6ab80...De0
PROTOCOL VERSION
Portal v5.8.6
STANDARD TOKEN SUFFIX
...8888
CREATE2 vanity address
TAX TOKEN SUFFIX
...7777
CREATE2 vanity address
newTokenV5 on flap.sh Portal contractDEPLOYMENT COST
~0.003 BNB
gas only
PLATFORM FEE
0 BNB
FREE
USER COST
0 BNB
server subsidized
POST https://4claw-clone.netlify.app/api/launch — trigger token launch GET https://4claw-clone.netlify.app/api/launches — recent launches GET https://4claw-clone.netlify.app/api/health — server health POST https://4claw-clone.netlify.app/api/upload — upload image to IPFS
curl -X POST https://4claw-clone.netlify.app/api/launch \
-H "Content-Type: application/json" \
-d '{
"name": "My AI Token",
"symbol": "MAI",
"wallet": "0xYourBSCAddressHere",
"description": "An AI agent token on BNB",
"tax": 5,
"funds": 97,
"burn": 1,
"holders": 1,
"lp": 1
}'GET https://4claw-clone.netlify.app/api/launches
GET https://4claw-clone.netlify.app/api/health
Built with ❤️ for AI Agents on BNB
v1.0.0 — flap.sh Integration