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.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?
any links to repos or guides you can share?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.
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 swappingHi 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?
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.any links to repos or guides you can share?
Hi, let me send a link.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?
Can you please tell us more about it? Most of those bots on the market are very expensive.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