trust-agent.io publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/provenance/chain | GET | $0.01 | 402 |
| /v1/registry/agents | GET | $0.01 | 402 |
| /v1/reputation | GET | $0.002 | 402 |
| /v1/verify/batch | POST | $0.01 | 402 |
| /v1/verify/deep | GET | $0.01 | 200 |
| /v1/verify/quick | GET | $0.002 | 402 |
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 addresses funded from the same account are not …
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 registration file and a declared service …
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 ev…
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 payments, maintaining an allowlist, or a…
Should you approve this contract? Everything in quick, plus static analysis of the bytecode: privileged functions (mint, pause, blacklist, arbitrary withdrawal), proxy and upgradeability detection, da…
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 returns an explainable 0-100 trust scor…