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
  1. Onchain Bot

How this bot work

The onchain bot works differently than the Jupiter bot. If you are familiar with the Jupiter bot, this one basically works as a better version of super spam strategy.

You specify a few pools for a mint, and send a lot of tx for it. The onchain program will check to see if there's any profitable route, calculate the optimal trade size and make the trade.

Because we do the calculation onchain, this strategy requires to send a lot of tx and will burn a lot of gas if you use spam.

Also because we do every calculation onchain, this bot does not require high speed rpc, does not require yellowstone grpc, does not require a good machine. As long as you can land tx with your rpc consistently you are good to go.

The bot current supports onchain calculation between Raydium AMM/Raydium CPMM/Pumpfun Swap/Meteora DLMM

PreviousFeesNextGetting started

Last updated 1 month ago

â„šī¸