mytoolsdocs
Tools

CEX Funder

Fund many wallets from an exchange, so they share no on-chain ancestor.

The CEX Funder sends coin to a list of wallets through a centralised exchange. You make one deposit; the exchange makes the withdrawals. On chain the recipients have no common parent, which is the whole point and the difference from the Wallet Funder.

How a run works

  1. Pick the network and the asset, and add the recipients with an amount each.
  2. Get a rate. The console quotes the run: the exchange's fee per recipient, and the total you will need to deposit.
  3. Create the order. You get a deposit address.
  4. Send the deposit, from your own wallet. The console can do it, or you can send it by hand.
  5. The exchange pays out to each recipient.

Minimums

There are two floors and both can refuse a run:

  • The provider's published withdrawal minimum for that asset and network, which is not always accurate.
  • An unpublished fiat-value floor, roughly 20 USDT worth, applied per recipient.

The console learns both from the exchange's own refusals and warns before you commit, naming which recipients are short and by how much. If a quote is refused, the message says which floor it hit.

Providers

Several exchanges sit behind the same interface, and not every one supports every route. Where a route is restricted to particular providers, the console learns that from the refusal and stops offering the rest for that route.

History

Past orders are kept: how much went to how many wallets, and what state each is in. Orders are scoped to your account.

The exchange does not check addresses

A malformed or wrong recipient address is accepted by the order API without complaint. Check the list before you deposit. Once the exchange has paid out, nothing here can recall it.

Cost

The exchange's own withdrawal fee per recipient, quoted before you commit, plus the console's 1% platform fee on the total, taken only if the order is created successfully.

On this page