A terminal tool that sweeps dust tokens into one asset using the best 1inch swap routes
uniter.sh — the one-liner dust sweeper for your onchain life
uniter.sh is a cross-chain omni-platform terminal tool that finds and converts dust tokens into ETH across 12 EVM chains. runs in your terminal, browser, or as a farcaster miniapp — same experience everywhere, the real Unity :)
scanning portfolio chain by chain or all together, user can do this whether with their own API key or platform's rate-limited one gated by special time-bound NFT
scan — checks your wallet across 12 chains supported by 1inch, pulls all token balances via the API, shows USD values, groups by value (dust vs real stuff)
cli connect uses walletconnect v2, sessions survive refreshes web connect - wagmi with injected external wallets
typescript all the way — same core shared between cli and web, only minor env tweaks (e.g. cors proxy in browser) cli — real terminal app with tab completion, command history, ansi graphics web — xterm.js for full terminal feel in the browser mobile — scrollable, works great in farcaster frame commands — connect/diconnect, scan [chain], multichain, sweep nice errors
handles all supported by 1inch tokens with accurate USD prices (ETH/USDC quotes) no hardcoded chain junk — chain metadata fetched on the fly caches pricing + sessions to speed things up deployed to vercel (web) with edge functions for API, cli version via bun/node.js

