AstroSol is a tool that can execute sandwich attacks for Raydium AMM pools on the solana blockchain. It also supports PumpFun trades.
Regardless of the node speed, AstroSol's transactions are confirmed before the target ones by using jito bundles and priority fees.
On-chain tip calculation
Sandwich any swap that results in profit
Send bundles through jito's blockengine
Supports both SOL-TOKEN and TOKEN-SOL pairs
Dynamic & easily extendable instruction data decoder
First step:
- Create a new Solana wallet
- Transfer some SOL to this new wallet
- Convert some SOL to USDC or WSOL (you need USDC or WSOL depending on the configuration in .env file)
Tip
[1] Download AstroSol from our website https://astrosol.app
[2] Fill the settings file according to your needs
[3] Launch the bot and start frontrunning trades
- Configure the script by updating
.env.copy
file (remove the ".copy" extension). MY_PRIVATE_KEY
(your wallet private key)RPC_ENDPOINT
(https RPC endpoint) paid services are fasterRPC_WEBSOCKET
(websocket RPC endpoint) paid services are fasterTOKEN_SYMB
(which pools to snipe, USDC or WSOL)BUY_AMOUNT
(amount used to buy each new token)USE_SNIPEDLIST
(bot buy only tokens listed in snipedlist.txt)SNIPE_LIST_REFRESH_INTERVAL
(how often snipe list should be refreshed in milliseconds)MINT_IS_RENOUNCED
(bot buy only if mint is renounced)MIN_POOL_SIZE
(bot buy only if pool size is > of amount)MAX_POOL_SIZE
(bot buy only if pool size is < of amount)TAKE_PROFIT=80
(in %)STOP_LOSS=30
(in %)BIRDEYE_APIKEY=
get here: https://docs.birdeye.so/docs/authentication-api-keys
If you see following error in your log file:
Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."}
It means your RPC node doesn't support methods needed to execute script. FIX: Change your RPC node. You can use Shyft, Helius or Quicknode.If you see following error in your log file:
Error: No SOL token account found in wallet:
it means that your wallet not have USDC/WSOL token account. FIX: Go to Jup.ag and swap some SOL/USDC or SOL/WSOL.
Use this script at your own risk. No financial advice.