Install
openclaw skills install outsmart-lp-snipingBuy tokens at or near LP creation on Solana. Use when: user asks about sniping, bonding curve graduation, migration, new pool, LP created, pump fun graduatio...
openclaw skills install outsmart-lp-snipingThe moment liquidity appears, you buy. Speed is everything.
# Competitive buy with Jito MEV tip
outsmart buy --dex meteora-dlmm --pool POOL --amount 0.05 --tip 0.005
# Quick buy via aggregator (if you have the mint but not pool)
outsmart buy --dex jupiter-ultra --token MINT --amount 0.05
# Check what you bought
outsmart info --token MINT
PumpFun graduation — bonding curve fills to 100%, migrates to PumpSwap. Target: 80%+ progress, active community, dev hasn't sold.
LaunchLab — same pattern, graduates to Raydium CPMM.
Known mints — dev shared the address before pool exists.
# Check if you should hold or dump
outsmart info --token MINT
Low organic activity, single wallet >30%, no real volume? Sell and move on.
| Hit | Do |
|---|---|
| 2x | Sell 50% |
| 3-5x | Sell another 25% |
| 10x+ | Let the rest ride |
| -50% | Full exit |
outsmart sell --dex jupiter-ultra --token MINT --pct 50
If the token has legs:
# < 5 min, big volume: 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
# > 30 min, established: DLMM position
outsmart add-liq --dex meteora-dlmm --pool POOL --sol 0.5 --strategy spot --bins 50
--tip for prioritynpm i -g outsmart