More

Architecture

LENS is a thin client over a small, honest backend. The extension and agents call one API; the API reads the chain and a launch index, with an optional AI pass.

extension agents · MCP LENS API /lookup AlchemyBase RPC · on-chain reads Supabasebankr_launches index VeniceAI verdict (optional) lens-listener polls new launches →
one API, reading the chain and a launch index

How a scan flows

The extension or an agent sends an address to the LENS API. The API reads on-chain history through Alchemy on Base, checks a launch index in Supabase for tokens shipped through Bankrbot, and optionally runs the picture through Venice for a plain-language AI summary. The red-line rules run over all of it, and the verdict comes back.

The pieces

Everything the API touches is public data. There is no wallet connection anywhere in the flow, and nothing LENS reads requires a signature.