Funds Management

Disperse, consolidate, and manage manual address lists.

Tap Funds Management to access all fund operations. Set Amount and Gwei before running any action.

Disperse (Funding Wallet → Minting Wallets)

ActionWhat it does
Disperse {symbol}Sends native token (ETH/MATIC/etc.) to each selected wallet
Disperse TokenSends an ERC-20 token to each wallet (set token CA first)

Disperse Token validates the CA is actually an ERC-20 contract (calls decimals()), checks the funding wallet has enough balance, and auto-approves the disperse contract if the token allowance is insufficient (unlimited approval).

Consolidate (Minting Wallets → Destination)

ActionWhat it does
Consolidate {symbol}Sweeps native token from each wallet to the destination
Consolidate TokensSweeps ERC-20 balance from each wallet to the destination
Consolidate NFTTransfers all ERC-721 NFTs from each wallet to the destination

Set the Destination address first (defaults to your funding wallet address).

NFT consolidation auto-discovers which wallets hold which token IDs using the chain's Utils contract. If the first lookup fails, the bot prompts for the NFT's total supply and retries.

Manual Addresses

Override the disperse target list with custom addresses instead of your minting wallets:

  1. Tap Set next to Manual Addresses.
  2. Paste addresses (one per line or comma-separated).
  3. Toggle Manual Addresses on.

When enabled, disperse sends to your manual list instead of minting wallets. A confirmation prompt appears before sending to prevent accidental transfers.

Priority Gwei for Funds

Funds operations have their own Gwei and Priority fields, separate from the minting gwei. Both support EIP-1559 (type 2) transactions when priority is set.

All consolidation actions show a confirmation prompt with the destination address before proceeding. Consolidation results are tracked on the status website with live confirmation updates.