---
title: 'Solana Sniper Bot Tutorial: Track New Memecoin Listings'
source: 'https://youtube.com/watch?v=bhtk4J52Eb4'
video_id: 'bhtk4J52Eb4'
date: 2026-07-24
duration_sec: 660
channel: 'Fried Dev'
---

# Solana Sniper Bot Tutorial: Track New Memecoin Listings

> Source: [Solana Sniper Bot Tutorial: Track New Memecoin Listings](https://youtube.com/watch?v=bhtk4J52Eb4)

## Summary

This tutorial demonstrates how to code a Solana sniper bot for free, requiring no prior coding experience. The bot tracks new tokens added to the Raydium pool, filters them for safety, and snipes them quickly. The video focuses on the first step: finding new token contracts using code.

### Key Points

- **Overview of Sniper Bot Workflow** [00:03] — The sniper bot workflow involves: 1) finding new tokens added to Raydium pool or created on Pump.fun as fast as possible, 2) filtering tokens to ensure wallet is not frozen and tokens can be sold, 3) sniping tokens quickly.
- **Setting Up the Code Repository** [01:16] — Go to the creator's GitHub page, click on 'Solana token tracker', download the zip file, and open it in Visual Studio Code. Ensure Node.js is installed (node -v to check version).
- **Installing Dependencies** [02:54] — Run 'npm install' in the terminal to install all required dependencies for the repository.
- **Configuring RPC with Helius** [03:07] — Create a .env file with RPC endpoint and WebSocket URL. Create a free account on Helius, get the API keys, and paste them into the .env file. Save the file.
- **Running the Bot** [05:46] — In the terminal, run 'npx ts-node index.ts' (or similar command) to start the bot. It will display new tokens added to Raydium pool in real-time.
- **Viewing New Tokens** [06:29] — The bot outputs contract addresses and information in the terminal and saves them to a JSON file. Example: a token with signature and base address is shown.
- **Comparison with Dex Screener** [07:00] — Dex Screener is slow; the bot finds tokens faster. For example, a token found by the bot was not yet visible on Dex Screener but was visible on Solscan and Birdeye.
- **Understanding Pump.fun Graduation** [07:46] — Tokens from Pump.fun graduate to Raydium when they reach a certain market cap. The bot only detects tokens after they are added to Raydium, not during the Pump.fun phase.

### Conclusion

The bot successfully tracks new Raydium pool tokens faster than Dex Screener. Future videos will cover filtering tokens to avoid scams and executing snipes.

## Transcript

