Sybil-Resistant Service Discovery for Agent Economies
2510.27554v1
cs.CR, cs.AI, cs.SI, 68T42, 68R10, 68M14, 68P20, 91D30, H.3.3; H.2.8; I.2.11; K.4.4; G.2.2; C.2.4
2025-11-04
Авторы:
David Shi, Kevin Joo
Abstract
x402 enables Hypertext Transfer Protocol (HTTP) services like application
programming interfaces (APIs), data feeds, and inference providers to accept
cryptocurrency payments for access. As agents increasingly consume these
services, discovery becomes critical: which swap interface should an agent
trust? Which data provider is the most reliable? We introduce TraceRank, a
reputation-weighted ranking algorithm where payment transactions serve as
endorsements. TraceRank seeds addresses with precomputed reputation metrics and
propagates reputation through payment flows weighted by transaction value and
temporal recency. Applied to x402's payment graph, this surfaces services
preferred by high-reputation users rather than those with high transaction
volume. Our system combines TraceRank with semantic search to respond to
natural language queries with high quality results. We argue that reputation
propagation resists Sybil attacks by making spam services with many
low-reputation payers rank below legitimate services with few high-reputation
payers. Ultimately, we aim to construct a search method for x402 enabled
services that avoids infrastructure bias and has better performance than purely
volume based or semantic methods.