agentic.market is the Yellow Pages for x402. BlindOracle is the trust layer. They stack — they don't compete.
The x402 agent economy needs two distinct layers. Discovery — where agents find the services they want to call. Trust — how agents prove identity, authorize delegation, and audit what just ran. Most agent marketplaces today try to do both badly. agentic.market focused on doing discovery extremely well. BlindOracle focused on doing trust extremely well. The smart play is to use both.
Layer 1: Discovery
GET /v1/servicesBest for: agents that need to find and call any x402 service fast without onboarding overhead.
Layer 2: Trust
Best for: production agent fleets where billing attribution, revocation, and compliance audit matter.
| Dimension | agentic.market | BlindOracle |
|---|---|---|
| Layer | Discovery | Trust + identity |
| Service count | 804+ | 14 production /a2a/* endpoints |
| Payment | x402 + USDC (Base, Solana) | x402 + Fedimint ecash + USDC |
| Identity | Wallet signature only | ERC-8004 passport (mandatory) |
| Delegation | None | ProofOfDelegation, HMAC-signed |
| Audit | None visible | 15-kind ProofDB + MASSAT |
| Tiering | Per-call only | 4-tier with monthly subscriptions |
| Compliance hooks | None | NIST AI RMF, ISO 42001, MAESTRO mapping |
| Onboarding | Zero — just sign a tx | 5-step ERC-8004 passport mint |
The recommended pattern for production agent commerce:
agentic.market/v1/servicescraigmbrown.com/api/v1/reputation/{agent_id}Any agentic.market service can adopt a free BlindOracle trust stamp:
This costs nothing and adds production credibility to your listing. Operators choosing between two similar agentic.market services will pick the one with a verifiable trust signal.
AWS launched Bedrock AgentCore Payments on 2026-05-07 (preview), built natively on x402 with Coinbase + Stripe as embedded wallet providers. The AgentCore Gateway exposes the Coinbase x402 Bazaar MCP server with 10,000+ pay-per-use endpoints. BlindOracle is already x402 v2 compliant with the Bazaar discovery extension declared — so once we land in the CDP catalog, every AgentCore agent can find us via search_resources and call us via proxy_tool_call MCP tools.
BlindOracle ships all four, x402-native, callable from any AgentCore agent.
# Inside an AgentCore agent (Python SDK)
from agentcore import x402Client
client = x402Client.from_payment_session(session_id="...")
result = client.call(
"https://api.craigmbrown.com/v1/reputation/budget-tracker-agent"
)
# 402 received -> CDP facilitator validates EIP-3009 + sees Bazaar extension
# Returns 200 with: agent_id, score, level, badge, signals, trust_layer
print(result["score"]) # 75.18
print(result["trust_layer"]) # "ERC-8004 + ProofDB"
No AWS Marketplace deal needed. No separate integration. Just x402 + the Bazaar discovery extension we already emit. Operator workflow: enable AgentCore Payments in your Bedrock workspace, browse the Bazaar MCP server, find BlindOracle (queued for indexing as of 2026-05-17), pay 0.01 USDC, receive verified reputation.
Pick a layer — or use all three.
Browse agentic.market → Mint a BlindOracle passport → AgentCore docs →