EIP-1559 · base fee + minimal priority tip · Multicall3 for native ETH
Format: address:amount · address,amount · one per line
Auto-execute the send when base fee drops below your threshold. Checks every 60 seconds. Large sends are 40–60% cheaper at low-gas windows.
Send the same recipient list across multiple chains. Each chain runs one at a time — MetaMask will prompt you to switch chains and approve each transaction separately.
Finds pairs that have sent transactions to each other — mutual money flows. Scores by combined tx count.
Find wallets funded by the same source address. If wallets A, B, C were all funded by X — they're likely the same entity. What Chainalysis charges $40k/yr for.
| Pattern | Avg Attempts | ~Time @ 50k/s |
|---|---|---|
| 3 chars | 4,096 | <1s |
| 4 chars | 65,536 | ~1s |
| 5 chars | 1M | ~20s |
| 6 chars | 16M | ~5 min |
| 7 chars | 268M | ~1.5 hr |
| 8 chars | 4.3B | ~24 hr |
Scans ERC-20 and ERC-721 Approval events on-chain. Detects unlimited approvals and lets you revoke them — in a single transaction via Multicall3.
Sign a gasless permit for tokens supporting EIP-2612. The resulting signature can be used by any protocol that calls permit() — no approve tx needed.
Check the token balance of any wallet address. Load a token above first.
Check a wallet's native + ERC-20 token balance across every chain simultaneously. One address, all chains, instant.