Solana Exchange Arbitrage Bot

Job ID: 38795708

Budget: $250 – $750 USD

The arbitrage bot must look for (every 1 second with results displayed to console):

1. Two-way arbitrage opportunities
2. Triangular arbitrage opportunities
3. Across Raydium, Meteora and Orca dexes

I will input 100 tokens in the code settings.

In theory there are for 100 tokens across three DEXes:
• Two-way arbitrage: 14,850 possibilities.
• Triangular arbitrage: 2,910,600 possibilities.

I would like in depth information on how many arbitrage paths the bot will search for every 1 second.

The bot must also do a profitability check before each swap. If there is no profit (more than 5 cents) do not swap.

The bot must execute the arbitrage opportunities as quickly as possible. There needs to be a config file where I input gas, slippage, priority fee, etc..

The bot must detect web socket failure automatically and reconnect automatically until the websocket is reconnected (unlimited retries).
Related categories: Node.js Blockchain Solana