# NONCE

This field allows to queue multiple transactions in one wallet.

# Benefits

Having multiple transactions included on the same block, would make your subsequent transactions after the first one consume less gas, so you would end up paying slightly less fees for every mint on the block except the first one.

Really helpful when there are contracts without a "max per wallet" limit.

# Setup

This is how setup would look like for queueing 7 transactions on eth #3 wallet.

# WARNINGS

This is an ADVANCED feature.

DO NOT use it if you aren't familiar with how the Ethereum blockchain works. Skipping a nonce will get you stuck on pending causing you to miss the mint. Always double check your setup.

Avoid mixing up modes (flip, send on pending, flashbot, etc) under the same wallet. If you do, try to set it up like your transactions could be included in same block.