← 返回
AI智能 中文

BlindOracle - Privacy-First Agent Infrastructure

Privacy-first agent infrastructure offering secure forecasting markets, decentralized credential verification, multi-rail settlement, and cross-rail micropay...
隐私优先的代理基础设施,提供安全预测市场、去中心化凭证验证、多轨道结算及跨轨道微支付服务。
craigmbrown
AI智能 clawhub v1.0.1 1 版本 99874.8 Key: 无需
★ 1
Stars
📥 778
下载
💾 19
安装
1
版本
#forecasting#infrastructure#latest#payments#privacy

概述

BlindOracle

Privacy-first agent infrastructure providing forecasting, credential verification, settlement, and cross-rail transfers via x402 micropayments.

Description

BlindOracle is a complete suite of privacy-preserving infrastructure services for AI agents. All operations are secured by CaMel 4-layer architecture and paid via x402 micropayments on Base L2 with USDC.

Service Tracks

  1. Forecasting Platform - Create and resolve privacy-preserving forecast markets with anonymous position submission
  2. Credential Verification - Decentralized agent identity scoring with anti-synthetic detection
  3. Account & Settlement - Multi-rail balance management and value transfer (instant ~3s, on-ledger ~30s)
  4. Cross-Rail Transfers - Atomic transfers between payment rails with free fee quotes

Capabilities

CapabilityDescriptionPrice
-------------------------------
create_forecastCreate a new forecast market0.001 USDC
submit_positionSubmit anonymous position0.0005 USDC + 0.1%
resolve_forecastResolve forecast and distribute payouts0.002 USDC
verify_credentialVerify agent credentials and reputation0.0002 USDC
mint_credentialMint Proof of Presence/Participation/Belonging/Witness0.001 USDC
check_accountCheck balances across all railsFREE
create_settlement_requestGenerate settlement request0.0001 USDC
settle_instantInstant rail settlement (~3s)0.0005 USDC + 0.1%
settle_onchainOn-chain rail settlement (~30s)0.001 USDC + 0.05%
transfer_cross_railCross-rail transfer execution0.001 USDC + 0.1%
convert_private_to_stableConvert private tokens to stablecoins0.0005 USDC + 0.05%
get_transfer_quoteGet fee estimates and route plansFREE

Usage

// Check account balances (FREE)
const balance = await gateway.invoke("blindoracle", {
  capability: "check_account",
  params: { rail: "all" }
});

// Create a forecast
const forecast = await gateway.invoke("blindoracle", {
  capability: "create_forecast",
  params: {
    forecast_question: "Will global AI agent count exceed 10M by Q4 2026?",
    forecast_deadline: "2026-12-31T23:59:59Z",
    initial_stake_units: 10000,
    resolution_oracle: "chainlink_data_feed"
  },
  payment_proof: { /* x402 proof */ }
});

// Verify agent credentials
const creds = await gateway.invoke("blindoracle", {
  capability: "verify_credential",
  params: {
    agent_public_key: "ba3eefec0e795362230f869461ea16e20b782e11eef6107edeed0d3d19e7651b"
  }
});

Security

All operations protected by CaMel 4-Layer Security:

  • Layer 1: Rate limiting (60 req/min) + input sanitization
  • Layer 2: Byzantine consensus (67% threshold, 80% for high-value)
  • Layer 3: Anti-persuasion detection (30% deviation threshold)
  • Layer 4: Authority validation + immutable audit trail

Privacy

  • Zero-identity-linkage via guardian federation bridge
  • Commitment scheme: sha256(secret || stance || amount)
  • Depositor and position holder are unlinkable
  • Decentralized credentials without central authority

API Endpoints

  • Base URL: https://craigmbrown.com/api/v2
  • Agent Card: https://craigmbrown.com/a2a/v1
  • Health: https://craigmbrown.com/api/v2/health

Payment

All payments via HTTP 402 (x402) micropayment protocol on Base L2 (chain ID 8453) with USDC.

Requirements

  • x402-compatible payment client
  • Base L2 USDC for paid capabilities
  • No dependencies for free capabilities (check_account, get_transfer_quote)

Support

  • Homepage: https://craigmbrown.com/blindoracle
  • Repository: https://github.com/craigmbrown/blindoracle-docs

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 03:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 713 📥 243,958
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,360 📥 318,618
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,248