Install
openclaw skills install outsmart-devving-coinsClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Launch tokens on Solana launchpads. Use when: user asks about creating a token, devving a coin, launching a meme, PumpFun, LaunchLab, Jupiter Studio, DBC, bonding curve, deploy token. NOT for: buying existing tokens (use trading), LP on existing pools (use farming).
openclaw skills install outsmart-devving-coinsLaunch tokens that fit the moment. Catch a narrative early, create the token, earn from bonding curve fees + LP after graduation.
Default choice. Biggest audience, most eyeballs. Cost: ~0.02 SOL. Graduates at ~85 SOL to PumpSwap.
outsmart create-coin --name "Token Name" --symbol "TICKER" --metadata-uri "https://arweave.net/..."
All tokens: 6 decimals, 1B supply, mint/freeze authority disabled.
Built on Meteora DBC. USDC curves, anti-sniping, dev vesting. Graduates to DAMM v2. Presets: Meme ($16k->$69k MC), Indie ($32k->$240k MC with vesting), Custom.
Graduates to Raydium CPMM. Less popular for memes but powers other launchpads (american.fun).
Permissionless bonding curve infrastructure. Jupiter Studio and many AI agent launchpads use it underneath. Graduates to DAMM v2.
| You want... | Use | Why |
|---|---|---|
| Max eyeballs, quick meme | PumpFun | Biggest audience |
| USDC curve, anti-snipe, vesting | Jupiter Studio | Built-in protections |
| Autonomous agent launching | PumpFun | Single CLI command |
The token creation is just a transaction. Knowing what to launch and when is everything.
The window is phases 1-2 of a meta. By phase 3 you're too late.
# Token graduates to DEX. Create DAMM v2 pool with 99% fee:
outsmart create-pool --dex meteora-damm-v2 --token MINT \
--base-amount 1000000 --quote-amount 0.5 \
--max-fee 9900 --min-fee 200 --duration 86400 --periods 100
# As token matures, open DLMM position:
outsmart add-liq --dex meteora-dlmm --pool POOL --sol 0.5 --strategy spot --bins 50
Total cost from launch to full LP: ~0.25 SOL.