Animica x402 Directory

Directory / trust-agent.io

trust-agent.io/v1/reputation

What is this agent's reputation actually worth? 92.6% of ERC-8004 feedback on Base is coordinated. This clusters reviewers by funding provenance and caps each cluster at one effective vote, returns every record with its evidence class and flag reasons, and refuses to average ratings that use incompatible scales.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://trust-agent.io/v1/reputation'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://trust-agent.io/v1/reputation'

Endpoint: https://trust-agent.io/v1/reputation. Operated by trust-agent.io, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on trust-agent.io

trust-agent.io/v1/provenance/chain

Where did this address get its money? Walks the funding chain upward and returns the account that ultimately paid for the wallet, plus a cluster id. Two address…

GET · $0.01

trust-agent.io/v1/registry/agents

The filtered ERC-8004 directory: which registered agents are actually alive, and which accept x402. Roughly 15% of registrations on Base have both a compliant r…

GET · $0.01

trust-agent.io/v1/verify/batch

Screen up to 10 addresses in one call: OFAC sanctions check, trust score, risk band and recommendation for each. For vetting a counterparty set before a run of …

POST · $0.01

trust-agent.io/v1/verify/deep

Should you approve this contract? Everything in quick, plus static analysis of the bytecode: privileged functions (mint, pause, blacklist, arbitrary withdrawal)…

GET · $0.01

trust-agent.io/v1/verify/quick

Is this counterparty safe to pay? Screens the address against the OFAC sanctions list, reads its ERC-8004 reputation with coordinated feedback filtered out, and…

GET · $0.002

All 6 endpoints on trust-agent.io →