High‑speed bundler and volume bot for Moonshot on Solana. Build and send bundled transactions (priority fees, ATAs, placeholder swaps) with low latency. Includes Telegram alerts and a CLI.
Moonshot is a Solana DEX focused on ultra‑fast token launches and micro‑cap trading. It lets you trade new tokens instantly, using AMMs and Solana’s low‑latency network.
- Bundled transaction builder (priority fees + multi‑ix)
- Create ATAs, SOL transfers, and swap placeholders
- Volume bot with rate limiting
- Telegram notifications for key actions
- TypeScript, @solana/web3.js, SPL tokens
- Build a bundle of instructions from config
- (Optional) add priority fees and compute units
- Send one transaction containing all actions
- Confirm and notify via Telegram
- Node.js >= 18.17
- Solana RPC (Helius/Triton or mainnet RPC)
- bs58‑encoded keypair secret
npm installCopy env.example to .env and fill values:
RPC_URL=https://api.mainnet-beta.solana.com
KEYPAIR_BASE58=...
LOG_LEVEL=info
TELEGRAM_BOT_TOKEN=123:ABC
TELEGRAM_CHAT_ID=123456789Use example configs:
config.bundle.example.jsonconfig.volume.example.json
npm run build
node dist/index.js bundle -c config.bundle.example.json --dry-run
node dist/index.js volume -c config.volume.example.json- Sniper: monitor → validate → buy → confirm → alert → optional auto‑sell
- Volume: timed loop → buy/sell with small sizes and rate limits
- Replace placeholder
moonshotProgramwith the real program id when available. - Integrate with actual Moonshot pool swap/route for production.
- Contact: t.me/@lorine93s