https://github.com/machenxi/moonshot-bundler-bot
Moonshot Bundler Bot is a lightweight Solana tool that builds and sends bundled transactions (priority fees, ATA creation, SOL transfers, and swap placeholders) with a simple CLI and optional Telegram alerts.
https://github.com/machenxi/moonshot-bundler-bot
bundler bundler-bot cli dex moonshot-bundler-bot solana spl-token telegram-bot trading-bot web3
Last synced: about 1 month ago
JSON representation
Moonshot Bundler Bot is a lightweight Solana tool that builds and sends bundled transactions (priority fees, ATA creation, SOL transfers, and swap placeholders) with a simple CLI and optional Telegram alerts.
- Host: GitHub
- URL: https://github.com/machenxi/moonshot-bundler-bot
- Owner: machenxi
- Created: 2025-09-10T07:36:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T07:58:08.000Z (10 months ago)
- Last Synced: 2025-09-17T23:13:03.480Z (9 months ago)
- Topics: bundler, bundler-bot, cli, dex, moonshot-bundler-bot, solana, spl-token, telegram-bot, trading-bot, web3
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 15
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moonshot Bundler Bot
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.
## What is Moonshot?
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.
## Features
- 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
## How it works
1) Build a bundle of instructions from config
2) (Optional) add priority fees and compute units
3) Send one transaction containing all actions
4) Confirm and notify via Telegram
## Quick Start
### Prerequisites
- Node.js >= 18.17
- Solana RPC (Helius/Triton or mainnet RPC)
- bs58‑encoded keypair secret
### Install
```bash
npm install
```
### Configure
Copy `env.example` to `.env` and fill values:
```ini
RPC_URL=https://api.mainnet-beta.solana.com
KEYPAIR_BASE58=...
LOG_LEVEL=info
TELEGRAM_BOT_TOKEN=123:ABC
TELEGRAM_CHAT_ID=123456789
```
Use example configs:
- `config.bundle.example.json`
- `config.volume.example.json`
### Run
```bash
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
```
## Bot Workflows
- Sniper: monitor → validate → buy → confirm → alert → optional auto‑sell
- Volume: timed loop → buy/sell with small sizes and rate limits
## Notes
- Replace placeholder `moonshotProgram` with the real program id when available.
- Integrate with actual Moonshot pool swap/route for production.
## Telegram Contact
- Contact: t.me/@lorine93s