Automating solana volume bot

donjon333

Newbie
Joined
Jun 23, 2024
Messages
19
Reaction score
8
Hi there!

I am looking to build a solana volume bot that trades funds until they are done. I saw a couple of methods and services that charge a lot for it. doesn't seem straight forward as I was expecting. any of you have links or code that can be used?
 
Hi there!

I am looking to build a solana volume bot that trades funds until they are done. I saw a couple of methods and services that charge a lot for it. doesn't seem straight forward as I was expecting. any of you have links or code that can be used?
Pretty straightforward to build a nodejs script for it actually, you’ll need a script that generates a bunch of wallets through a single seed’s derivation path and then swap the SPL back & forth through Raydium’s router program (you could also do this through their framework, but it’s slower) using multiple wallets.
 
Pretty straightforward to build a nodejs script for it actually, you’ll need a script that generates a bunch of wallets through a single seed’s derivation path and then swap the SPL back & forth through Raydium’s router program (you could also do this through their framework, but it’s slower) using multiple wallets.
any links to repos or guides you can share?
 
A good service it’s always well paid.
 
Hi there!

I am looking to build a solana volume bot that trades funds until they are done. I saw a couple of methods and services that charge a lot for it. doesn't seem straight forward as I was expecting. any of you have links or code that can be used?
yes sir, basically you make a wallet distributor first, then you use bulk/bundled transactions to spam the chart with some buy/sell algo, use some good api, for solana i recommend helius, they allow crypto payments too, use the jupiter/raydium api for easy swapping
 
any links to repos or guides you can share?
I would watch out with random public repo’s that manage wallets and whatnot, a huge amount of them tend to have a back-door. You’re better off building it yourself.
 
I tried to build my own but it just took too long. I ended up testing multiple volume bots and eventually found one that suited my strategy and the features I needed. It is all just trial and error
 
Hi there!

I am looking to build a solana volume bot that trades funds until they are done. I saw a couple of methods and services that charge a lot for it. doesn't seem straight forward as I was expecting. any of you have links or code that can be used?
Hi, let me send a link.
super_sol_volume_bot (raydium volume bot)
pump_fun_bumping_bot (pump.fun volume bot)
 
I tried to build my own but it just took too long. I ended up testing multiple volume bots and eventually found one that suited my strategy and the features I needed. It is all just trial and error
Can you please tell us more about it? Most of those bots on the market are very expensive.
 
You can refer to SlerfTools for these features—it's the best tool on the Solana blockchain.
 
Hi guys,
Recently, I developed some good volume bots on Solana.

QuantumBumpBot (pump.fun bumping bot)
QuantumMultiVolumeBot (all in one volume bot - raydium AMM, CLMM, CPMM, PumpSwap)
QuantumVolumeBot (Volume Bot)
QuantumHolderBot (Holder Bot)
QuantumRankBot (Rank Bot)
 
You can use the open-source https://github.com/jito-foundation/jito-mev with a custom script to build a Solana volume bot that trades based on priority fees and volume.
 
Back
Top