How it works

Alerts and tiers

The public channel is the acquisition loop. What Pro adds is not more metrics — it is the absence of delay, and access to the two datasets that take months to rebuild.

Free — the public channel

Every token crossing the score threshold is posted publicly, with its Report Card attached. The card carries the score, the radar and the three headline flags, and it travels into group chats without anyone being asked to share it. That is the channel, not a decoration on one.

Free also includes the full contract scanner verdict and unlimited Wallet X-Ray lookups — the lookups are worth more as a labelling source than they would be as a paywalled feature.

Pro

Pro exists because the public channel is deliberately delayed. Everything under it is either time-sensitive or built on a compounding dataset:

  • Alerts with no delay against the public channel
  • Smart money conviction alerts
  • Deployer flags the moment a wallet deploys
  • Custom filters: score > 80 AND locked > 30d AND 0 bundles
  • Funding-graph access for every deployer

Custom filters

Filters compose predicates over the live score and its inputs, so a subscriber can express the exact shape they are willing to act on:

score > 80
  AND liquidity.lockedDays > 30
  AND distribution.bundledPct == 0
  AND deployer.rugRate < 0.1

A filter is evaluated on every recompute, so it fires on the block the condition becomes true rather than on a polling interval.

API

The third tier sells the score itself. Other bots and dashboards reading from it is the point — it turns the number into infrastructure rather than a destination. See API.

Pricing in this build

The prices shown on the landing page are an interface placeholder. No payment flow, subscription handling, wallet connection or on-chain transaction is implemented anywhere in this build.