{
  "service": "HumanMirror",
  "version": "2026-08-31",
  "payment_protocol": "x402",
  "x402Version": 2,
  "network": "eip155:8453",
  "network_name": "Base mainnet",
  "asset": {
    "symbol": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "decimals": 6
  },
  "payTo": "0x395aA00B990004d4Ed3ecedF10d17716c5f5AAF4",
  "facilitator": "Coinbase CDP",
  "products": [
    {
      "id": "outcome",
      "name": "HumanMirror Outcome",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/outcome/",
      "description": "One deterministic verified outcome; settlement only after verification succeeds.",
      "capabilities": [
        "clean_json",
        "deduplicate_records",
        "normalize_entity",
        "data_quality_at_least",
        "detect_anomalies",
        "no_secrets",
        "output_quality",
        "schema_compatible",
        "safe_preflight",
        "execution_receipt"
      ]
    },
    {
      "id": "one",
      "name": "HumanMirror One",
      "price_usdc": "0.012",
      "endpoint": "https://humanmirror.fr/api/x402/one/",
      "description": "One minimal verified-result interface for AI agents."
    },
    {
      "id": "flow",
      "name": "HumanMirror Flow",
      "price_usdc": "0.024",
      "endpoint": "https://humanmirror.fr/api/x402/flow/",
      "description": "Two or three deterministic verified steps settled only after whole-mission proof succeeds."
    },
    {
      "id": "clean_json",
      "name": "HumanMirror Clean JSON",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/clean-json/",
      "description": "Clean and canonicalize JSON and verify stability before settlement."
    },
    {
      "id": "deduplicate_records",
      "name": "HumanMirror Deduplicate Records",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/deduplicate-records/",
      "description": "Remove duplicate JSON records and verify zero duplicates remain."
    },
    {
      "id": "normalize_entity",
      "name": "HumanMirror Normalize Entity",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/normalize-entity/",
      "description": "Normalize names, domains, URLs and emails and verify the canonical result."
    },
    {
      "id": "data_quality",
      "name": "HumanMirror Data Quality Gate",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/data-quality/",
      "description": "Measure structured-data quality and verify a declared minimum threshold."
    },
    {
      "id": "anomaly_detection",
      "name": "HumanMirror Anomaly Detection",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/anomaly-detection/",
      "description": "Detect numeric anomaly signals and independently rerun the deterministic scan."
    },
    {
      "id": "secret_scanning",
      "name": "HumanMirror Secret Scanning",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/secret-scanning/",
      "description": "Scan payloads for likely API keys, tokens, private keys and credential-like secrets."
    },
    {
      "id": "output_quality",
      "name": "HumanMirror Output Quality Gate",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/output-quality/",
      "description": "Apply a deterministic AI-output quality gate and verify a minimum trust score."
    },
    {
      "id": "schema_compatibility",
      "name": "HumanMirror Schema Compatibility",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/schema-compatibility/",
      "description": "Check JSON contract compatibility and verify breaking changes remain within the declared maximum."
    },
    {
      "id": "safe_preflight",
      "name": "HumanMirror Safe Preflight",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/safe-preflight/",
      "description": "Preflight a proposed command or tool call and verify operational risk remains within the declared limit."
    },
    {
      "id": "execution_receipt",
      "name": "HumanMirror Execution Receipt",
      "price_usdc": "0.010",
      "endpoint": "https://humanmirror.fr/api/x402/execution-receipt/",
      "description": "Issue and verify a cryptographic execution receipt for an input/output pair."
    }
  ],
  "machine_discovery": {
    "manifest": "https://humanmirror.fr/.well-known/x402.json",
    "mcp": "https://humanmirror.fr/api/x402/mcp/",
    "openapi": "https://humanmirror.fr/x402/openapi.json",
    "llms": "https://humanmirror.fr/llms.txt",
    "a2a": "https://humanmirror.fr/.well-known/agent-card.json"
  }
}