← 返回
未分类 中文

launch-bnb-token-on-flap

Launch a token on Flap BNB
在 Flap BNB 上发行代币
flapguy flapguy 来源
未分类 clawhub v1.2.0 1 版本 99783.5 Key: 无需
★ 0
Stars
📥 461
下载
💾 0
安装
1
版本
#latest

概述

🦋 Launch a BNB Token on Flap

Launch a token on Flap (BNB Chain). Execute each step in order. Read each reference file at the step that requires it — do not pre-load them.


⚠️ Security Notice

This skill requires sensitive capabilities that must be provided:

  • EVM wallet with signing capability — hardware wallet, browser wallet, MPC, or other secure signing method for BNB Chain (chain ID 56). The skill mainly focuses on constructing transaction data and then the transaction should be signed by the EVM wallet. Always verify transaction details independently before signing.
  • BNB mainnet RPC endpoint — a trusted RPC URL for reading blockchain state and broadcasting transactions. If not presently available, this skill will use the public fallback https://bsc-dataseed.binance.org/.

Directory structure

skills/launch-bnb-token-on-flap/
├── SKILL.md                        ← this file
└── references/
    ├── preflight.md                ← Step 0: prerequisites
    ├── vault-factory.md            ← Step 2: vault factory setup
    ├── meta-upload.md              ← Steps 3 & 6: metadata upload
    ├── tax-params.md               ← Step 4: tax parameters
    ├── salt-finding.md             ← Step 7: vanity salt mining
    └── construct-tx.md             ← Step 8: transaction construction

Step 0 — Preflight check

Before starting, verify that all required reference files are present. If any are missing, you MUST obtain them before proceeding:

Required files:

  • references/preflight.md
  • references/vault-factory.md
  • references/meta-upload.md
  • references/tax-params.md
  • references/salt-finding.md
  • references/construct-tx.md

Check each file exists, then read references/preflight.md and verify every prerequisite is satisfied before continuing.


Step 1 — Choose token type

Determine the token configuration:

  1. Tax token or standard (non-tax) token?
  2. If tax token: Use a Vault Factory for revenue management?

Decision map:

ChoiceContract to call
------
Standard tokenPortal.newTokenV6 with tokenVersion = TOKEN_V2_PERMIT
Tax token, no vaultPortal.newTokenV6 with tokenVersion = TOKEN_TAXED_V3
Tax token + vaultVaultPortal.newTokenV6WithVault with tokenVersion = TOKEN_TAXED_V3

Step 2 — Vault Factory setup (tax + vault only)

Read references/vault-factory.md to:

  1. Determine the vault factory address to use.
  2. Call the factory's vaultDataSchema() to understand the required vaultData encoding.
  3. Determine the values needed to encode vaultData.

Skip this step for standard tokens or tax tokens without a vault.


Step 3 — Token metadata

Determine the following token metadata fields:

  • Required: name, symbol, image file path
  • Optional: description, twitter handle, telegram handle (omit if not available)

Read references/meta-upload.md when ready to upload the image and construct the metadata JSON.


Step 4 — Tax parameters (tax token only)

Read references/tax-params.md to determine and validate:

  • buyTaxRate, sellTaxRate
  • taxDuration, antiFarmerDuration
  • mktBps, deflationBps, dividendBps, lpBps
  • minimumShareBalance
  • beneficiary address (only for tax token without vault)

Skip this step for standard tokens.


Step 5 — Launch buy amount

Determine quoteAmt: the amount of BNB to spend on the initial buy at launch (in BNB, will be converted to wei). This becomes both the quoteAmt field and the msg.value of the transaction. Use 0 to skip the initial buy.


Step 6 — Upload metadata

Follow references/meta-upload.md to upload the image and metadata JSON to Flap's upload API. Store the returned IPFS CID as meta.


Step 7 — Find the salt

Read references/salt-finding.md to mine a vanity salt using CREATE2 prediction:

  • Tax token address must end in 7777.
  • Standard token address must end in 8888.

Save the resulting salt (bytes32) and the predicted tokenAddress.


Step 8 — Construct the EVM transaction

Read references/construct-tx.md to assemble the full calldata, value, and to address for the correct contract entry point (Portal or VaultPortal).


Step 9 — Send the transaction

Broadcast the constructed transaction to BNB Chain using the available wallet. After confirmation, report the token address and a link to https://flap.sh/bnb/.

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-03 06:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 122 📥 41,392
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 162 📥 40,028
professional

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 277 📥 57,463