Fund Tools
Split funds out to wallets, and consolidate them back.
Two symmetrical operations that bracket most sessions.
Split
Sends the chain's coin from one wallet to many. Similar to the Wallet Funder, and useful when you want the recipients created as part of the same step: fresh wallets, funded, and written to your wallet book in one run.
Consolidate
The reverse, and the one that matters at the end of a session. For each wallet it:
- Sells whatever tokens it holds, where they are sellable.
- Sweeps the remaining coin to the destination.
- Leaves nothing behind. The wallet ends at zero.
Selling comes before sweeping on purpose: a wallet swept to the last wei can no longer pay for the sale of what it still holds.
Gas is the constraint. A wallet needs enough coin to pay for its own sale and its own sweep, and wallets that cannot are reported rather than skipped in silence.
What to expect
Consolidation does not return 100% of what went out. Gas, curve fees and the spread all take a cut, and on a thin pool the sale takes more. Recovering the high nineties of a percent of funding is a normal result.
Selling through Fund Tools charges the same 1% platform fee as selling from Tokens. Sweeping coin does not.