vaenpp/solana-trading-bot — explained in plain English
Analysis updated 2026-05-18
Automatically snipe newly listed tokens on Raydium or pump.fun the moment they launch.
Filter out risky new tokens using checks like burned liquidity and locked supply.
Auto-sell open positions based on configured take-profit and stop-loss percentages.
| vaenpp/solana-trading-bot | adrienckr/notslop | alchemz/solana-pumpfun-token-bundler | |
|---|---|---|---|
| Stars | 78 | 78 | 78 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | easy | hard |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | writer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a funded Solana wallet and a paid RPC endpoint, this is high-risk speculative tooling.
This is another automated Solana token sniping bot, essentially identical in architecture and README content to the trdx/solana-trading-bot (index 10532). It is a TypeScript bot running on Node.js 18 or newer that monitors Raydium AMM v4 and pump.fun for newly-listed tokens, applies configurable safety filters, buys automatically, and sells on take-profit or stop-loss thresholds. The bot listens for on-chain events via WebSocket connections to a Solana RPC node. When a new liquidity pool opens on Raydium or a new token launches on pump.fun, it checks safety filters, whether the token creator still controls the supply, whether the liquidity has been permanently locked (burned), whether the pool size is within configured bounds, and whether socials metadata exists. Qualifying tokens are bought immediately. Three transaction execution methods are available: standard RPC, warp.id relay, and Jito bundles (a faster submission path for Solana transactions). All settings are configured via environment variables covering wallet credentials, buy and sell amounts, slippage tolerance, profit and loss thresholds, and polling intervals. A paid RPC provider such as Helius, QuickNode, or Triton is recommended as the free public endpoint throttles connections. This is high-risk speculative tooling for trading newly-launched meme tokens on Solana.
An automated Solana bot that buys newly listed tokens on Raydium and pump.fun within seconds, applies safety filters, and auto-sells on take-profit or stop-loss.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Solana.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.