atomic-sniper-launch

Launches a pump.fun coin and executes a dev buy in one atomic Jito bundle.

15|2|Updated May 19, 2026
One-click install
npx skills add https://github.com/nirholas/atomic --skill atomic-sniper-launch-nirholas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: atomic-sniper-launch
Source: https://github.com/nirholas/atomic/tree/main/skills/sniper-launch
Command: npx skills add https://github.com/nirholas/atomic --skill atomic-sniper-launch-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When launching a pump.fun coin, sniper bots watch for the create instruction and race to buy before the creator can. A separate buy transaction after creation loses this race at the leader level, leaving the creator buying at a worse price than the bonding curve floor. ## Core Features & Use Cases - Atomic launch + dev-buy: Combines the createV2 instruction and the creator's buy into a single Jito bundle via DEV_BUY_SOL, so no third-party sniper can land between them. - Tip strategy guidance: Recommends JITO_TIP values (0.005–0.1+ SOL) based on launch visibility to outbid competing sniper bundles. - Dev-buy sizing framework: Maps DEV_BUY_SOL amounts (0.1 to 10+ SOL) to market signaling effects and slippage expectations on the bonding curve. - Snipe verification: Uses tools/check-bundle-status.ts and Solscan trade inspection to confirm whether a sniper outbid the bundle. - Use Case: A creator announcing a coin on Twitter sets JITO_TIP=0.02 and DEV_BUY_SOL=1, runs npm run launch, and verifies no non-creator buy landed in the same slot as the create transaction. ## Quick Start Launch my pump.fun coin with a 1 SOL dev buy in the same atomic Jito bundle so no sniper can get in before me.

Frequently Asked Questions about atomic-sniper-launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch a pump.fun coin and buy it in the same transaction?▼

Set DEV_BUY_SOL alongside the standard launch environment variables and run npm run launch. The fire-jito.js script places the createV2 instruction and your buy in one Jito bundle, so both execute atomically or neither does.

What Jito tip should I use to beat sniper bots on pump.fun?▼

Tip size depends on launch visibility: 0.005 SOL for stealth launches, 0.01 for small community announcements, 0.02 for public Twitter posts, and 0.05+ for pre-announced fair launches. Snipers run automated tip escalation, so underbidding means their bundle lands first.

How much SOL should a dev buy be on a pump.fun launch?▼

A 1 SOL dev buy is the standard visible-but-not-aggressive position. Below 0.5 SOL signals minimal commitment, while anything above 5 SOL is often read by the market as a pump-and-dump precursor and warrants a deliberate decision.

How do I check if a sniper beat my pump.fun launch bundle?▼

Run npx tsx tools/check-bundle-status.ts with your bundle UUID, then inspect the mint's trades on Solscan sorted by time. A non-creator buy in the same slot as your create transaction means a sniper paid a higher tip and landed first.

When should I not use an atomic launch with dev buy?▼

Skip it when you want a pure launch with no creator pre-buy, when the creator wallet should not appear as a holder, or when you want plausible deniability about dev-buying. Use atomic-launch with DEV_BUY_SOL=0 or a separate buy from a different wallet instead.

Why does my dev buy bundle fail even though simulation passes?▼

The inner transaction fails when DEV_BUY_SOL exceeds the funder's balance minus the Jito tip and rent. Over-provision the funder wallet by at least 0.05 SOL beyond the buy amount, tip, and rent combined.