0xNikoDev/PumpFun-Sniper-Bot — reverse-engineered prompt
Reverse engineered prompt
Build me a Go based Solana trading bot for pump.fun that feels like a real sniper tool, not just a demo. I want it to watch new token launches in real time, calculate the bonding curve data fast, and let me snipe across multiple wallets at once. It should support normal RPC execution and optional Jito bundle execution for MEV protection, then keep tracking the position live so I can use take profit and stop loss rules.
Please make it usable through a clean REST API with a websocket stream for live monitor updates. I also want basic volume bot flows, bundle sells across wallets, and an endpoint to fetch token curve info. Keep performance in mind since the whole point is fast entry on new launches.
Use the README, features, and examples in this repo as the product spec, and fill in the missing implementation. If you need details, look up current Solana, Jito, and pump.fun docs online. Include reasonable config, logging, and startup instructions so I can actually run it.
Want more depth? Deep Reverse