outsmart-agent 1.0.0-alpha.10 → 1.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ npx outsmart-agent
10
10
 
11
11
  An AI agent needs money to stay alive — compute costs, inference fees, API calls. This gives any MCP-compatible agent the tools to earn revenue on Solana through DeFi. LP farming, memecoin trenching, token launching, prediction markets, systematic DCA — whatever the market calls for.
12
12
 
13
- 38 MCP tools for execution. 9 AI skills that teach the agent **when** and **why**, not just how.
13
+ 42 MCP tools for execution. 9 AI skills that teach the agent **when** and **why**, not just how.
14
14
 
15
15
  ## Quick Start
16
16
 
@@ -114,6 +114,17 @@ npx skills add outsmartchad/outsmart-agent
114
114
  | `percolator_keeper_stop` | Stop the running keeper |
115
115
  | `percolator_keeper_status` | Get keeper stats (pushes, errors, active watchers) |
116
116
 
117
+ ### Polymarket Tools (4)
118
+
119
+ | Tool | What |
120
+ |------|------|
121
+ | `polymarket_search` | Search prediction markets by keyword |
122
+ | `polymarket_trending` | Discover highest-volume active events |
123
+ | `polymarket_event` | Detailed event info by slug or ID |
124
+ | `polymarket_orderbook` | CLOB orderbook (bids/asks) for a market token |
125
+
126
+ > Polymarket tools are **read-only** — no wallet or API key needed. Uses the public Gamma API and CLOB API.
127
+
117
128
  ## Skills
118
129
 
119
130
  9 strategy skills that teach agents how to think about Solana DeFi:
@@ -145,14 +156,14 @@ npx skills add outsmartchad/outsmart-agent
145
156
  ```
146
157
  outsmart (npm) outsmart-agent (this repo)
147
158
  ────────────── ──────────────────────────
148
- 18 DEX adapters MCP server (38 tools)
159
+ 18 DEX adapters MCP server (42 tools)
149
160
  Percolator perps 9 AI skills
150
161
  TX landing providers Agent definition
151
162
  Wallet + TX helpers Plugin manifest
152
163
  DexScreener API
153
164
  ```
154
165
 
155
- `outsmart-agent` imports `outsmart` as a dependency. The MCP server is a thin wrapper — validates params, calls adapter methods, returns JSON.
166
+ `outsmart-agent` imports `outsmart` as a dependency. The MCP server is a thin wrapper — validates params, calls adapter methods, returns JSON. Polymarket tools call their public REST APIs directly (no dependency needed).
156
167
 
157
168
  ## For Autonomous Agents
158
169
 
@@ -182,12 +193,13 @@ Never >5% on a single trade. Take profits. Track what works. Evolve.
182
193
 
183
194
  ## Roadmap
184
195
 
185
- - [x] MCP Server — 38 tools (11 DEX + 1 Launchpad + 2 Solana + 9 Jupiter + 15 Percolator), 18 DEX adapters
196
+ - [x] MCP Server — 42 tools (11 DEX + 1 Launchpad + 2 Solana + 9 Jupiter + 15 Percolator + 4 Polymarket), 18 DEX adapters
186
197
  - [x] AI Skills — 9 strategy skills
187
198
  - [x] Claude Code Plugin manifest
188
199
  - [x] Percolator — Permissionless perp exchange creation, trading, LP, insurance
189
200
  - [x] Oracle Keeper — WebSocket + gRPC keeper bots (8 DEX types, real-time price feed)
190
201
  - [x] Perp Trading — High-level long/short/close tools with auto-detection
202
+ - [x] Polymarket — Read-only prediction market data (search, trending, events, orderbook)
191
203
  - [ ] Event Streaming — Yellowstone gRPC for real-time pool creation
192
204
  - [ ] LP Manager — Autonomous rebalancing and fee compounding
193
205
  - [ ] Strategy Engine — Tier-aware capital allocation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "outsmart-agent",
3
- "version": "1.0.0-alpha.10",
3
+ "version": "1.0.0-alpha.11",
4
4
  "description": "MCP server + AI skills for Solana trading — wraps the outsmart CLI library for AI agent use.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -1,113 +1,107 @@
