- Tubelator AI
- >
- Videos
- >
- People & Blogs
- >
- Building a Solana Sniper Trading Bot in TypeScript | Fast Buy with Rug Check | Pump.fun Filter
Building a Solana Sniper Trading Bot in TypeScript | Fast Buy with Rug Check | Pump.fun Filter
Learn how to develop a Solana sniper trading bot in TypeScript to quickly buy tokens with rug check feature and filter out pump and dump tokens. Enhance your trading strategy and build your own sniper with this helpful guide.
Video Summary & Chapters
No chapters for this video generated yet.
Video Transcript
yo guys so Solana tokens are becoming a
real thing or the meme tokens they are
really popular these days I thought it
was a good idea to create a video on how
I created a simple token sniper I will
show you how I created one all the
building blocks that are involved and
then you can take away what you want and
you can build your own sniper afterwards
so the sniper that we're building today
is a liquidity pool Hunter so it
actually checks when a new token is
created on the salana blockchain it will
do some checks like rock checks it will
see if it's a pump fund token because
the pump fund tokens these days they are
quite volatile and if everything is good
then we will create a swap transaction
and actually swap our sold tokens for
the new token we will try to do this as
fast as possible of course because we
want to buy the token as soon as the
liquidity pool is created we will only
look for liquidity pools from the radium
liquidity pool Market maker but once the
token is there we want to buy it as soon
as possible and then we want to sell it
when we have some decent profit so
that's the whole point of what we want
to do today I will show you a quick
overview on how I built it after that we
will jump into the code and uh yeah if
you have any questions feel free to put
them in the comments and I will come
back to you as soon as
[Music]
possible all right so before we jump
into the code I want to show you a high
Birds overview of how our sniper um will
work and uh let's say that on the bottom
we have the Solana blockchain here the
first thing we want to know for sure is
when a token is created so that's really
important once a liquidity pool is
created we want to know this as soon as
possible for that we will use a
websocket RPC there is a lot of RPC
providers out there but for this video
we will use helos I will come back to
what that is and how we can work with it