going to show you how you can code a Solon sniper bot for free and trust me you don't have to know anything about coding this is the first video of a series so make sure to subscribe the channel and like this video without
further Ado let's dive into it to develop our sniper bot we have to take some steps first we have to find new tokens that recently added to radium tokens that recently added to radium pool or recently created on p. Fon as
fast as possible because when it comes to Dex screener de screener is quite a slow we have to find token contracts as fast as possible and we use codes to do
fast as possible and we use codes to do that uh after finding the contracts we have to filter them because uh we have to make sure our valet is not frozen and we can sell uh those tokens if everything
everything uh was okay then we have to snipe those tokens uh quite fast so this is the workflow that we follow and in this video I will show you how you can actually find new tokens using
Code okay just go to my GitHub page and click on Solon token tracker I will put the link to this GitHub page in the video description click on code and download the zip file uh we can actually get clone this repository but this is
get clone this repository but this is the easiest way to clone that uh let me the easiest way to clone that uh let me put uh this repository on my
in Visual Studio code if you haven't installed Visual Studio code please do it this is our code editor uh click on file open Fuller
editor uh click on file open Fuller and on desktop click Solon token if you can see the terminal uh click on
if you can see the terminal uh click on this option to actually open this option to actually open it okay uh we have to install some it okay uh we have to install some dependencies and to do so we need node
uh node.js uh first make sure you have installed uh first make sure you have installed node on your PC or Mac if you don't go node on your PC or Mac if you don't go to nodejs.org and download the LTS
version after installing when you type node SLV you should see the version number of number of nodejs okay uh to install all this
repository dependencies we have to write mpm install and this will automatically install all dependencies okay now it's time to set
dependencies okay now it's time to set up our RPC to actually uh get data from up our RPC to actually uh get data from radium pools uh on the blockchain click radium pools uh on the blockchain click uh you know uh right click and new
file uh Dov and we have to put the API keys in Dov and we have to put the API keys in here okay um I have a sample for you
here okay um I have a sample for you guys uh you have to put data like this guys uh you have to put data like this for RPC end point uh you will see for RPC end point uh you will see https API keys in here and for web
https API keys in here and for web socket this is the site and in here the socket this is the site and in here the API key okay um we have to create an account in helus this is the service that we use to gain access to uh
actually rpcs um just go to Helu website I already created a free account so let me log into that click on end points and in
log into that click on end points and in here you can see uh RPC information do not share this information with anyone actually I don't use this RPC so that's the reason I'm sharing with you guys uh copy everything in here and I have to
mention I'm using the free version if you prefer a faster service you can stick with the paid service the paid version of that uh go to chat
version of that uh go to chat GPT paste all the information in GPT paste all the information in here and let's give our example as well here and let's give our example as well this is our
write this information in information in the same
those datas and we can use it quite easily datas and we can use it quite easily okay uh just go to EnV and paste those uh they're all set make sure to save this file by uh you know pressing
this file by uh you know pressing command and S and now as you can see on the read me section uh we actually installed section uh we actually installed nodejs uh we cloned the repository we
installed all dependencies we configured the RPC and dependencies we configured the RPC and now we can run uh you know this bot just now we can run uh you know this bot just uh go to terminal again
uh go to terminal again click on this and paste npx uh index.ts is actually my main code and index.ts is actually my main code and press
tokens that's recently added to radium pool and as soon as a new token added to pool and as soon as a new token added to radium we can see all contract address
and in information in here in data section and new solot tokens. Json section and new solot tokens. Json file as you can see it found a new token this is the signature let's go to new Solona
Solona tokens we should see this in tokens we should see this in here this is then Q okay this one and in here Base address you can see the contract address now let me go to Dex
screener and search for this token as you can see you can't find this token as you can see you can't find this token because uh Dex screener is quite a token because uh Dex screener is quite a slow however if I go to Sol scan and
slow however if I go to Sol scan and paste this you can see the token information uh you know when it comes to uh different size like the ex screener bird eye is much faster if I paste the
bird eye is much faster if I paste the contract in here here you can see the chart oh uh this is interesting okay now you can see this uh you may ask why uh this token is older than 1 minute uh the reason is this
than 1 minute uh the reason is this token graduated from pump. fund website token graduated from pump. fund website in pump. fund when tokens reach to a in pump. fund when tokens reach to a certain market cap uh we call them uh
these tokens graduate and when they reach to that certain market cap then their liquidity will add market cap then their liquidity will add to radium so before that we can't see
to radium so before that we can't see the token information on our bot because um as I told you the token has not graduated and has not added to radium but as soon as it graduates we can see the contract in here in the future I
will show you how you can actually find p. fun tokens as soon as one of them created uh but when it most of these tokens will go to zero and uh you know
they can't even graduate but when it comes to some tokens that usually comes to some tokens that usually graduate they usually uh can uh attract graduate they usually uh can uh attract so many people and those uh pools could
be a better option to use for example a sniper Bots um let me check the sniper Bots um let me check the signature in here as well
okay we have a new token in here let me copy that go copy that go to solid not able to you know find this because it takes time to load this signature
it takes time to load this signature this but is super fast this is uh great this but is super fast this is uh great let me go to new Solen token let me go to new Solen token again find this contract
is the yvl okay this is the contract yvl okay this is the contract address now let's go to Dex screener again as you can see there is no token it doesn't show that it takes time but
if I go to be die you can see this new token this is actually I think from token this is actually I think from pump. fun as well so uh yeah you can see pump. fun as well so uh yeah you can see the
times to find the token on Dix screener it really takes
you can see the to token oh my God by using Code we were able to find this quite fast but as you can see Dex screener is quite a slow I really hope you found this video helpful this was the first episode of uh the sniper Bots
series uh in the next videos I will show you how to filter these tokens to ensure you how to filter these tokens to ensure you wouldn't uh get rocked and then how you can snipe them early cheers viewers hope to see you in my next videos
