Guide users through launching tokens on the KasPump platform, including token creation, bonding curve configuration, and DEX graduation. Use this skill when helping with token economics, launch strategies, or platform features.
This skill provides comprehensive guidance for launching tokens on the KasPump platform.
KasPump uses a bonding curve mechanism for fair token launches with automatic DEX graduation.
Required Parameters:
name: Token name (e.g., "My Token")symbol: Token ticker (e.g., "MTK")description: Token descriptionimageUrl: Token logo/image URL (IPFS recommended)twitter: Twitter handle (optional)telegram: Telegram link (optional)website: Website URL (optional)Bonding Curve Settings:
virtualKasReserves: Virtual KAS/BNB/ETH reserves (affects starting price)virtualTokenReserves: Virtual token reserves (affects curve steepness)graduationThreshold: Market cap for DEX migration (default: varies by chain)Example Configuration:
const tokenConfig = {
name: "MyToken",
symbol: "MTK",
description: "Community-driven token",
imageUrl: "ipfs://...",
virtualKasReserves: ethers.parseEther("30"), // 30 BNB
virtualTokenReserves: ethers.parseEther("1073000000"), // 1.073B tokens
graduationThreshold: ethers.parseEther("50") // 50 BNB market cap
}
The platform uses a constant product formula:
k = virtualKasReserves * virtualTokenReserves
price = virtualKasReserves / virtualTokenReserves
Price Calculation:
virtualKasReserves / virtualTokenReservesFee Structure:
Supply Allocation:
Pricing Strategy:
Pre-Launch:
Launch Day:
Post-Launch:
Image Hosting:
Social Links:
Network Selection:
When market cap reaches threshold:
Cause: Large trade relative to liquidity Solution:
Cause: Insufficient gas, slippage, or balance Solution:
Cause: Frontend caching or RPC delay Solution:
Cause: Token approval or liquidity Solution:
TESTING_GUIDE.mdDEPLOYMENT_QUICKSTART.mdTROUBLESHOOTING.mdECONOMIC_MODEL_CHANGES.md