home / skills / openclaw / skills / outsmart-devving-coins

outsmart-devving-coins skill

/skills/outsmartchad/outsmart-devving-coins

This skill helps you launch Solana tokens on select launchpads, enabling meme coins and bonding-curve deployments with rapid setup.

npx playbooks add skill openclaw/skills --skill outsmart-devving-coins

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
3.2 KB
---
name: outsmart-devving-coins
description: "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)."
homepage: https://github.com/outsmartchad/outsmart-cli
metadata: { "openclaw": { "requires": { "bins": ["outsmart"], "env": ["PRIVATE_KEY", "MAINNET_ENDPOINT"] }, "install": [{ "id": "node", "kind": "node", "package": "outsmart", "bins": ["outsmart"], "label": "Install outsmart CLI (npm)" }] } }
---

# Devving Coins

Launch tokens that fit the moment. Catch a narrative early, create the token, earn from bonding curve fees + LP after graduation.

## When to Use

- "Launch a memecoin"
- "Dev a coin for this meta"
- "Create a token on PumpFun"
- "How do I launch on Solana?"

## When NOT to Use

- Buying existing tokens — use dex-trading
- LP on existing pools — use lp-farming
- No active meta — don't launch into silence

## The Launchpads

### PumpFun (Most Popular)

Default choice. Biggest audience, most eyeballs. Cost: ~0.02 SOL. Graduates at ~85 SOL to PumpSwap.

```bash
outsmart create-coin --name "Token Name" --symbol "TICKER" --metadata-uri "https://arweave.net/..."
```

All tokens: 6 decimals, 1B supply, mint/freeze authority disabled.

### Jupiter Studio

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.

### Raydium LaunchLab

Graduates to Raydium CPMM. Less popular for memes but powers other launchpads (american.fun).

### Meteora DBC

Permissionless bonding curve infrastructure. Jupiter Studio and many AI agent launchpads use it underneath. Graduates to DAMM v2.

## Which Launchpad When

| 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 |

## Catching the Narrative

The token creation is just a transaction. Knowing what to launch and when is everything.

- **CT/X** — ground zero. 5+ accounts on same theme = meta forming
- **Telegram groups** — stuff leaks here before CT
- **DexScreener trending** — what's pumping right now?
- **News events** — speed matters, first token with the right ticker wins

**The window is phases 1-2 of a meta.** By phase 3 you're too late.

## After Graduation

```bash
# 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.

## Don't Be a Bad Dev

- Don't dump your allocation immediately — everyone sees it on GMGN
- Don't rug the LP — lock or burn it
- Don't launch with mint/freeze authority — instant red flag
- Don't buy most of your supply via alt wallets — GMGN detects bundled buys
- Don't launch into a dead meta

Overview

This skill helps creators launch new tokens on Solana launchpads with CLI commands and presets tailored to meme coins, bonding-curve launches, and gated launchpad flows. It streamlines token minting, launchpad selection, bonding curve configuration, and post-graduation pool creation so you can move from idea to live token quickly.

How this skill works

The skill provides commands and presets for multiple Solana launchpads (PumpFun, Jupiter Studio, Raydium LaunchLab, Meteora DBC). It creates a token with standardized parameters, configures bonding curves or USDC curves when required, and offers helpers to graduate tokens into DEX pools (DAMM v2 / DLMM) and add liquidity. Built-in presets cover common use cases (meme, indie, custom) and include options for anti-sniping, vesting, and fee settings.

When to use it

  • You want to create and launch a new token on Solana (memecoin or themed token).
  • You need a fast CLI path to mint a token and deploy it to a launchpad like PumpFun or Jupiter Studio.
  • You want to use bonding curves or preset launch profiles (meme, indie, custom).
  • You plan to graduate the token to a DEX pool and add LP programmatically.
  • You need tooling that handles anti-sniping, developer vesting, or USDC curve launches.

Best practices

  • Pick the launchpad that matches your goal: PumpFun for max eyeballs, Jupiter Studio for USDC curve and anti-sniping.
  • Use presets but review parameters: decimals, total supply, bonding curve, and vesting.
  • Disable mint/freeze authorities and avoid concentrated pre-buys to build trust.
  • Lock or burn LP allocation and avoid immediate dumps; stagger vesting and liquidity releases.
  • Monitor meta signals (trending tickers, Telegram leaks, DexScreener) and launch early in phase 1–2.

Example use cases

  • Create a memecoin rapidly with a single CLI command and graduate it to PumpSwap.
  • Launch a USDC-bonding-curve token with anti-snipe and developer vesting on Jupiter Studio.
  • Deploy a permissionless token on Meteora DBC and graduate to DAMM v2 with automated pool creation.
  • Programmatically add DLMM liquidity after graduation with defined strategy and bin configuration.
  • Prototype multiple themed tokens to test narrative fit and audience response before scaling.

FAQ

Can this skill buy existing tokens or add liquidity to existing pools?

No. Use trading tools for buying existing tokens and farming tools for LP on existing pools. This skill focuses on creating and launching new tokens.

Which launchpad should I choose for a quick meme launch?

Use PumpFun for maximum audience and fastest meme launches. Use Jupiter Studio if you need USDC curves, anti-sniping, or vesting controls.