mytoolsdocs
Tools

Seed Sweeper

Recover coins and tokens from a seed phrase, across many derived addresses.

The Seed Sweeper walks the addresses derived from a seed phrase, finds what they hold, and moves it to a destination you choose.

What it does

  1. Scan. Derives addresses from the phrase and reads each one's coin balance, and its tokens where token discovery is configured on the deployment.
  2. Screen. Filters out what is not worth moving and what cannot be sold: a token with no liquidity, or one that will not let you sell it.
  3. Sell and sweep. Sells the sellable tokens, then sends the coin to the destination.

Limits

There is a cap on how many addresses one scan will walk. The form enforces the same cap the backend does, so a scan cannot quietly run away.

Token discovery needs an indexer. Without one the scan still finds coin balances, but not tokens, and Settings says whether one is configured.

A seed phrase is every key at once

A seed phrase does not unlock one wallet, it unlocks all of them, forever. mytools never stores one: it is used for the run and then it is gone. If you paste a phrase into any tool anywhere, treat the whole wallet as compromised and move everything out of it.

When it will not sell something

Common and expected. A token with no route, a token whose sale reverts, a balance too small to cover its own gas: all are reported per address rather than silently skipped, so you can see what was left behind and why.

On this page