Skip to content

soulcrancerdev/fourmeme-sniper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fourmeme Sniper Bot in Rust & TypeScript πŸš€

⚑ Overview

A high-speed, hybrid sniping bot, bundler bot, volume bot for BSC meme tokens, optimized for Fourmeme launches. Built with Rust for ultra-fast, reliable transactions and TypeScript for flexible event monitoring, heuristics, and trading logic.


πŸš€ Key Features

  • Speed & Reliability: Rust hot-path minimizes delay, ensuring quick snipes.
  • Event Monitoring: TypeScript listens to BSC mempool & liquidity events.
  • Heuristics & Safety: Custom rules, token validation, and filters before trading.
  • Modular Design: Clear separation β€” fast transaction core + flexible orchestration.

πŸ—οΈ Architecture

+------------------------+        +---------------------------+
| TypeScript Orchestrator| ---->  | Rust Executor (API)       |
| - Event detection      |        | - Sign & send txs         |
| - Heuristics           |        | - Deterministic logic     |
+------------------------+        +---------------------------+

Orchestrator detects opportunities, calls executor API to execute snipes.


Trial Versions

fourmeme-sniper-bot (Trial)

coming soon..

Strategy Details:

  • Entry Trigger: Monitor user-purchases and liquidity-add of the new tokens on Dex; execute a buy order upon detection.
  • Exit Trigger: Monitor user sales of tokens by checking tp/sl; execute a sell order upon detection.
  • Time Limitation: If a position remains open for more than 60 seconds, initiate an automatic sell.
    (Note: The tp/sl, as well as the 60-second time limit, are adjustable parameters via environment settings.)

Test Result:

fourmeme.sniper.bot.mp4
image (1)

πŸ”₯ Tips & Best Practices

  • Keep hot-path logic minimal; heavy checks in orchestrator.
  • Use Docker & K8s for scalable deployment.
  • Regularly audit code for security.

🀝 Support

Questions? Reach out on Telegram Always test thoroughly before mainnet sniping. πŸš€ Happy trading!