Aegis
VerificationDelivery-verified trust scoring for x402 services. Before your agent pays an unknown endpoint, Aegis returns a 0-100 trust score built from continuous live probes — liveness, well-formed 402 challenge, and price honesty against the advertised amount — plus real paid delivery spot-checks that confirm the service actually returns what it charged for. Registry of 2,393 scored services, published with a daily tamper-evident hash chain. Free capability discovery at /discover and /market, no wallet needed; /trust and /verify are $0.01 via x402 (USDC on Base). Also offers take-rate routing: pay Aegis once at /route and it buys the best-trusted upstream for you with per-item failover and auth-then-capture, so you are not charged if nothing delivers.
Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
first settlement 2026-07-28 · $0.10 all-time · settled via coinbase
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 439ms
- avg response
- 323ms
- total checks
- 24
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 (p56 in Verification)
- price (min)
- $0.01
- category percentile (min)
- p56 in Verification
- endpoints / prices
- 4 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- 24d
- registrar
- Cloudflare, Inc.
- hosting
- custom
- domain created
- 2026-07-03
Identity facts, not a risk score.
traction $0.10 30d · 1 buyers
- volume 30d
- $0.10
- buyers 30d
- 1
- settlements 30d
- 14
- first settlement
- 2026-07-28
- last settlement
- 2026-07-28
- top buyer share
- 100% of 30d volume
- trend 7d vs 30d
- 4.29x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $0.10
- settlements all-time
- 14
- median settlement 30d
- $0.0075
- max settlement 30d
- $0.01
- settled via
- coinbase
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedAegis provides verification and trust services for x402 agent-payable services, including discovery, trust-checking, payment routing, and procurement with automatic failover and signed receipts.
- category
- verification-service
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /procure | $0.01 | Base | USDC | |
| GET | /route | $0.01 | Base | USDC | |
| GET | /trust | $0.01 | Base | USDC | |
| GET | /verify | $0.01 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /procure returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://aegis.borisinc.com/procure'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x30A535132ea7573Fd339B30FEE8b677E0ec947E0",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://aegis.borisinc.com/verify",
"mimeType": "",
"description": ""
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"url": "https://api.borisinc.com"
}
},
"output": {
"type": "json",
"example": {
"url": "https://api.example.com/x402",
"live": true,
"trust_score": 80,
"challenge_valid": true,
"price_on_wire_usd": 0.01
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "x402 service URL to re-probe"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Aegis routing: pass url= or capability=. Dynamic price = upstream + margin (min $0.01); not charged unless a verified service delivers.",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3182713B5E008661AA902f36e7e5aaDd8a4F544F",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://aegis.borisinc.com/route",
"description": "Aegis pay-through routing: dynamic price (upstream + margin), failover, signed receipts"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http"
},
"output": {
"type": "json",
"example": {
"data": {},
"receipt": {
"signed": true
},
"routing": "https://best-service.example.com",
"margin_usd": 0.002,
"upstream_usd": 0.01,
"route_price_usd": 0.012
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string",
"description": "target service URL"
},
"need": {
"type": "string",
"description": "procure: natural-language need"
},
"budget": {
"type": "number",
"description": "procure: max total USD"
},
"capability": {
"type": "string",
"description": "or a capability to route by"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x30A535132ea7573Fd339B30FEE8b677E0ec947E0",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://aegis.borisinc.com/trust",
"mimeType": "",
"description": ""
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"url": "https://api.borisinc.com"
}
},
"output": {
"type": "json",
"example": {
"url": "https://api.example.com/x402",
"tier": "trusted",
"trust_score": 82,
"recommendation": "safe to transact"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "x402 service URL to trust-check"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Aegis procurement: pass need= and budget=. Dynamic total = upstream + margin, never over budget; capture only on delivery with a signed receipt.",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3182713B5E008661AA902f36e7e5aaDd8a4F544F",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://aegis.borisinc.com/procure",
"description": "Aegis pay-through routing: dynamic price (upstream + margin), failover, signed receipts"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http"
},
"output": {
"type": "json",
"example": {
"data": {},
"receipt": {
"signed": true
},
"routing": "https://best-service.example.com",
"margin_usd": 0.002,
"upstream_usd": 0.01,
"route_price_usd": 0.012
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"url": {
"type": "string",
"description": "target service URL"
},
"need": {
"type": "string",
"description": "procure: natural-language need"
},
"budget": {
"type": "number",
"description": "procure: max total USD"
},
"capability": {
"type": "string",
"description": "or a capability to route by"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/aegis-ms4i848l-0/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 4 endpoints. Use the selector to isolate one.
COMPLIANCE
14/14 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/aegis-ms4i848l-0?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/aegis-ms4i848l-0.svg" alt="Aegis listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/aegis-ms4i848l-0?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/aegis-ms4i848l-0?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/aegis-ms4i848l-0.svg?data=uptime" alt="Aegis uptime on x402-list" height="28"> </a>