Signals intelligence // Robinhood Chain · 4663

Know who's behind a token before you touch it.

RobinX scores every deployer, flags insider-loaded supply, and measures which X callers actually move price — from complete on-chain history.

settles in USDC on Base no keys · pay per call x402 + MCP native
LIVEdetection feed4663 · mainnet
··:··initializing detection feed…scan
12,837
deployers scored
32,077
tokens from genesis
2,000+
insider wallets flagged
$40M
insider extraction traced
Three signals // one lookup

The chain shows you price. RobinX shows you intent.

Robinhood Chain launches 11,000+ tokens a day. Explorers can tell you a token exists. Only complete history tells you whether to trust it.

01 · Deployer reputation

Who launched this?

A rap sheet for every deployer — launched, graduated to real trading, died — with a 0–100 score. Serial-spam factories with zero survivors are flagged automatically. A stateless contract scan can't see this; it needs the full record.

02 · Insider & rug detection

Is the supply loaded?

We traced ~$40M extracted by wallets that received tokens off-market and dumped them. RobinX flags supply acquired by transfer vs. purchase, and whether early buyers share a funder — the dev-bundle pattern, before you buy.

03 · X caller lift ✦ only on RobinX

Which callers actually move price?

The only feed joining Robinhood-Chain mentions to on-chain outcomes. We split early callers from momentum-riders and score each account by real forward return — not followers. This dataset can't be backfilled; deleted tweets are gone.

Live board // updating now

Real intelligence, refreshed continuously.

Everything below is live from the chain and the socials — the same data behind every API call.

Top deployerslive
loading…
Callers who hit ✦live
loading…
Fresh launcheslive
loading…
The moat // why now

A head start made of elapsed time.

Anyone can index the chain tomorrow — nobody can index it from block one after the fact, and nobody can recover the social history that ruggers delete daily. RobinX started capturing on day one. Every day of live, timestamped, survivorship-bias-free record widens a gap a latecomer can't close.

Pricing // pay per call

No keys. No subscription. No credit systems.

Present an x402 payment header, get JSON back. Cheap enough to poll, priced for agents. One request, one call.

EndpointReturnsPrice
GET /statsCoverage & freshnessFREE
GET /liveTop deployers, callers, fresh launchesFREE
GET /feed/newNewest launches + deployer verdicts$0.01
GET /deployer/:addrDeployer rap sheet + 0–100 score$0.01
GET /verdict/:tokenComposite buy-risk: deployer + insider + activity$0.02
Integrate // two ways in

Built for agents, not dashboards.

1 Any x402 client

# free — no payment
curl https://api.robinx.io/live

# paid — your x402 wallet auto-signs the 402
curl https://api.robinx.io/verdict/$TOKEN \
  -H "PAYMENT-SIGNATURE: <sig>"

2 MCP — one line for your agent

// claude desktop / cursor
{ "robinx": {
  "command": "npx",
  "args": ["-y", "robinx-mcp"],
  "env": { "ROBINX_WALLET_KEY": "0x…" }
} }