Automating solana volume bot

Wiz

New member
Joined
Jun 7, 2024
Messages
2
Points
1
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?
 

Conor

New member
Joined
Jun 7, 2024
Messages
2
Points
1
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.
 
Top