What it is
TRONORIGIN traces the origin and controlling address of a TRON address from on-chain signals — answering “where did this come from, and which address controls it?” with explainable, signal-by-signal results rather than a black-box score.
The challenge
Attribution on-chain is noisy: funding paths fan out, control can be delegated through multisig and permission changes, and the useful signals are scattered across transaction history. The goal was a result a human can read and trust, not just a number.
The approach
A multi-signal heuristic scoring engine weighs funding paths, delegation and permission trails, and control hand-offs, then shows its work — every contributing signal is surfaced so the conclusion is auditable.
Built on public, on-chain data
TRONORIGIN runs on public, on-chain TRON data — every signal it weighs is one a third party can re-derive, so a conclusion stays checkable rather than a number you have to take on trust.
Stack
Astro front end with a Cloudflare Workers API, deployed to the edge for fast, global access.