Ink (Kraken L2) Native ETH Batch Sender
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Ink Native ETH Batch Sender lets you distribute native ETH to multiple addresses in a single batched transaction on the Ink network (Kraken L2). The tool reads your connected wallet and chain ID, automatically selects the BotGentz sender contract for Ink, and reads the current fee in native ETH directly from the contract's fee() method. You provide a list of recipient addresses and amounts, and the tool checks your native ETH balance to ensure you can cover the total amount plus the fee. Each recipient receives their ETH in one batched transaction, saving gas compared to sending individually. Ink's low fees and fast finality make this tool especially efficient for large batches of ETH transfers.
HOW TO USE
Connect your wallet and ensure you are on the Ink network (chain 57073). Paste your recipient list as comma-separated values (one per line: address, amount in ETH). Review the summary table showing total ETH, fee in ETH, and all recipients. Click "sign & send batch" to execute the transaction. The batch is sent as a single transaction using the BotGentz batch sender contract, minimizing gas costs.
TECHNICAL MECHANISM
The tool uses the BotGentz bulk sender registry to fetch the correct sender contract address for Ink. It reads the current fee from the sender contract's fee() method at execution time—never hardcoding a stale value, because fees are settable by the contract owner and stale fees would cause revert due to underpayment. The tool checks your native ETH balance against the total amount plus the fee to ensure you have enough ETH for the transfers and the contract fee. It then calls batchSendETH() on the sender contract with the recipient array and amounts array, passing the total amount (transfers + fee) as the transaction value. The sender contract processes all transfers atomically; if any transfer fails, the entire batch reverts, leaving your ETH untouched.
WHAT IT CANNOT SEE
This tool cannot send ERC-20 tokens or any other token standard—only native ETH. It cannot detect token tax, fee-on-transfer, rebasing, or deflationary mechanics because native ETH transfers have none. It cannot recover incorrectly entered recipient addresses or amounts; you must verify your list before sending. It cannot send to contracts that reject transfers (e.g., blacklisted addresses). The tool does not simulate or estimate gas costs beyond the transaction fee. Each execution is a separate transaction—there is no recurring or scheduled sending.
PLEASE NOTE
This tool only works on the Ink network (EVM-compatible, chain 57073). It requires a web3 wallet (e.g., MetaMask) connected via the injected wallet bridge. Always double-check your recipient list and amounts before signing. The tool is free to use; only blockchain transaction fees and the BotGentz contract fee apply. Native ETH transfers are irreversible—ensure all addresses are correct before sending.
=== END ===