Skip to content
broom

Supported venues

A sweep approves and calls a router with your tokens, so a venue is only added once it has been checked against the chain — not because a list somewhere named it.

How a venue is verified

  1. Found by usage. Real swap transactions on live pools were sampled and their destinations ranked, rather than trusting a published address.
  2. Interface confirmed. Every function the sweep calls was checked as present in the deployed bytecode.
  3. Wiring checked. WETH9() and factory() were read back and matched against the pools the router is supposed to serve.
  4. Quotes sanity-checked. Pool prices were compared against known market prices before any of it shipped.

Approvals are always for the exact amount being sold — never unlimited — and a sweep can only ever approve or call a router listed above.