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
  1. ADVANCED MEV FEATURES
  2. Katana Contract Looper

πŸ“œTask Creation & Execution

Doing the thing.

PreviousπŸ”± DeploymentNextπŸ’Έ Consolidate Proxy Tokens

Last updated 2 years ago

Task Creation

When you create a task from the mint bot, a katana symbol will pop up if it is contract mintable and your task will flash gold. Contract minting involves delegating access to multiple proxies (rather than using multiple wallets), and using these proxies to mint.

Not all contracts are Katana-able! We do our best to show users what is Katana-able. Katana requires a contract to be loopable. If a contract contains the following code, it is not loopable: tx.origin == msg.sender

Click on the Katana Icon and a popup will show.

Below are the options available to users to customize the Katana task

  • Workers includes how many proxies you would like to run the task you have set. This essentially multiplies your task execution by X amount of proxies

  • Offset allows users to skip a certain amount of proxies or workers so you can re-mint with contract minting on a task that has already been run.

    • For example, you mint loop a free mint with 10 out of your 100 proxies. You would like to mint again on another 10. Since Katana always orders your proxy mints from 1st to last, you can skip the proxies that have already minted and will fail (causing gas loss). In this example, you would enter "10" in the offset tab to skip your first 10 proxies and mint on the next 10.

  • Standard Katana minting will order proxies one after another in your contract mint. This is used when a mint only allows you to perform 1 action per "wallet"

  • Loop will use 1 proxy over and over in 1 txn to save gas if the contract doesn't block minting more than once

Once you have selected your Workers, Offset, and Worker Method, you will have a new Katana Task as shown above (this will have a katana symbol on the left and right of the task name)

To run your Katana contract minting task, click the Start button.

πŸ”