$npx -y skills add draguris/dragonclaw --skill dragon-launchCreate and launch meme tokens on BSC with bonding curve and automatic PancakeSwap graduation. No third party. Token factory + bonding curve sale + auto-liquidity migration + LP burn. Use when user asks to create a token, launch a memecoin, deploy a BEP-20, or mentions DragonLaunc
| 1 | # DragonLaunch — BSC Memecoin Launchpad |
| 2 | |
| 3 | ## When to Use |
| 4 | |
| 5 | - User wants to create/launch a memecoin on BSC |
| 6 | - User asks to deploy a BEP-20 token |
| 7 | - User mentions 发币, 发射台, launch token, create memecoin |
| 8 | - User wants a bonding curve sale for their token |
| 9 | - User asks about graduating to PancakeSwap |
| 10 | |
| 11 | ## What Is DragonLaunch |
| 12 | |
| 13 | DragonClaw's native token launchpad. No Four.meme. No third party. Your token, your bonding curve, straight to PancakeSwap. |
| 14 | |
| 15 | 1. You tell DragonClaw: "发一个币叫 DRAGONCAT" |
| 16 | 2. DragonClaw deploys the BEP-20 token on BSC |
| 17 | 3. 80% of supply goes to bonding curve, 20% to creator |
| 18 | 4. Buyers send BNB → price goes up along the curve |
| 19 | 5. When curve raises enough BNB (e.g., 24 BNB), it graduates |
| 20 | 6. Tokens + BNB migrate to PancakeSwap V2 LP automatically |
| 21 | 7. LP tokens are burned = permanent liquidity, can't rug |
| 22 | |
| 23 | ## Commands |
| 24 | |
| 25 | ### Create Token |
| 26 | |
| 27 | ```tool |
| 28 | {"tool": "dragon_launch", "action": "createToken", "params": { |
| 29 | "name": "DragonCat", |
| 30 | "symbol": "DCAT", |
| 31 | "totalSupply": "1000000000000000000000000000", |
| 32 | "graduationBnb": "24000000000000000000" |
| 33 | }} |
| 34 | ``` |
| 35 | |
| 36 | totalSupply in wei (1 billion with 18 decimals = 1e27). graduationBnb in wei (24 BNB = 24e18). Use 0 for defaults. |
| 37 | |
| 38 | ### Buy on Bonding Curve |
| 39 | |
| 40 | ```tool |
| 41 | {"tool": "dragon_launch", "action": "buy", "params": { |
| 42 | "tokenAddress": "0x...", |
| 43 | "bnbAmount": "0.1" |
| 44 | }} |
| 45 | ``` |
| 46 | |
| 47 | ### Sell on Bonding Curve |
| 48 | |
| 49 | ```tool |
| 50 | {"tool": "dragon_launch", "action": "sell", "params": { |
| 51 | "tokenAddress": "0x...", |
| 52 | "tokenAmount": "1000000000000000000000" |
| 53 | }} |
| 54 | ``` |
| 55 | |
| 56 | ### Check Sale Progress |
| 57 | |
| 58 | ```tool |
| 59 | {"tool": "dragon_launch", "action": "saleInfo", "params": {"tokenAddress": "0x..."}} |
| 60 | ``` |
| 61 | |
| 62 | ### Check Migration Status |
| 63 | |
| 64 | ```tool |
| 65 | {"tool": "dragon_launch", "action": "migrationInfo", "params": {"tokenAddress": "0x..."}} |
| 66 | ``` |
| 67 | |
| 68 | ### List Recent Launches |
| 69 | |
| 70 | ```tool |
| 71 | {"tool": "dragon_launch", "action": "listLaunches", "params": {"limit": 10}} |
| 72 | ``` |
| 73 | |
| 74 | ### Get My Tokens |
| 75 | |
| 76 | ```tool |
| 77 | {"tool": "dragon_launch", "action": "myTokens"} |
| 78 | ``` |
| 79 | |
| 80 | ### Platform Stats |
| 81 | |
| 82 | ```tool |
| 83 | {"tool": "dragon_launch", "action": "stats"} |
| 84 | ``` |
| 85 | |
| 86 | ## How the Bonding Curve Works |
| 87 | |
| 88 | Linear curve: `price = basePrice + slope × tokensSold` |
| 89 | |
| 90 | - Price starts low, increases as more people buy |
| 91 | - Sell back to curve at any time (price decreases) |
| 92 | - Platform takes 1% fee on buy/sell to treasury |
| 93 | - When total BNB raised hits graduation target → auto-migrate |
| 94 | |
| 95 | ## Graduation to PancakeSwap |
| 96 | |
| 97 | When the bonding curve raises enough BNB: |
| 98 | |
| 99 | 1. Curve freezes (no more buys/sells) |
| 100 | 2. Remaining tokens + all BNB sent to DragonMigrator |
| 101 | 3. Migrator calls PancakeSwap V2 Router `addLiquidityETH` |
| 102 | 4. LP tokens sent to dead address (0x...dEaD) = **burned permanently** |
| 103 | 5. Token is now tradable on PancakeSwap |
| 104 | |
| 105 | **LP burn means the creator cannot rug the liquidity.** This is what makes it safe. |
| 106 | |
| 107 | ## Default Parameters |
| 108 | |
| 109 | | Parameter | Default | Description | |
| 110 | |-----------|---------|-------------| |
| 111 | | Total Supply | 1,000,000,000 (1B) | Token supply with 18 decimals | |
| 112 | | Curve Allocation | 80% | % of supply to bonding curve | |
| 113 | | Creator Allocation | 20% | % kept by creator | |
| 114 | | Graduation Target | 24 BNB | BNB needed to graduate | |
| 115 | | Creation Fee | ~0.01 BNB | Anti-spam fee | |
| 116 | | Platform Fee | 1% | Fee on buy/sell | |
| 117 | |
| 118 | ## Example Conversations |
| 119 | |
| 120 | ``` |
| 121 | 用户: 帮我发一个 meme 币,名字叫 DRAGONCAT,代号 DCAT |
| 122 | 龙爪: 确认创建代币: |
| 123 | |
| 124 | 名称: DragonCat |
| 125 | 代号: DCAT |
| 126 | 总量: 1,000,000,000 |
| 127 | 分配: 80% 进入联合曲线 · 20% 给你 |
| 128 | 毕业目标: 24 BNB |
| 129 | 创建费: ~0.01 BNB |
| 130 | LP 处理: 毕业后自动烧毁 (不可撤回) |
| 131 | 链: BSC |
| 132 | |
| 133 | 请回复 CONFIRM 确认创建。 |
| 134 | |
| 135 | [确认后] |
| 136 | |
| 137 | ✓ 代币已部署: 0xabc123... |
| 138 | ✓ 联合曲线已启动 |
| 139 | ✓ 当前价格: 0.000000001 BNB |
| 140 | ✓ 进度: 0% (0/24 BNB) |
| 141 | |
| 142 | 任何人现在可以通过龙爪买入 DCAT。 |
| 143 | 当筹集到 24 BNB,自动上 PancakeSwap。 |
| 144 | ``` |
| 145 | |
| 146 | ``` |
| 147 | 用户: DCAT 现在怎么样了? |
| 148 | 龙爪: DCAT 联合曲线状态: |
| 149 | |
| 150 | 当前价格: 0.000000045 BNB (+4400%) |
| 151 | 已售出: 340,000,000 / 800,000,000 |
| 152 | 已筹集: 15.3 / 24 BNB (63.8%) |
| 153 | 购买人数: 47 |
| 154 | |
| 155 | 距离毕业还需: 8.7 BNB |
| 156 | 毕业后自动上 PancakeSwap,LP 永久锁定。 |
| 157 | ``` |
| 158 | |
| 159 | ``` |
| 160 | 用户: DCAT 毕业了吗? |
| 161 | 龙爪: ✓ DCAT 已毕业! |
| 162 | |
| 163 | 筹集: 24.2 BNB |
| 164 | LP 对: DCAT/WBNB on PancakeSwap V2 |
| 165 | LP 已烧毁: 永久锁定 |
| 166 | |
| 167 | 交易链接: https://pancakeswap.finance/swap?chain=bsc&outputCurrency=0xabc123... |
| 168 | ``` |
| 169 | |
| 170 | ## Display Guidelines |
| 171 | |
| 172 | ### Token Created |
| 173 | ``` |
| 174 | ✓ 代币已部署 |
| 175 | |
| 176 | 名称: TOKEN_NAME ($SYMBOL) |
| 177 | 合约: 0x... |
| 178 | 总量: X |
| 179 | 曲线分配: 80% |
| 180 | 创建者分配: 20% |
| 181 | 毕业目标: 24 BNB |
| 182 | ``` |
| 183 | |
| 184 | ### Curve Status |
| 185 | ``` |
| 186 | $SYMBOL 联合曲线状态 |
| 187 | |
| 188 | 价格: X BNB (+X%) |
| 189 | 已售: X / X |
| 190 | 已筹集: X / 24 BNB (X%) |
| 191 | 进度条: ████████░░ 63% |
| 192 | ``` |
| 193 | |
| 194 | ### Graduation |
| 195 | ``` |
| 196 | ✓ $SYMBOL 毕业成功! |
| 197 | |
| 198 | LP: PancakeSwap V2 (SYMBOL/WBNB) |
| 199 | LP 已烧毁: 永久锁定 |
| 200 | 链接: https://pancakeswap.finance/swap?chain=bsc&outputCurrency=0x... |
| 201 | ``` |
| 202 | |
| 203 | ## Safety Rules |
| 204 | |
| 205 | 1. Always confirm before creating a token |
| 206 | 2. Show all parameters (supply, allocation, target) before CONFIRM |
| 207 | 3. Warn that creator allocation is 20% and cannot be changed after deploy |
| 208 | 4. Explain LP burn — creator cannot rug liquidity afte |