1
1
  ---
2
2
  name: outsmart-dca-grid
3
- description: Dollar-cost average and grid trade on Solana. Use when user says "DCA", "dollar cost average", "grid", "accumulate", "buy the dip", "range trading", "recurring", or mentions systematic buying strategies.
4
- allowed-tools: mcp__outsmart-agent__dex_buy, mcp__outsmart-agent__dex_sell, mcp__outsmart-agent__dex_add_liquidity, mcp__outsmart-agent__dex_remove_liquidity, mcp__outsmart-agent__dex_claim_fees, mcp__outsmart-agent__dex_list_positions, mcp__outsmart-agent__dex_quote, mcp__outsmart-agent__solana_token_info, mcp__outsmart-agent__solana_wallet_balance, mcp__outsmart-agent__jupiter_dca_create, mcp__outsmart-agent__jupiter_dca_list, mcp__outsmart-agent__jupiter_dca_cancel
5
- model: opus
6
- license: ISC
7
- metadata:
8
- author: outsmartchad
9
- version: '2.0.0'
3
+ description: "Dollar-cost average and grid trade on Solana. Use when: user asks about DCA, dollar cost averaging, grid trading, accumulating, buy the dip, range trading, recurring buys, systematic strategies. NOT for: one-time trades, memecoin trenching, LP farming with two-sided liquidity."
4
+ homepage: https://github.com/outsmartchad/outsmart-cli
5
+ metadata: { "openclaw": { "requires": { "bins": ["outsmart", "curl"], "env": ["PRIVATE_KEY", "MAINNET_ENDPOINT"] }, "install": [{ "id": "node", "kind": "node", "package": "outsmart", "bins": ["outsmart"], "label": "Install outsmart CLI (npm)" }] } }
10
6
  ---
11
7
 
12
8
  # DCA and Grid Trading
13
9
 
14
- Two ways to take emotion out of trading. Jupiter's DCA runs on autopilot. DLMM grids earn fees while you accumulate or distribute.
10
+ Two ways to take emotion out of trading. Jupiter DCA runs on autopilot. DLMM grids earn fees while you accumulate or distribute.
15
11
 
16
- ## DCA Dollar-Cost Averaging
12
+ ## When to Use
17
13
 
18
- ### Jupiter Recurring (Recommended Fully MCP-Executable)
14
+ - "DCA into SOL every day"
15
+ - "Set up a grid on this pair"
16
+ - "Accumulate this token"
17
+ - "Buy the dip systematically"
19
18
 
20
- Jupiter DCA is fully autonomous via MCP tools. Create orders, monitor them, cancel if needed — all from the agent.
19
+ ## When NOT to Use
21
20
 
22
- | Tool | What It Does |
23
- |------|-------------|
24
- | `jupiter_dca_create` | Create a recurring DCA order (signs + submits tx) |
25
- | `jupiter_dca_list` | List your active or historical DCA orders |
26
- | `jupiter_dca_cancel` | Cancel an active order, returns remaining funds |
21
+ - One-time trades use dex-trading
22
+ - Memecoin trenching — use trenching skill
23
+ - Two-sided LP use lp-farming skill
27
24
 
28
- Jupiter keepers auto-execute each swap on your schedule. 0.1% fee per swap. Min 100 USDC equivalent.
25
+ ## Jupiter DCA (Recommended)
29
26
 
30
- Best for: accumulating blue chips (SOL, JUP, JTO) without thinking about it. Set and forget.
27
+ Jupiter keepers auto-execute each swap on schedule. 0.1% fee per swap. Fully autonomous.
31
28
 
32
- ```
33
- 1. jupiter_dca_create(input_mint="USDC", output_mint="SOL", total_amount=500, number_of_orders=10, interval_seconds=21600)
34
- 2. jupiter_dca_list(status="active") → check progress
35
- 3. jupiter_dca_cancel(order="ORDER_PUBKEY") → cancel if needed
36
- ```
29
+ ### Create DCA Order
37
30
 
