01
Watch it happen, not just the result
A live progress page tracks the job as it runs, and it can be cancelled at any point — whatever was still pending gets refunded immediately rather than left to finish unwatched. That matters most on a genuinely large list, where realizing halfway through that you uploaded the wrong file, or an outdated version of it, would otherwise mean either waiting out a job you already know is wrong or losing the credits for everything still queued. It's a small amount of visibility that makes a genuinely large job feel far less like a black box. It's built for the reality that mistakes happen, not just the ideal case where they don't.
02
Greylisting handled, not misreported
A mailbox that stalls a connection with a temporary 4xx gets retried automatically — up to three times over 30 minutes — before it is ever called a permanent failure. Greylisting is a legitimate, common anti-spam technique mail servers use, not a sign the address is bad — a tool that doesn't account for it would misreport a perfectly good address as invalid just because the first attempt happened to arrive during the temporary delay window. It's the kind of nuance that separates a verification tool built to be accurate from one built to be fast. It's the kind of accuracy that only shows up when you actually look for it.
03
Your file back, just annotated
Download the exact CSV you uploaded with verdict columns appended next to your own — no reformatting, no separate 'results' file to reconcile against the original. That means the row order, your own custom columns, and any metadata you'd already attached to each contact all stay exactly where they were — verification adds information to your file instead of replacing it with a different one you'd have to merge back in by hand. It's designed to slot into whatever workflow already consumes that CSV, without asking you to change anything about it. It's meant to fit into an existing process, not force a new one.