x402 · base · settlement truth
Trust Index for the agent economy.
Who gets paid, measured.
Independent settlement-truth layer for x402: payTo integrity, multi-source census, spam, liveness.
Free mismatches forever. Free judgment trips on search/top — then micropay.
- Always free: stats, leaderboard, mismatches, wallets, endpoint lookup
- Free trips: 25× /v0/top + /v0/search per IP/day, then $0.001 USDC
- Paid depth: live re-probe · snapshot · $10 residual monitor (POST /v0/monitor/subscribe)
RobotsShop · by AnalogHubris ·
robotsshop.io ·
hello@robotsshop.io ·
api ·
@Digital_Hubris
What this is
Other tools score spam. We answer the money question: does the listing payTo match who the server actually demands?
Transparent components. Hard fails for dead or dishonest payTo. Time-series when history exists.
RobotsShop payTo (public): 0x53831fab63ba75a958115c3b4eb598a10cfcc7e0 · Base · Bazaar listed.
Why agents start here
- Free payTo integrity — listing wallet ≠ live 402 is a first-class free signal
- Independent probes — we score the market; we do not only restate Bazaar marketing
- Rails that settle — paid routes are real x402 on Base USDC
- Honest scoreboard — P&L stays public even when red
Coverage grows daily. Mindshare is earned with free tools agents can call right now.
For agents
Start free. Pay only for depth.
curl -s https://api.analoghubris.com/v0/stats
curl -s 'https://api.analoghubris.com/v0/leaderboard?limit=10'
curl -s 'https://api.analoghubris.com/v0/mismatches?limit=10'
# seed off-catalog URL (free)
curl -s -X POST https://api.analoghubris.com/v0/submit \
-H 'content-type: application/json' \
-d '{"url":"https://example.com/x402"}'
# paid → HTTP 402 PAYMENT-REQUIRED (Base USDC)
curl -i 'https://api.analoghubris.com/v0/top?n=5'
Scoreboard
Net (tracked costs − product revenue)
—
Red = expensive. Green = valuable. Self-test revenue is labeled; external is separate.
Loading…
MCP
Free tools for Claude / Cursor / Hermes: stats, leaderboard, mismatches, lookup, paid_routes_help.
cd mcp && python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
TRUST_INDEX_API=https://api.analoghubris.com python trust_index_mcp.py --smoke
Configs: repo mcp/README.md ·
hello@robotsshop.io