38
- ### Manual DCA (Alternative — Agent-Controlled)
31
+ ```bash
32
+ # DCA $500 USDC into SOL, 10 orders, every 6 hours
33
+ curl -X POST "https://api.jup.ag/recurring/v1/createOrder" \
34
+ -H "Content-Type: application/json" \
35
+ -H "x-api-key: $JUPITER_API_KEY" \
36
+ -d '{
37
+ "inputMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
38
+ "outputMint": "So11111111111111111111111111111111111111112",
39
+ "totalInAmount": "500000000",
40
+ "numberOfOrders": 10,
41
+ "intervalSeconds": 21600
42
+ }'
43
+ ```
39
44
 
40
- Execute buys yourself on a schedule via `dex_buy`. More control — you can add conditions (only buy if price is below X, skip if gas is high, etc). Downside: agent needs to stay online.
45
+ ### List Active Orders
41
46
 
42
- ```
43
- Every 6 hours:
44
- 1. solana_wallet_balance() → check SOL
45
- 2. solana_token_info(token) → current price
46
- 3. dex_buy(dex="jupiter-ultra", token, amount) → buy
47
+ ```bash
48
+ curl "https://api.jup.ag/recurring/v1/orders?wallet=YOUR_WALLET&status=active" \
49
+ -H "x-api-key: $JUPITER_API_KEY"
47
50
  ```
48
51
 
49
- ### DCA Rules
52
+ ### Cancel Order
50
53
 
51
- - Fixed amount per buy: 1-3% of portfolio
52
- - Fixed interval — don't deviate, that defeats the purpose
53
- - Stop if: project dies, exploit happens, team exits
54
- - Prefer `jupiter_dca_create` for set-and-forget keepers handle execution
55
- - Use manual `dex_buy` only when you need conditional logic (price thresholds, etc.)
54
+ ```bash
55
+ curl -X POST "https://api.jup.ag/recurring/v1/cancelOrder" \
56
+ -H "Content-Type: application/json" \
57
+ -H "x-api-key: $JUPITER_API_KEY" \
58
+ -d '{"order": "ORDER_PUBKEY"}'
59
+ ```
56
60
 
57
- ## Grid Trading with DLMM
61
+ ## Manual DCA (Agent-Controlled)
58
62
 
59
- Use one-sided DLMM positions as a grid of buy/sell orders. When price crosses a bin, you earn the swap fee + the spread.
63
+ Execute buys yourself on a schedule. More control add conditions.
60
64
 
61
- **Important:** DLMM costs ~0.2 SOL in rent. Only worth it on tokens with enough volume to pay that back. This is for mature tokens with stable ranges — not fresh launches.
65
+ ```bash
66
+ # Every 6 hours:
67
+ outsmart balance # check SOL
68
+ outsmart info --token MINT # current price
69
+ outsmart buy --dex jupiter-ultra --token MINT --amount 0.05 # buy
70
+ ```
62
71
 
63
- ### How It Works
72
+ ## Grid Trading with DLMM
64
73
 
65
- **SOL below current price = buy grid.** As price drops, your SOL converts to the token. You're DCA-ing in while earning fees.
74
+ Use one-sided DLMM positions as buy/sell grids. When price crosses a bin, you earn fees + spread.
66
75
 
67
- ```json
68
- { "dex": "meteora-dlmm", "pool": "POOL", "amount_sol": 0.5, "amount_token": 0, "strategy": "spot", "bins": 20 }
69
- ```
76
+ DLMM costs ~0.2 SOL in rent. Only worth it on tokens with enough volume.
70
77
 
71
- **Token above current price = sell grid.** As price rises, your token converts to SOL. DCA-ing out while earning fees.
78
+ ### Buy Grid (SOL below current price)
72
79
 
73
- ```json
74
- { "dex": "meteora-dlmm", "pool": "POOL", "amount_sol": 0, "amount_token": 1000, "strategy": "spot", "bins": 20 }
80
+ ```bash
81
+ outsmart add-liq --dex meteora-dlmm --pool POOL --sol 0.5 --token-amount 0 --strategy spot --bins 20
75
82
  ```
