1. Tubelator AI
  2. >
  3. Videos
  4. >
  5. People & Blogs
  6. >
  7. 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

Available In Following Subtitles
English
Variant 1
Posted on:
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.
tubelator logo

Instantly generate YouTube summary, transcript and subtitles!

chrome-icon Install Tubelator On Chrome

Video Summary & Chapters

No chapters for this video generated yet.

Video Transcript

0:01
yo guys so Solana tokens are becoming a
0:04
real thing or the meme tokens they are
0:06
really popular these days I thought it
0:08
was a good idea to create a video on how
0:10
I created a simple token sniper I will
0:13
show you how I created one all the
0:15
building blocks that are involved and
0:17
then you can take away what you want and
0:19
you can build your own sniper afterwards
0:21
so the sniper that we're building today
0:23
is a liquidity pool Hunter so it
0:25
actually checks when a new token is
0:27
created on the salana blockchain it will
0:30
do some checks like rock checks it will
0:31
see if it's a pump fund token because
0:34
the pump fund tokens these days they are
0:35
quite volatile and if everything is good
0:37
then we will create a swap transaction
0:39
and actually swap our sold tokens for
0:42
the new token we will try to do this as
0:44
fast as possible of course because we
0:46
want to buy the token as soon as the
0:48
liquidity pool is created we will only
0:50
look for liquidity pools from the radium
0:53
liquidity pool Market maker but once the
0:56
token is there we want to buy it as soon
0:58
as possible and then we want to sell it
1:00
when we have some decent profit so
1:02
that's the whole point of what we want
1:03
to do today I will show you a quick
1:06
overview on how I built it after that we
1:08
will jump into the code and uh yeah if
1:10
you have any questions feel free to put
1:12
them in the comments and I will come
1:13
back to you as soon as
1:17
[Music]
1:18
possible all right so before we jump
1:20
into the code I want to show you a high
1:23
Birds overview of how our sniper um will
1:27
work and uh let's say that on the bottom
1:29
we have the Solana blockchain here the
1:31
first thing we want to know for sure is
1:33
when a token is created so that's really
1:36
important once a liquidity pool is
1:38
created we want to know this as soon as
1:41
possible for that we will use a
1:43
websocket RPC there is a lot of RPC
1:46
providers out there but for this video
1:48
we will use helos I will come back to
1:50
what that is and how we can work with it
shape-icon

Download extension to view full transcript.

chrome-icon Install Tubelator On Chrome