{"id":31127217,"url":"https://github.com/machenxi/moonshot-sniper-bot","last_synced_at":"2026-06-19T01:31:13.761Z","repository":{"id":314058862,"uuid":"1049542397","full_name":"machenxi/moonshot-sniper-bot","owner":"machenxi","description":"Moonshot Sniper Bot is a high-speed trading bot for the Moonshot DEX on Solana. It monitors new pool creation, executes low‑latency buys with configurable risk controls, and includes a volume module for cadence‑based trading. Built with TypeScript/@solana/web3.js, it supports Telegram alerts, dry‑run mode, and production configs for RPCs, priority ","archived":false,"fork":false,"pushed_at":"2025-09-10T07:40:40.000Z","size":7,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T23:13:12.836Z","etag":null,"topics":["dex","helius","memecoin-sniping-bot","moonshot","moonshot-sniper-bot","sniper-bot","solana","spl-token","trading-bot","typescript","volumn-bot","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/machenxi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T06:15:39.000Z","updated_at":"2025-09-12T12:01:51.000Z","dependencies_parsed_at":"2025-09-10T11:08:22.254Z","dependency_job_id":"855403b5-5177-42e2-9c42-abf35920c151","html_url":"https://github.com/machenxi/moonshot-sniper-bot","commit_stats":null,"previous_names":["machenxi/mathc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machenxi/moonshot-sniper-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-sniper-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-sniper-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-sniper-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-sniper-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machenxi","download_url":"https://codeload.github.com/machenxi/moonshot-sniper-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machenxi%2Fmoonshot-sniper-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34514282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dex","helius","memecoin-sniping-bot","moonshot","moonshot-sniper-bot","sniper-bot","solana","spl-token","trading-bot","typescript","volumn-bot","web3"],"created_at":"2025-09-17T23:03:57.992Z","updated_at":"2026-06-19T01:31:13.709Z","avatar_url":"https://github.com/machenxi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moonshot Sniper Bot\n\nHigh‑speed sniper and volume bot for Moonshot on Solana. Monitors new pool creation and executes buys rapidly with optional auto‑sell, plus a volume module for cadence‑based trading. Includes Telegram alerts and a CLI.\n\n## What is Moonshot?\n\nMoonshot 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.\n\n## Features\n\n- New pool watcher (poll or logs, configurable)\n- Sniper buy flow with priority confirmation\n- Optional auto‑sell on target profit drawdown\n- Volume bot with rate limiting\n- Telegram notifications for key actions\n- TypeScript, @solana/web3.js, SPL tokens\n\n## How it works\n\n1) Watcher detects new Moonshot pools (program scan / logs)\n2) Fetch pair info → construct buy transaction\n3) Optional: set priority fees and batching\n4) Send → confirm → alert\n5) Auto‑sell rules (profit target / stop) if enabled\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js \u003e= 18.17\n- Solana RPC (Helius/Triton or mainnet RPC)\n- bs58‑encoded keypair secret\n\n### Install\n\n```bash\nnpm install\n```\n\n### Configure\n\nCopy `env.example` to `.env` and fill values:\n\n```ini\nRPC_URL=https://api.mainnet-beta.solana.com\nKEYPAIR_BASE58=...\nLOG_LEVEL=info\nTELEGRAM_BOT_TOKEN=123:ABC\nTELEGRAM_CHAT_ID=123456789\n```\n\nUse example configs:\n\n- `config.sniper.example.json`\n- `config.volume.example.json`\n\n### Run\n\n```bash\nnpm run build\nnode dist/index.js sniper -c config.sniper.example.json --dry-run\nnode dist/index.js volume -c config.volume.example.json\n```\n\n## Bot Workflows\n\n- Sniper: monitor → validate → buy → confirm → alert → optional auto‑sell\n- Volume: timed loop → buy/sell with small sizes and rate limits\n\n## Notes\n\n- Replace placeholder `moonshotProgram` with the real program id when available.\n- Integrate with actual Moonshot pool swap/route for production.\n\n## Telegram Contact\n\n- Contact: t.me/@lorine93s\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachenxi%2Fmoonshot-sniper-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachenxi%2Fmoonshot-sniper-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachenxi%2Fmoonshot-sniper-bot/lists"}