76
83
 
77
- **Price chops sideways?** Even better you earn fees on every bin crossing.
84
+ As price drops, SOL converts to token DCA-ing in while earning fees.
78
85
 
79
- ### Strategy by Market
86
+ ### Sell Grid (token above current price)
80
87
 
81
- | Market | Strategy | Bins |
82
- |--------|----------|------|
83
- | Tight range, high volume | Curve | 15-25 |
84
- | Wide range, moderate volume | Spot | 30-50 |
85
- | Expecting big moves | Bid-Ask | 40-60 |
88
+ ```bash
89
+ outsmart add-liq --dex meteora-dlmm --pool POOL --sol 0 --token-amount 1000 --strategy spot --bins 20
90
+ ```
91
+
92
+ As price rises, token converts to SOL — DCA-ing out while earning fees.
86
93
 
87
94
  ### Managing Grids
88
95
 
89
- - Check `dex_list_positions` every few hours
90
- - When all bins filled on one side → remove, re-add centered on new price
91
- - Always `dex_claim_fees` before rebalancing
92
- - Each rebalance cycle costs ~0.01-0.02 SOL don't rebalance for small moves
96
+ ```bash
97
+ outsmart list-pos --dex meteora-dlmm --pool POOL # check status
98
+ outsmart claim-fees --dex meteora-dlmm --pool POOL # collect fees
99
+ outsmart remove-liq --dex meteora-dlmm --pool POOL --pct 100 # if all bins filled, re-add
100
+ ```
93
101
 
94
102
  ## Combining Both
95
103
 
96
- The strongest setup:
97
- 1. **`jupiter_dca_create`** accumulates a token on autopilot
98
- 2. **DLMM grid** earns fees on the same pair
99
- 3. **Grid fees** fund more DCA buys
100
-
101
- Self-reinforcing loop: DCA builds position → grid earns fees → fees fund more DCA.
102
-
103
- ## Survival Mode
104
-
105
- - **Normal:** Full DCA + active grids
106
- - **Low Compute:** Keep Jupiter DCA running (keepers handle it). Wider grids, fewer rebalances.
107
- - **Critical:** Cancel all DCA. Remove all grids. Liquidate. Survive.
108
-
109
- ## Related Skills
110
-
111
- - **[outsmart-lp-farming](../outsmart-lp-farming/SKILL.md)** — DLMM mechanics, one-sided positions
112
- - **[outsmart-dex-trading](../outsmart-dex-trading/SKILL.md)** — Tool reference
113
- - **[outsmart-survival](../outsmart-survival/SKILL.md)** — Capital allocation
104
+ Strongest setup:
105
+ 1. Jupiter DCA accumulates a token on autopilot
106
+ 2. DLMM grid earns fees on the same pair
107
+ 3. Grid fees fund more DCA buys
@@ -1,142 +1,88 @@
1
1
  ---
2
2
  name: outsmart-devving-coins
3
- description: Launch tokens on Solana launchpads. Use when user says "dev a coin", "devving", "launch token", "create token", "bonding curve", "pump fun", "pumpfun", "launchlab", "jupiter studio", "DBC", "dynamic bonding curve", "launch a meme", "deploy token", or mentions creating/launching a new token on Solana.
4
- allowed-tools: mcp__outsmart-agent__dex_buy, mcp__outsmart-agent__dex_sell, mcp__outsmart-agent__dex_quote, mcp__outsmart-agent__launchpad_create_coin, mcp__outsmart-agent__dex_create_pool, mcp__outsmart-agent__dex_find_pool, mcp__outsmart-agent__solana_token_info, mcp__outsmart-agent__solana_wallet_balance, mcp__outsmart-agent__dex_list_dexes, mcp__outsmart-agent__jupiter_shield, WebFetch
5
- model: opus
6
- license: ISC
7
- metadata:
8
- author: outsmartchad
9
- version: '2.0.0'
3
+ 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)."
4
+ homepage: https://github.com/outsmartchad/outsmart-cli
5
+ metadata: { "openclaw": { "requires": { "bins": ["outsmart"], "env": ["PRIVATE_KEY", "MAINNET_ENDPOINT"] }, "install": [{ "id": "node", "kind": "node", "package": "outsmart", "bins": ["outsmart"], "label": "Install outsmart CLI (npm)" }] } }
10
6
  ---
