The problem
On-chain data is public and almost useless to a non-specialist. The information that tells you whether a token is dangerous is spread across explorers, and it takes experience to weigh it.
The gap was never access to data. It was interpretation.
What we built
A conversational dashboard with an automation backend. The interface is deliberately plain: an address goes in, an analysis comes back, and the conversation continues.
Behind it, an n8n workflow gathers live chain data, runs it against risk heuristics, and hands the result to a fine-tuned model for the write-up. Ethereum, BSC, Polygon, Solana and PulseChain are supported.
Why the architecture matters
Putting the analysis in a workflow rather than in application code means a heuristic can be changed, retried or rerun without redeploying the product.
It also means each stage is inspectable. When a verdict looks wrong, you can see which step produced it.