robinhood-ape/robinhood-sniper-bot — explained in plain English
Analysis updated 2026-05-18
Automatically buy newly launched tokens on the NOXA Fun platform the moment they appear
Set take-profit and stop-loss percentages so the bot sells positions automatically
Filter out unwanted token launches by name or minimum buy size before buying
Launch tokens across multiple wallets using the included bundler tool
| robinhood-ape/robinhood-sniper-bot | mila89/polymarket-trading-bot | pawandeep-prog/snapframe | |
|---|---|---|---|
| Stars | 253 | 254 | 254 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | — | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
This project is an automated trading bot built to buy new tokens the moment they launch on a token creation platform called NOXA Fun, which runs on a blockchain network called Robinhood Chain. The bot watches the blockchain directly for a specific event that fires when a new token is created, rather than relying on the NOXA website itself. Once it detects a new token launch, the bot checks it against a set of filters the user configures, such as a minimum initial buy size, words to avoid in the token's name, requiring the token to be paired with WETH, and a cap on how many positions it will hold at once. If a launch passes those filters, the bot automatically buys the token using a set amount of ETH through Uniswap, a decentralized exchange. It then continuously checks the token's price and automatically sells the entire position once the profit reaches a target percentage the user sets, and optionally sells early if the price drops past a stop-loss percentage instead. To use it, someone installs the project with Node.js, copies an example settings file, and fills in their own wallet's private key along with an optional dedicated connection to the blockchain. The README strongly recommends running in a dry-run mode first, where no real money is used, before switching to live trading with real ETH. It also warns plainly that these kinds of new tokens, often called memecoins, are high risk and that a user could lose their entire buy amount. A separate folder in the repository contains a related tool for launching tokens across multiple wallets at once. This is a tool for people already familiar with cryptocurrency trading and comfortable managing a private key and real funds, not a general audience product, and it involves real financial risk.
An automated bot that watches a blockchain for newly launched memecoin tokens, buys them automatically, and sells based on user-set profit and stop-loss targets.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Uniswap V3.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.