← Back to home

uniter.sh

A terminal tool that sweeps dust tokens into one asset using the best 1inch swap routes

Problem Statement

uniter.sh — the one-liner dust sweeper for your onchain lifeuniter.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

Solution

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 walletstypescript 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 errorshandles 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

Hackathon

ETHGlobal Unite

2025

Prizes

  • 🏆

    Build a full Application using 1inch APIs2nd place

    1inch

Contributors