BlindOracle's resolution pipeline uses Chainlink CRE workflows with multi-AI consensus to verify prediction market outcomes. Every resolution is independently verifiable on-chain and via Nostr relays.
| Component | Address / URL | Chain | Status |
|---|---|---|---|
| UnifiedPredictionSubscription | 0x0d5a...880c |
Base (8453) | Live |
| x402 API Gateway | craigmbrown.com/api/v2/ |
-- | Live |
| CaMel Security Gateway | port 8403 (internal) |
-- | Live |
| NIP-58 Badge Publisher | relay.damus.io, nos.lol |
Nostr | Live |
| CRE market_resolution Workflow | TypeScript SDK (Runner/Handler) |
Base (8453) | Ready |
| CCIP Cross-Chain Transfers | ETH, Arbitrum, Optimism |
Multi | Q2 2026 |
| Data Streams Price Feeds | Sub-second feeds |
Base | Q2 2026 |
The x402 API is live. Free endpoints return 200, paid endpoints return 402 with payment requirements.
# Health check (free) curl https://craigmbrown.com/api/v2/health # Hello world (free) curl -X POST https://craigmbrown.com/api/v2/hello-world \ -H "Content-Type: application/json" \ -d '{"agent_id": "demo-agent"}' # Forecasts (x402 - returns 402 Payment Required) curl https://craigmbrown.com/api/v2/forecasts # Positions (x402 - returns 402 Payment Required) curl -X POST https://craigmbrown.com/api/v2/positions \ -H "Content-Type: application/json" \ -d '{"market_id": "demo", "position": "YES"}'
All resolution infrastructure is verifiable on-chain and via Nostr relays.
Smart contract source, CRE workflow specs, and security audit results are published at
github.com/craigmbrown/blindoracle-docs.
The oracle is honest; the participants are private.