x402 · base · independent probes
Trust Index for the agent economy.
Measured, not marketed.
Independent quality layer for x402: liveness, protocol correctness, spam, payTo integrity, reliability over time.
- Free: stats, leaderboard, mismatches, single endpoint lookup
- Paid (USDC on Base): search · top · live · snapshot
hello@analoghubris.com ·
api.analoghubris.com ·
@Digital_Hubris
What this is
Directories list endpoints. We probe them without payment theater and publish scores agents can use before spending.
Transparent components. Hard fails for dead or dishonest payTo. Time-series when history exists.
Seller 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@analoghubris.com