Katana Task Creation & Execution
Task Creation
When you create a task from the mint bot, a katana symbol will pop up if it is contract mintable. In a nutshell, 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

You will have the option to:
Select the
number of proxies
you wish to mint with. You can also select a preset number of proxies in the settings.Select the
execution type
[standard, transfer, loop]. More information about this below.
This will create a Katana mint task. This wraps the original mint task, and is represented by the swords around the duplicated task. You can then start and execute as standard, just like in the regular mint bot.

In the wallets column, you will notice that it shows the number of proxies
and execute type
selected. It also automatically selects for the wallet whitelisted for Katana, to make your life easier.
Use Katana with caution. You can burn a LOT of gas if you are not careful.
Execution Types
Standard
Standard
Mints using all of your proxies WITHOUT transfer of NFTs to a designated wallet. You can then manually transfer out the NFTs at a latter date, preferably when gas is cheaper.
Transfer
Transfer
Mints using all of your proxies WITH transfer of NFTs to a designated wallet.
Loop
Loop
Mints using only ONE proxy, transfers the NFT out to a designated wallet, and repeats this loop multiple amount of times.
Designated Wallet
You can choose a designated wallet in settings.
Last updated