mytoolsdocs
Tools

Wallet Funder

Send gas or a buy budget to a list of wallets, from one wallet.

The Wallet Funder sends the chain's coin from one wallet to many, in one run. It is the ordinary way to get buyer wallets ready before a launch or a bundle.

Using it

Pick the funding wallet, pick the recipients (typed, or a group from your wallet book), and choose an amount: either the same amount to each, or a total split across them.

The run checks the funder's balance against the total plus gas before sending anything, and reports each transfer as it confirms. A transfer to a contract address costs more than 21000 gas, so the limit is measured per recipient rather than assumed; a wallet that is really a contract still gets funded.

How much

Two different needs, easy to confuse:

What it isRough figure
Gas onlyEnough for a wallet to sign a sale laterThe chain's gas reserve: 0.0015 BNB or 0.0005 ETH. Below this the console does not count a wallet as funded.
A buy budgetIts share of a launch or bundle, plus the full gas limit for its buyThe launch estimate prints this per wallet. Use that number.

The distinction matters because the chain reserves the full gas limit at signing time, not the gas actually used. A wallet holding exactly its buy amount cannot send the buy.

The traceability problem

Every wallet funded this way shares an on-chain ancestor: the funding wallet. Anyone reading the chain can group them in one query, and that grouping does not go away later.

If that matters for what you are doing, fund from an exchange instead. See CEX Funder, or accept the link deliberately rather than by default.

On this page