11
7
 
12
- # Devving Coins — You're the Dev Now
8
+ # Devving Coins
13
9
 
14
- Devving a coin is a revenue strategy. You catch a narrative early, launch a token that fits the moment, build hype, and earn from bonding curve fees + the LP pool after graduation. The hard part isn't the tech — it's reading the room.
10
+ Launch tokens that fit the moment. Catch a narrative early, create the token, earn from bonding curve fees + LP after graduation.
15
11
 
16
- ## Catching What's Hot
12
+ ## When to Use
17
13
 
18
- This is the real skill. The token creation is just a transaction. Knowing **what** to launch and **when** is everything.
14
+ - "Launch a memecoin"
15
+ - "Dev a coin for this meta"
16
+ - "Create a token on PumpFun"
17
+ - "How do I launch on Solana?"
19
18
 
20
- ### Where to Find Narratives
19
+ ## When NOT to Use
21
20
 
22
- - **CT (Crypto Twitter/X)**This is ground zero. Follow alpha callers, watch what's getting quote-tweeted, look for recurring themes. When 5+ accounts start posting about the same thing in an hour, that's a meta forming.
23
- - **Telegram groups** Alpha chats, whale watching groups, dev communities. Stuff leaks here before CT.
24
- - **DexScreener trending**What's pumping right now? If there's a theme (animals, AI, celebrities, Chinese tokens), that's the meta.
25
- - **News events** — Elon tweets, political events, celebrity drama, tech announcements. Speed matters — first token up with the right ticker wins.
26
- - **GMGN/Axiom** — Smart money tracking. When known profitable wallets start buying into a theme, pay attention.
27
-
28
- ### Meta Lifecycle
29
-
30
- Metas don't last forever. Knowing where you are in the cycle is critical:
31
-
32
- 1. **Birth** (minutes to hours) — A few tokens appear around a theme. Early devs are testing the waters.
33
- 2. **Acceleration** (hours) — CT picks it up. More tokens launch. The best-named ones start running.
34
- 3. **Peak** (hours to 1 day) — Everyone's talking about it. Late tokens still launch but most fail.
35
- 4. **Decay** (1-3 days) — Volume drops. Only the "king" of the meta survives.
36
- 5. **Dead** — Don't launch into a dead meta. You'll lose your SOL.
37
-
38
- **The window to dev a coin is phases 1-2.** By phase 3, you're too late unless you have something genuinely creative.
39
-
40
- ### What Makes a Good Launch
41
-
42
- - **Name and ticker matter more than anything.** $CLAW during the OpenClaw meta. $ALIEN during the aliens meta. It needs to be obvious.
43
- - **Art/meme quality** — A good pfp or meme gets shared. Bad art gets ignored.
44
- - **First-mover advantage** — The first token with the "right" name usually wins. Speed > perfection.
45
- - **Don't copy existing tickers** — If $CLAW already exists and has traction, don't launch another $CLAW. Find the next angle.
21
+ - Buying existing tokensuse dex-trading
22
+ - LP on existing pools use lp-farming
23
+ - No active meta don't launch into silence
46
24
 
47
25
  ## The Launchpads
48
26
 
