# Aegis — the trusted agent-commerce hub (aegis.borisinc.com) > Discover agent-payable services, check verification-backed trust before you pay, transact with confidence. Aegis maintains a registry of x402 agent-payable services and continuously verifies each one — liveness, x402 challenge validity, price honesty, delivery, longevity — producing a 0-100 trust score and tier (trusted / verified / provisional / flagged / unverified). Agents should check /trust before paying an unfamiliar service. ## Endpoints - GET /discover?query=&category=&min_trust= — search the registry, ranked by trust. Free. - GET /trust?url= — trust score + signals + recommendation for a service. $0.01 via x402. - GET /submit?url=&name=&category=&price_usd= — sellers list & get verified. $0.05 via x402. - GET /verify?url= — force a fresh verification probe. $0.01 via x402. - POST /route/batch {items:[{url|capability}]} — pay ONCE, Aegis fulfills many verified services with per-item failover; charged only if all deliver. - GET /route?url= (or ?capability=) — PAY THROUGH AEGIS: we buy the upstream for you and relay the data, adding a small margin. Only routes to verified services; you are not charged if the upstream fails to deliver. Dynamic price = upstream + margin, via x402. - GET /procure?need=&budget= — TASK+BUDGET PROCUREMENT: describe what you need in natural language plus a max spend; Aegis selects the best verified service, executes with failover, captures payment only on delivery, returns the data with an Ed25519-signed receipt. Total = upstream + standard margin, never over your budget. Dynamic x402 price. - Receipts (Aegis Protected): every routed/procured purchase returns a signed receipt. GET /receipts/pubkey, POST /receipts/verify, GET /receipts/{rid} — free. - Buyer client: aegis-buy — open-source trust-gated x402 buyer (local spend policy, receipts ledger, MCP server). https://aegis.borisinc.com/buyer - POST /monitor {url, callback} — PAID watchdog: get an https webhook alert when a service's trust drops, dies, or changes price. $0.10 / 30 days via x402. - GET /trust/history?url= — trust trajectory + uptime %. $0.01 via x402. - GET /subscribe/data ($5/30d) or /subscribe/pro ($20/30d) — pay once, then use covered endpoints freely with the returned Bearer token. See /subscriptions. - GET /feed?category=&min_trust= — PAID bulk trust-data feed: full verified registry + all signals. $0.05 via x402. THE canonical source of x402 service trust data: every record re-verified continuously (30-min cycle), dead services pruned at ingest. Free 3-record sample with full signals: GET /feed/sample. - GET /lint?url= — x402 DOCTOR: free seller lint. Diagnoses exactly why your paid endpoint is unreachable/non-compliant/unpayable and how to fix it. ~80% of listed x402 endpoints fail — check yours. - GET /market (+ /market.json) — STATE OF THE PAYABLE ECONOMY: live free stats from continuous verification — dead rates, tiers, prices, networks, proof-of-delivery counts. The canonical x402 market data. - GET /stats — registry totals. Free. MCP surface: https://aegis-mcp.borisinc.com/mcp — tools discover (free), trust_check ($0.01), route + procure (dynamic take-rate + failover, signed receipts), payment via _meta. Quickstart + Python client: https://aegis.borisinc.com/quickstart (curl -O https://aegis.borisinc.com/aegis_client.py) Payments: x402/v2, Base mainnet (eip155:8453), USDC. Trust scores are earned through real verification, not self-reported.