{
  "schema": "https://chainmandate.io/openapi.yaml#/components/schemas/ServiceCatalog",
  "schema_version": "1.0.0",
  "name": "ChainMandate",
  "engine": "SigFence",
  "description": "Deterministic pre-sign policy decisions for autonomous onchain agents.",
  "updated_at": "2026-08-21T00:00:00Z",
  "audience": ["ai_agent", "agent_platform", "smart_wallet", "treasury_automation"],
  "mode": "advisory_shadow",
  "decisions": ["ALLOW", "DENY", "REVIEW"],
  "capabilities": [
    "structured_intent_validation",
    "immutable_policy_evaluation",
    "connector_attestation_verification",
    "risk_limit_evaluation",
    "signed_decision_receipts",
    "kill_switch_revocation",
    "tamper_evident_audit"
  ],
  "hard_boundaries": {
    "custody": false,
    "key_access": false,
    "signing": false,
    "order_routing": false,
    "execution": false,
    "investment_selection": false,
    "free_form_prompt_execution": false
  },
  "endpoints": {
    "catalog": "/api/catalog",
    "manifest": "/.well-known/chainmandate.json",
    "demonstration": "/api/demo/evaluate",
    "buyer_qualification": "/api/buyers/qualify",
    "buyer_request_schema": "/api/buyers/schema",
    "network_catalog": "/api/network/catalog",
    "network_simulation": "/api/network/simulate",
    "operator_application_schema": "/api/operators/schema",
    "site_openapi": "/openapi.yaml"
  },
  "buyer_qualification": {
    "method": "POST",
    "side_effects": false,
    "decisions": ["QUALIFIED", "REVIEW", "NOT_SUPPORTED"],
    "creates_contract": false,
    "provisions_api_key": false,
    "moves_funds": false
  },
  "protocol_compatibility": {
    "a2a": "not_implemented",
    "mcp": "separate_adapter_implemented_not_publicly_deployed",
    "x402": "core_api_implemented_not_configured",
    "note": "This public Site origin exposes custom HTTPS/JSON discovery only. The separate MCP adapter and gated x402 core-API path are not callable on this origin."
  },
  "network_reference": {
    "status": "public_reference_only",
    "network_live": false,
    "public_testnet_deployed": false,
    "operator_count_reported": null,
    "users_reported": null,
    "revenue_reported": null,
    "x402": "not_used_by_network_simulator",
    "token": "not_issued",
    "funds_movement": false,
    "settlement": false,
    "note": "The explorer and simulator model future network mechanics without claiming a deployed network or economic activity."
  },
  "reference_contracts": {
    "public_site_openapi": "/openapi.yaml",
    "sigfence_core_openapi": "/sigfence-openapi.yaml",
    "sigfence_core_callable_on_this_origin": false
  },
  "commercial_access": {
    "status": "planned_pilot_not_contracting",
    "discovery_price": "0 EUR",
    "builder": "249 EUR/month",
    "production": "1490 EUR/month",
    "enterprise": "7500+ EUR/month",
    "safety_sprint": "7500 EUR one-time",
    "billing_basis": "software access and evaluated actions",
    "planned_payg_usdc": {
      "receipt_revalidate": "0.01",
      "policy_evaluate": "0.05",
      "transaction_simulate": "0.15",
      "quorum_policy_evaluate": "0.25",
      "quorum_transaction_simulate": "0.75"
    },
    "x402": "core_api_implemented_not_configured",
    "autonomous_wallet_charge": false,
    "creates_contract": false,
    "allow_semantics": "policy_match_only_not_advice_or_execution_authority",
    "contact": "mailto:office@installateur1210.at?subject=ChainMandate%20Agent%20Pilot%20Interest"
  }
}