49
- ### PumpFun — Where Most Memes Are Born
50
-
51
- The default choice for memecoin launches. Biggest audience, most eyeballs, everyone's watching the PumpFun feed.
52
-
53
- - **Cost:** ~0.02 SOL
54
- - **How it works:** Create token → bonding curve fills → graduates at ~85 SOL → migrates to PumpSwap (PumpFun's own AMM)
55
- - **All tokens:** 6 decimals, 1B supply, mint/freeze authority disabled by default
56
- - **Dev buy:** You can buy your own token at creation (sets initial price, shows conviction)
27
+ ### PumpFun (Most Popular)
57
28
 
58
- The MCP server has a `launchpad_create_coin` tool that wraps PumpFun's create method:
29
+ Default choice. Biggest audience, most eyeballs. Cost: ~0.02 SOL. Graduates at ~85 SOL to PumpSwap.
59
30
 
60
- ```json
61
- {
62
- "name": "Token Name",
63
- "symbol": "TICKER",
64
- "metadata_uri": "https://arweave.net/... or ipfs://..."
65
- }
31
+ ```bash
32
+ outsmart create-coin --name "Token Name" --symbol "TICKER" --metadata-uri "https://arweave.net/..."
66
33
  ```
67
34
 
68
- ### Jupiter Studio
69
-
70
- Jupiter's launchpad frontend — built on top of Meteora DBC under the hood. More configurable, USDC-denominated curves, graduates to Meteora DAMM v2.
35
+ All tokens: 6 decimals, 1B supply, mint/freeze authority disabled.
71
36
 
72
- **Presets:**
73
- - **Meme** — $16k initial → $69k graduation MC. Standard meme launch.
74
- - **Indie** — $32k initial → $240k graduation MC. 10% supply vested over 12 months. For "serious" projects.
75
- - **Custom** — Full control over curve shape and parameters.
37
+ ### Jupiter Studio
76
38
 
77
- **Features:** Anti-sniping protection, LP locking, dev vesting, USDC pricing (more stable than SOL-denominated).
78
-
79
- **API flow:**
80
- ```
81
- POST /studio/v1/dbc-pool/create-tx → get tx + presigned URLs
82
- PUT imagePresignedUrl → upload token image
83
- PUT metadataPresignedUrl → upload metadata JSON
84
- Sign tx → POST /studio/v1/dbc-pool/submit → live
85
- ```
39
+ 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.
86
40
 
87
41
  ### Raydium LaunchLab
88
42
 
89
- Raydium's launchpad infrastructure. Tokens graduate to Raydium CPMM. Less popular for memes than PumpFun, but it's the engine behind other launchpads (american.fun uses LaunchLab under the hood).
90
-
91
- The outsmart `raydium-launchlab` adapter handles buy on the curve.
43
+ Graduates to Raydium CPMM. Less popular for memes but powers other launchpads (american.fun).
92
44
 
93
- ### Meteora DBC (Dynamic Bonding Curve)
45
+ ### Meteora DBC
94
46
 
95
- Meteora's bonding curve protocol. This is permissionless infrastructure — anyone can build a launchpad on top of it. Jupiter Studio is just one frontend. Various AI agent launchpads and startup platforms also use Meteora DBC as their underlying engine.
96
-
97
- What matters to you: if a token was launched via any DBC-based launchpad, the outsmart `meteora-dbc` adapter handles it. Same pools, same contracts, doesn't matter which frontend was used.
98
-
99
- - **Graduates to Meteora DAMM v2** — automatic migration via keeper bots
100
- - **Has a `snipe` method** — buy at the migration moment
101
- - **Customizable curve** — up to 16 points, each a constant product curve segment
47
+ Permissionless bonding curve infrastructure. Jupiter Studio and many AI agent launchpads use it underneath. Graduates to DAMM v2.
102
48
 
103
49
  ## Which Launchpad When
104
50
 
105
51
  | You want... | Use | Why |
106
52
  |-------------|-----|-----|
107
- | Max eyeballs, quick meme | **PumpFun** | Biggest audience, simplest flow |
108
- | USDC curve, anti-snipe, vesting | **Jupiter Studio** | Built-in protections, DAMM v2 graduation |
109
- | Agent autonomously launching | **PumpFun** | Single TX via `launchpad_create_coin` MCP tool |
110
- | DAMM v2 graduation (for LP farming after) | **Jupiter Studio** or **Meteora DBC** | Both graduate to DAMM v2 |
53
+ | Max eyeballs, quick meme | PumpFun | Biggest audience |
54
+ | USDC curve, anti-snipe, vesting | Jupiter Studio | Built-in protections |
55
+ | Autonomous agent launching | PumpFun | Single CLI command |
111
56
 
112
- ## After Graduation — The Real Money
57
+ ## Catching the Narrative
113
58
 
114
- Launching the token is just step 1. The revenue comes from what happens after:
59
+ The token creation is just a transaction. Knowing what to launch and when is everything.
115
60
 
116
- 1. **Token graduates** auto-migrates to DEX pool (PumpSwap for PumpFun, DAMM v2 for Jupiter Studio/DBC, CPMM for LaunchLab)
117
- 2. **Create a DAMM v2 pool** (if it graduated to PumpSwap or Raydium, not already on DAMM v2) → use `dex_create_pool` with 99% starting fee decaying to 2% → capture massive early volume fees. Cost: ~0.02 SOL.
118
- 3. **As token matures** (>30 min, real volume) → open a DLMM position for concentrated fee capture. Cost: ~0.2 SOL.
119
- 4. **Claim fees + compound**
61
+ - **CT/X** ground zero. 5+ accounts on same theme = meta forming
62
+ - **Telegram groups** stuff leaks here before CT
63
+ - **DexScreener trending** what's pumping right now?
64
+ - **News events** speed matters, first token with the right ticker wins
120
65
 
121
- Total cost to go from launch to full LP: ~0.25 SOL. See [outsmart-lp-farming](../outsmart-lp-farming/SKILL.md) for the LP side.
66
+ **The window is phases 1-2 of a meta.** By phase 3 you're too late.
122
67
 
123
- ## Don't Be a Bad Dev
68
+ ## After Graduation
124
69
 
125
- - **Don't dump your allocation immediately** — everyone sees it on GMGN. Kills the chart and your reputation.
126
- - **Don't rug the LP** lock or burn it. Use `isLpLocked: true` on Studio launches.
127
- - **Don't launch with mint/freeze authority enabled** — instant red flag on every scanner. PumpFun disables these by default.
128
- - **Don't buy most of your supply via alt wallets** — GMGN detects bundled buys and insider trading patterns.
129
- - **Don't launch into a dead meta** — check if people are still talking about it. No hype = no buyers.
70
+ ```bash
71
+ # Token graduates to DEX. Create DAMM v2 pool with 99% fee:
72
+ outsmart create-pool --dex meteora-damm-v2 --token MINT \
73
+ --base-amount 1000000 --quote-amount 0.5 \
74
+ --max-fee 9900 --min-fee 200 --duration 86400 --periods 100
130
75
 
131
- ## Survival Mode
76
+ # As token matures, open DLMM position:
77
+ outsmart add-liq --dex meteora-dlmm --pool POOL --sol 0.5 --strategy spot --bins 50
78
+ ```
132
79
 
133
- - **Normal:** Active devving, 1-2 launches per week during hot metas. Budget ~0.5 SOL per launch cycle.
134
- - **Low Compute:** No new launches. Farm existing LP positions.
135
- - **Critical:** Zero devving. Launching costs capital with no guaranteed return.
80
+ Total cost from launch to full LP: ~0.25 SOL.
136
81
 
137
- ## Related Skills
82
+ ## Don't Be a Bad Dev
138
83
 
139
- - **[outsmart-lp-farming](../outsmart-lp-farming/SKILL.md)**DAMM v2 pool creation after graduation
140
- - **[outsmart-trenching](../outsmart-trenching/SKILL.md)** Narrative/meta detection (overlaps heavily with catching what's hot)
141
- - **[outsmart-dex-trading](../outsmart-dex-trading/SKILL.md)**MCP tool reference for trading
142
- - **[outsmart-lp-sniping](../outsmart-lp-sniping/SKILL.md)** How others snipe your token at graduation
84
+ - Don't dump your allocation immediately everyone sees it on GMGN
85
+ - Don't rug the LP lock or burn it
86
+ - Don't launch with mint/freeze authority instant red flag
87
+ - Don't buy most of your supply via alt wallets — GMGN detects bundled buys
88
+ - Don't launch into a dead meta