SolanaMevBot
  • 🤖SolanaMevBot - Solana Arbitrage Bot
    • 📘Blog
      • The Current Landscape of MEV on Solana
      • How to Frontrun on Solana: A Step-by-Step Guide
    • đŸ’ĩFees
  • Onchain Bot
    • â„šī¸How this bot work
    • đŸ› ī¸Getting started
    • â›“ī¸Onchain program
    • 🔍Address lookup table
    • 📝Bot configurations
  • 🚀Releases
  • â€ŧī¸Trouble shooting
  • 💹Performance tuning
  • Onchain Bot Dashboard
  • Jupiter Bot
    • â„šī¸How this bot work
    • đŸ› ī¸Getting started
    • 📝Bot configurations
      • 📚Config examples
    • 🔡Common workflow
    • 💹Performance tuning
    • 🧩Bot Strategy
    • â€ŧī¸Trouble shooting
    • 🚀Releases
    • ❓FAQ
    • Dashboard
  • Community
    • Discord
Powered by GitBook
On this page
  • What does this bot do?
  • How profitable is this bot?
  • How does the bot work?
  1. Jupiter Bot

FAQ

PreviousReleases

Last updated 6 months ago

What does this bot do?

SolanaMevBot is an atomic arbitrage trading bot, which makes profit by trading between different DEXs and catch the price difference between them in a single TX to make profit.

Example:

How profitable is this bot?

Atomic arbitrage trades are usually low risk and low margin. You won't make 100 SOL a day running the bot, but you also won't lose all your fundings overnight.

A single trade may only earn you 0.0001 SOL for example. Though the up side about it is it's close to 0 risk running the bot. Unlike meme coin trading where you face big risk if you didn't sell the token in time, for atomic arbitrage trade your transaction won't succeed if it doesn't make you any profit. And you won't hold any tokens as all of them will be bought and sold in the same transaction.

The overall profitability depends on a lot of different factors, market conditions, your VPS/RPC, your bot strategy etc. Most of the bot users are earning enough to cover their VPS/RPC cost, and can earn from 0.1 SOL to a few SOL every day.

How does the bot work?

The bot periodically try to use all the trade sizes you defined to trade through all the intermedium mints and see if there's any profitable arbitrage opportunities. This may lead to hundreds or thousands of requests to Jupiter to get price quote and time for the bot to process all these potential routes to find opportunities.

Here are some of the logs that are useful to help you see how performant your setsup is

Time Spent: This is how long in total the bot spent to find an opportunity and sent it out, on one trade size + one intermedium mint.

Jupiter Quote Time: This is how long it takes to make quotes to Jupiter(multiple ones) to check if there's an opportunity, on one trade size + one intermedium mint. If this is too high for you check

❓
My jupiter quote time is high