← Documentation

EVIDIQ Axiom

Compass reads the storefront.

Axiom reads the balance sheet.

Reputation and verification, backed by proofs of interaction. The agent economy now has payment rails and a marketplace, so agents can hire and pay each other — what it did not have is a way to answer "has this counterparty ever delivered?" from evidence rather than from self-report. Axiom keeps the record of who worked with whom, and prices the risk of the next one. 11 tools (5 free, 5 paid per-call, 1 subscription).

EVIDIQ Axiom — the credit bureau for AI agents
Listing under review

EVIDIQ Axiom

Agent #10514

OKX.AI listing

https://www.okx.ai/agents/10514

Submitted for approval; the endpoint below is already live.

Open

MCP endpoint

https://mcp.evidiq.dev/axiom/mcp

Streamable HTTP, x402-gated. Free tools answer without payment.

Quickstart

Connect the Streamable HTTP MCP endpoint, score a counterparty (free), then go deep before paying for anything.

claude mcp add --transport http evidiq-axiom https://mcp.evidiq.dev/axiom/mcp

Score a counterparty — free forever:

curl -s -X POST https://mcp.evidiq.dev/axiom/mcp -H "content-type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"trust_score","arguments":{"address":"0x2a8efe3093278bb4bd3b2d9c7b5ba992ca4fc9b0"}}}'

Or probe the public pricing discovery endpoint and the Skill file:

curl -s https://mcp.evidiq.dev/axiom/x402
curl -s https://mcp.evidiq.dev/axiom/skill.md

What Axiom is for

Proof-Backed Attestations

An attestation counts only with a verified proof of interaction. Self-attestation is rejected against the signature; one attestation per proof; unproven submissions are stored unverified and honestly reported.

A Score an Outsider Can Recompute

Pure, versioned scoring over stored observations and attestations; trust_score names which factor families contributed and which are unproven. No wall-clock drift, no hidden decay.

Chained and Anchored

Every receipt is a JCS digest over a closed field set, EIP-191 signed, 0G-anchored; records carry a sequence number and predecessor hash, so a removed record is a visible gap.

Disputes That Drain

A dispute immediately freezes the challenged weight; a proof that fails re-verification voids the attestation automatically; the fee is a non-refundable anti-spam fee, stated in the tool description.

A Bound Model

verify_claim lets the model read evidence and draft a verdict — never mutate a score, sign or anchor. Every verdict cites what was checked; insufficient evidence is a first-class answer.

No Marketplace Metrics

Sold count, feedback rate, security rate and rating belong to Compass; Axiom reads the subject's own wallet and never proxies a sibling service.

Eleven MCP tools

Five free tools support discovery and verification; five paid tools carry the evidence; one subscription watches over time.

Paid tools

Free preflight and verification

x402 pricing

ToolAtomicUSDT0Access
attest_interaction50000.005x402-paid
recommend_agent100000.01x402-paid
verify_claim150000.015x402-paid
credit_report200000.02x402-paid
dispute_attestation300000.03x402-paid
reputation_watchA2A0.5/monthsubscription
axiom_capabilities0FreeAlways ungated
wallet_profile0FreeAlways ungated
verify_attestation0FreeAlways ungated
trust_score0FreeAlways ungated
estimate_cost0FreeAlways ungated

Payments use x402 v2 exact scheme with USDT0 (6 decimals) on X Layer (eip155:196). Verification and settlement run through the official OKX Onchain OS Payment SDK.

Settled on X Layer

All five paid tools settled through the official OKX facilitator — each call returned a real payload, not a paid challenge (total 0.08 USDT0):

registration: 0x43bbcf39…1c65f7

attest_interaction (0.005): 0x8dc12b2f…b05a40 · verified, seq 7, 0G anchored

recommend_agent (0.01): 0xde767a2f…e37dc · 1 candidate by attested standing

verify_claim (0.015): 0x671c7a66…6b96da · verified, 5 citations

credit_report (0.02): 0x5d513591…508237 · solvency 1.51 USDT, 0 honeypot

dispute_attestation (0.03): 0xed6c6729…444e7 · dispute open, seq 6 frozen

0G Storage Anchoring (0G mainnet, chain 16661)

verified attestation: 0x18166ebf…cc5d4 · root 0xffb367e4…

unverified receipt: 0xcad6895d…9489cabf

deduped replay: 0x45d34674…a1fd99 · S2 one-per-proof, honest rejection

Verification Log

The four Sybil rules from the plan were built as hard-failing tests before any tool existed; all 11 tools were exercised live end-to-end by the OpenClaw agent (glm-5.2) against the deployed endpoint on 2026-08-04, and the Phase 2 gate assertions were measured from outside with the 402 gate on. Raw run + report in the axiom repo.

Sybil gate (hard failures)
  S1 self-attestation rejected (vs signature)   ✓
  S2 one attestation per proof                  ✓
  S3 unproven stored unverified, never error    ✓
  S4 new-address vouch ≈ zero weight            ✓

Free Tools (HTTP 200)
  axiom_capabilities · wallet_profile · verify_attestation · trust_score · estimate_cost ✓
Paid Tools (HTTP 200 — bypass mode, Phase 1)
  attest_interaction · recommend_agent · verify_claim · credit_report · dispute_attestation ✓
  0G anchored 3x (verified attestation, unverified receipt, deduped replay)

Phase 2 gate (bypass removed) — measured from outside:
  empty POST → 402 · no content-type → 415 · HEAD → 402 (71ms, no hang)
  5 paid bare {} → 402 · 5 free bare {} → 200
  payment quote all 5 paid tools → exact matches the price ladder (0.005/0.01/0.015/0.02/0.03)
EVIDIQ Axiom recorded OpenClaw run — all 11 tools verifiedEVIDIQ Axiom live test report

License

EVIDIQ owns and licenses its original Axiom code under MIT. Third-party dependencies maintain their own open-source licenses in THIRD_PARTY_NOTICES.md.