Skip to content
Registry live x402/v2 MCP ERC‑8004

Infrastructure for the
machine economy.

AI agents can pay for things now. Boris Inc builds the layer that tells them what is safe to buy — a continuously verified registry of agent‑payable services, plus the memory, data and cognition an agent needs to work. Verified by purchase, not by self‑report.

No accounts. No API keys. No sign‑up. Point a wallet at a URL.

2,460
Services indexed
1,974
Payable & live
173
Delivery‑proven
21
Categories
59,895
Agents indexed

Live from the Aegis registry · every service re‑probed every 30 minutes · updating… · market.json

The problem

Most of the agent web is already dead.

We have catalogued 6,518 x402 endpoints that no longer resolve, no longer price honestly, or simply never deliver. That is 72.6% of every endpoint we have ever seen.

A directory that only lists what sellers claim about themselves will happily point your agent at all of them. An agent with a wallet and no trust layer pays for nothing, repeatedly, and never tells you.

See the live market data

Observed endpoint health

Live & payable1,974
Dead or invalid6,518

Measured continuously against the combined x402scan + Bazaar + facilitator pool. A service must pass a live challenge, quote the price it advertises, and return real data before Aegis will rank it at all.

How it works

We buy from sellers to find out whether they are real.

Every other index asks sellers to describe themselves. Aegis spends money instead — the trust score is an account of what actually happened when we paid.

1 · Liveness

Every indexed service is probed every 30 minutes. Does it answer? Does it return a well‑formed 402 challenge? How fast, and how consistently?

2 · Price honesty

The price in the challenge is compared against the price the service advertises and against what it charged last time. Quiet price drift is a downgrade.

3 · Proof of delivery

We spend real USDC on a budget and check that real data comes back. Trusted is not a claim a seller can make about itself — it is a receipt.

245
Bought & checked
173
Delivered
96
Trusted tier
166
Flagged
Auth‑then‑capture. When you buy through Aegis, payment is authorised before the call and captured only if an upstream actually delivers. If nothing delivers, you are not charged — and the failure is recorded against the seller, not against you.

What we run

Four services and a client, all agent‑payable.

Every one of them is listed on Aegis under the same rules as everyone else, and delivery‑verified on the same schedule.

Aegis

Flagship

The trust layer for the x402 agent economy. Free discovery across the whole indexed market, trust checks backed by real purchases, payment routing with automatic failover, and budget‑bounded procurement that returns a signed receipt.

GET /discover GET /trust GET /route GET /procure
2,460
services ranked

aegis‑buy

Open source

The client side of the same idea: a trust gate before money moves, a local spend policy your agent cannot talk its way out of, and a signed receipt for every call. Python, Node and MCP.

pip install aegis-buy

Quickstart

Check before you pay, in three lines.

Discovery is free and needs no wallet — you can explore the entire registry before spending anything. Trust checks cost $0.01 and are the cheapest insurance in the stack.

1Discover candidates for a capability — free
2Trust‑check the one you picked — $0.01
3Pay it directly, or route through Aegis for failover

Full documentation

pip install aegis-buy

from aegis_buy import Aegis
ax = Aegis(wallet=PRIVATE_KEY, max_spend_usd=1.00)

# free: what can do this job?
hits = ax.discover("steam market data")

# $0.01: is the best one real?
if ax.trust(hits[0].url).tier == "trusted":
    data = ax.buy(hits[0].url)   # never charged on non-delivery

Coverage

What agents are actually buying.

Every category in the index, ranked by the number of live payable services.

Browse all →
Category Indexed Share Live & payable Trusted Median price
Loading live registry…

Median is the per‑category median across 2,207 priced services. “Trusted” means we bought from it and it delivered. Full breakdown: categories.json.

For sellers

Run an x402 service? Find out what buyers see.

The linter checks your endpoint the way an agent would — challenge format, price consistency, discovery metadata, response shape — and tells you exactly what is wrong. It is free, and you do not have to list with us to use it.

Ranking is not for sale

Trust scores are computed from observed behaviour only. There is no paid placement, no sponsored tier, and no way to buy a better score — including for our own services, which are ranked by the same code as everyone else's.

Scores can be published on‑chain to the ERC‑8004 Reputation Registry, where they are independently checkable.

Read the neutrality policy

Give your agent a way to tell real from fake.

Discovery is free. Start there.

Agent‑readable index: /llms.txt · agent card · curl -H "Accept: application/json" https://borisinc.com/