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 +16 -4
- package/package.json +1 -1
- package/skills/outsmart-dca-grid/SKILL.md +70 -76
- package/skills/outsmart-devving-coins/SKILL.md +50 -104
- package/skills/outsmart-dex-trading/SKILL.md +129 -203
- package/skills/outsmart-lp-farming/SKILL.md +77 -132
- package/skills/outsmart-lp-sniping/SKILL.md +49 -58
- package/skills/outsmart-percolator-perps/SKILL.md +82 -140
- package/skills/outsmart-prediction-markets/SKILL.md +59 -62
- package/skills/outsmart-survival/SKILL.md +59 -76
- package/skills/outsmart-trenching/SKILL.md +55 -101
- package/skills/outsmart-dex-trading/references/advanced-patterns.md +0 -99
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
|
-
|
|
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 (
|
|
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 —
|
|
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,113 +1,107 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: outsmart-dca-grid
|
|
3
|
-
description: Dollar-cost average and grid trade on Solana. Use when user
|
|
4
|
-
|
|
5
|
-
|
|
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
|
|
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
|
-
##
|
|
12
|
+
## When to Use
|
|
17
13
|
|
|
18
|
-
|
|
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
|
-
|
|
19
|
+
## When NOT to Use
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
|
25
|
+
## Jupiter DCA (Recommended)
|
|
29
26
|
|
|
30
|
-
|
|
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
|
-
|
|
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
|
-
|
|
45
|
+
### List Active Orders
|
|
41
46
|
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
|
|
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
|
-
###
|
|
52
|
+
### Cancel Order
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
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
|
-
##
|
|
61
|
+
## Manual DCA (Agent-Controlled)
|
|
58
62
|
|
|
59
|
-
|
|
63
|
+
Execute buys yourself on a schedule. More control — add conditions.
|
|
60
64
|
|
|
61
|
-
|
|
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
|
-
|
|
72
|
+
## Grid Trading with DLMM
|
|
64
73
|
|
|
65
|
-
|
|
74
|
+
Use one-sided DLMM positions as buy/sell grids. When price crosses a bin, you earn fees + spread.
|
|
66
75
|
|
|
67
|
-
|
|
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
|
-
|
|
78
|
+
### Buy Grid (SOL below current price)
|
|
72
79
|
|
|
73
|
-
```
|
|
74
|
-
|
|
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
|
-
|
|
84
|
+
As price drops, SOL converts to token — DCA-ing in while earning fees.
|
|
78
85
|
|
|
79
|
-
###
|
|
86
|
+
### Sell Grid (token above current price)
|
|
80
87
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
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
|
-
|
|
97
|
-
1.
|
|
98
|
-
2.
|
|
99
|
-
3.
|
|
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
|
|
4
|
-
|
|
5
|
-
|
|
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
|
|
8
|
+
# Devving Coins
|
|
13
9
|
|
|
14
|
-
|
|
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
|
-
##
|
|
12
|
+
## When to Use
|
|
17
13
|
|
|
18
|
-
|
|
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
|
-
|
|
19
|
+
## When NOT to Use
|
|
21
20
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
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 tokens — use 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
|
|
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
|
-
|
|
29
|
+
Default choice. Biggest audience, most eyeballs. Cost: ~0.02 SOL. Graduates at ~85 SOL to PumpSwap.
|
|
59
30
|
|
|
60
|
-
```
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
45
|
+
### Meteora DBC
|
|
94
46
|
|
|
95
|
-
|
|
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 |
|
|
108
|
-
| USDC curve, anti-snipe, vesting |
|
|
109
|
-
|
|
|
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
|
-
##
|
|
57
|
+
## Catching the Narrative
|
|
113
58
|
|
|
114
|
-
|
|
59
|
+
The token creation is just a transaction. Knowing what to launch and when is everything.
|
|
115
60
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
|
|
66
|
+
**The window is phases 1-2 of a meta.** By phase 3 you're too late.
|
|
122
67
|
|
|
123
|
-
##
|
|
68
|
+
## After Graduation
|
|
124
69
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
129
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
82
|
+
## Don't Be a Bad Dev
|
|
138
83
|
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
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
|