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
  • Easy Setup
  • Power Setup
  1. NFT Trading Features
  2. NFT Mint Bot [MEV]
  3. Standard Task Setup

Mint Setup

PreviousStandard Task SetupNextCustom ABI

Last updated 2 years ago

Easy Setup

Easy setup allows you to quickly and easily set up a mint task without needing to set up a condition yourself.

By simply using revert check, an easy task can flip your mint for you automatically as long as your gas estimates show your wallet able to mint.

This means anyone can set up a mint task with zero knowledge on how to read contracts or search for flipstate.

Power Setup

Power Setup allows you to set multiple different conditions with And/Or logic operators.

These Conditions include:

Revert Check (set by default) --> Constantly pings to see if your wallets can mint.

  • By default it will now simulate against the latest confirmed block --> impossible to front run the mint turning on

  • You can also choose to simulate pending block within power mode --> slight risk you front run the flip state (but you get a slight speed advantage)

Flip State

  • Match on Pending --> Flip State is triggered on operators pending flip transaction (this allows the user a chance of hitting a mint in the same block as the flip transaction, meaning you will get in the first block and typically have much cheaper gas)

  • Custom Contract Address--> Allows you to monitor flip on another contract than the one you are minting on. (Most used on Art Blocks)

  • Custom Hex--> Input custom hex for unverified contracts so that your bot can still monitor flipstate

Contract Read Call

  • Load read calls to trigger your mint bot. (most often used to time end of mints)

Floor Price

  • Have your bot trigger as soon as Opensea has a minimum floor price of your specification.

Power mode will dynamically enable access to settings that work with your input to ensure the cleanest and most efficient UI experience as possible. For e.g, when you select Match on Pending, you'll automatically see backrun selected in your gas settings in the section.

πŸ‘οΈ
Execution Methods