Sensei
  • Introduction
    • πŸ“•Features and Pricing
    • βœ…Sensei Setup
      • πŸͺ¨QuickNode Setup
      • πŸͺ„Alchemy Node Setup
      • πŸ›‘οΈbloXroute Setup
      • πŸ§™Alchemy API Setup
      • 🧱Blocknative API Setup
      • 🧲Etherscan Chrome Extension Setup
    • πŸ“šArchives
      • πŸ›Bug Submission Etiquette
      • πŸ˜‡Signature Mint Requests
      • πŸ–₯️Why Choose Webapp?
      • ☎️Mobile and Tablet Support
      • πŸͺ¨Private Nodes 101
  • ADVANCED MEV FEATURES
    • ⚑MEV Bundling
      • ✨ Introduction to Bundling
      • πŸ’‘ Core MEV Concepts
      • πŸ‘‘ Native Integration
      • πŸ“• How To Bundle
        • πŸ”Œ Relay Endpoints
        • 🧐 Troubleshooting
    • πŸ”Katana Contract Looper
      • ✨ Intro to Contract Looping
      • βš”οΈ Katana V3 Setup
      • βœ… Wallet Whitelisting
      • πŸ”± Deployment
      • πŸ“œTask Creation & Execution
      • πŸ’Έ Consolidate Proxy Tokens
      • πŸ“• Katana V1 - Archived
        • Deploy & Add Upgradeable Proxies
        • Katana Task Creation & Execution
        • Consolidate Proxy Tokens
          • Manual-Token Consolidation
          • Same-Tnx Auto-Consolidation
  • DEFI TRADING FEATURES
    • βœ…Sensei DeFi Setup
    • πŸ†“0% Trading Fee Extension
    • 🎯Sensei Auto-Sniper
    • πŸ“œSensei Swaps
    • πŸ”§Advanced Orders: Limit Order, Stop Loss, Take Profit
    • ⚑Advanced MEV Bundling
    • βš™οΈCustom MEV Execution
    • πŸ”Katana - "Max-Buy" Killer
    • ⚠️Auto-Avoidance
    • ⛑️Anti-Rug Protection
    • πŸ“±Alpha Stream
    • πŸ“ˆLive Trading Charts
    • πŸ—ƒοΈPortfolio Dashboard
    • βš™οΈDefi Settings
  • NFT Trading Features
    • 🌾Blur Farming Module
      • βœ…Funding Blur Pool
      • πŸ“œCreating Blur Tasks
      • ⚠️Emergency Withdrawal
    • πŸ‘οΈNFT Mint Bot [MEV]
      • Standard Task Setup
        • Mint Setup
        • Custom ABI
        • Execution Methods
      • Sigmint Task Setup
      • Fair.xyz Task Setup
        • Getting Started
        • Mint Setup
      • Gas Speedup
        • Manual & Intelligent Gas Speed-Up
        • [PRO] Precision Gas Targeting
        • [PRO] Backrun Auto Speed-Up
      • Quick Tasking & Mint Stream
    • 🏹NFT Deal Sniper [MEV]
      • Deal Sniper Task Setup
      • Execution Methods
      • Configs
      • Global Execution
      • MEV Sniping
    • 🐳NFT Bid Bot (OpenSea)
      • Collection Bidding
      • Token Bidding
    • πŸƒβ€β™‚οΈNFT Mempool Frontrunner
    • 🌊NFT Liquidator
      • Introduction and Setup
    • 🧩Wallet & Token Manager
      • Wallets
        • Wallet Creation
        • Wallet Import & Export
        • Wallet Customisation
        • Disperse & Consolidate
      • Marketplace Approval
      • NFT Manager
      • Multi-Wallet Listing
    • βš™οΈSettings
      • General
      • API Keys
      • Mint Bot
      • Katana
      • Nodes
      • Notifications
      • Wallet Manager
      • Deal Sniper
      • Bid Bot
Powered by GitBook
On this page
  • Benefits of MEV bundling
  • Integration
  1. ADVANCED MEV FEATURES
  2. MEV Bundling

πŸ‘‘ Native Integration

Utilize the benefits of MEV without lifting a finger

PreviousπŸ’‘ Core MEV ConceptsNextπŸ“• How To Bundle

Last updated 2 years ago

MEV is NOT just a Flashbots RPC. Anyone telling you otherwise is gaslighting.

To many, MEV and bundling is a brand new topic. Here are the benefits you can get from bundling, and an overview of our first-class UI integration.

πŸ—ž

Benefits of MEV bundling

  • Riskless Transactions

    • When a bundle reverts, you don't end up losing any gas. There is literally no reason to go for hyped drops where there is a lot of uncertainty, without running a bundle (simultaneously with mempool transactions if you may). Ever.

  • Stealth Gas

    • Bundles are sent to a private mempool, which hides your gas settings. This prevents yourself from being frontrun by other bots and avoids contributing to the conventional public mempool gas war.

  • Avoid Tedious Gas Calculations

    • You can choose to pay the transaction fee directly in ETH instead of priority fees, by specifying a bribe transaction.

  • Guaranteed Transaction Ordering

    • Unlike regular transactions that propogate independently through the Ethereum network, transactions in a bundle are included sequentially. Meaning that you are more likely to see all your transactions included vs independent public mempool transactions where some transactions may propogate late.

  • Innovative Use Cases

    • Signature minting

    • Whitehat assets recovery

    • Katana V2 (contract minting) bundling with Flip State

Integration

  • Mint tasks now push MEV Bundles natively in parallel with your normal mint txn

    • Now your txns can race, one with a mev bundle, and a backup pushing a normal mint txn

    • If your MEV bundle fails, your normal txn will still push through, while losing 0 gas on the failed MEV bundle.

    • Since the transactions in the bundle contain the same nonce as the transactions sent regularly to the public mempool, there is no possibility to "double-spend" or interfere with each other. Either your bundle is included, and your public mempool transactions are dropped (ignored entirely), or the bundle is not included and your public mempool transactions compete as normal with the rest of the market.

  • Alternatively, users can choose to only push MEV bundles in the mint task's Execution settings

    • This allows users to compete in mints truly risk-free by utilizing the benefits of MEV

    • If any of the transactions in the bundle fail, the entire bundle will be invalidated. There will be no lost gas.

      • Note that a single bad transaction in the bundle that is destined to revert/fail will invalidate your entire bundle. It's imperative you do pre-flight checks (covered in the next page).

In this beta period, MEV Bundles cannot be sped up. If you choose to use Bundle Only, you will forfeit the ability to speed up your transaction if you didnt push enough gas. If it is unticked, only mempool transactions will be sped up.

⚑
Click here to read our blog post on the topic