DragonLaunch

Automate meme token creation and launch on BSC with bonding curve sales.

12|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/draguris/dragonclaw --skill dragonlaunch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DragonLaunch
Source: https://github.com/draguris/dragonclaw/tree/main/src/skills/dragon-launch
Command: npx skills add https://github.com/draguris/dragonclaw --skill dragonlaunch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

DragonLaunch solves the challenge of creating and launching meme tokens on BSC. It automates the process with a bonding curve, auto-graduation to PancakeSwap, and a token factory for ease of use.

Core Features & Use Cases

  • Bonding Curve Sale: Facilitates a bonding curve sale for token launch, enabling liquidity migration and price adjustment.
  • Auto-graduation to PancakeSwap: Tokens graduate to PancakeSwap V2 for liquidity pooling and trading upon reaching the graduation threshold.
  • Token Deployment: Offers a simple interface for deploying BEP-20 tokens on the BSC network.

Quick Start

Deploy a new meme token called "DragonCoin" on DragonLaunch by using the command: launch_token "DragonCoin" --totalSupply 100000000000000000000 --graduationBnb 24000000000000000000

Frequently Asked Questions about DragonLaunch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch a meme token on BSC with a bonding curve and auto-graduation to PancakeSwap?

To launch a meme token on BSC with a bonding curve, you use a single command to deploy the BEP-20 token, specifying the total supply and graduation BNB threshold. The system automates the bonding curve sale and migrates liquidity to PancakeSwap V2 upon reaching the graduation threshold.

What is auto-graduation to PancakeSwap V2 for a bonding curve token sale?

Auto-graduation to PancakeSwap V2 is the automated migration of liquidity from a bonding curve sale to a PancakeSwap V2 liquidity pool. This triggers once the token sale reaches the predefined graduation BNB threshold, enabling decentralized trading.

Do I need to manually add liquidity to PancakeSwap after my BSC token launch?

No, manual liquidity addition is not required. The system automatically handles liquidity migration and pooling on PancakeSwap V2 once the bonding curve sale hits the specified graduation BNB threshold.

How does a bonding curve sale work for newly deployed BEP-20 tokens?

A bonding curve sale for newly deployed BEP-20 tokens facilitates price adjustment and liquidity accumulation based on token supply. The price adjusts dynamically along the curve until the graduation threshold is met for PancakeSwap migration.

What parameters do I need to set when deploying a meme token for a bonding curve launch?

When deploying a meme token for a bonding curve launch, you need to set the token name, total supply, and the graduation BNB threshold. These define the BEP-20 token's characteristics and the target for auto-graduation to PancakeSwap.