{
  "version": 1,
  "name": "NO HANDS AI",
  "description": "Before an autonomous agent spends money, calls an unknown paid API, connects to an MCP server, or executes a risky action, NO HANDS AI provides machine-payable trust, risk, preflight, and evidence checks.",
  "brand": {
    "organization": "NO HANDS AI",
    "product": "NO HANDS AI",
    "product_position": "x402 trust / risk / authorization / execution-preflight / evidence APIs"
  },
  "supported_protocols": [
    "x402"
  ],
  "contact": {
    "organization": "NO HANDS AI",
    "email": "info@nohandsai.org"
  },
  "canonical_discovery": "https://base-agent-preflight.bytoken2023.workers.dev/.well-known/x402",
  "canonical_openapi": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json",
  "agent_onboarding": {
    "schema_version": "no-hands-ai-agent-onboarding-v1",
    "identity": "NO HANDS AI",
    "primary_user": "AUTONOMOUS_AGENT",
    "contact": {
      "organization": "NO HANDS AI",
      "email": "info@nohandsai.org"
    },
    "canonical": {
      "discovery": "https://base-agent-preflight.bytoken2023.workers.dev/.well-known/x402",
      "openapi": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json"
    },
    "unsupported_discovery_paths": [
      "https://base-agent-preflight.bytoken2023.workers.dev/.well-known/x402-resources"
    ],
    "payment": {
      "protocol": "x402",
      "scheme": "exact",
      "network": "eip155:8453",
      "asset": {
        "symbol": "USDC",
        "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "decimals": 6
      },
      "transition": [
        "send a valid unpaid request",
        "receive HTTP 402 and parse payment requirements",
        "obtain payment proof from an external signer/payment implementation",
        "retry the same method, URL, and inputs with the required payment proof",
        "validate PAYMENT-RESPONSE and the application result"
      ],
      "first_external_paid_agent": "NOT_PROVEN"
    },
    "error_recovery": {
      "wrong_method": "All three Hero routes require GET. Retry the exact canonical path with GET.",
      "missing_or_invalid_input": "Read the Hero input_schema_pointer, correct the required query input, and retry the same GET request.",
      "unsupported_discovery_path": "Use only canonical.discovery. /.well-known/x402-resources is unsupported.",
      "http_402": "Payment required: the route and input reached the payment gate. Parse requirements and retry the same request with payment proof.",
      "http_404": "Route/path unsupported: correct the path before attempting payment. HTTP 404 is not a payment failure."
    },
    "heroes": [
      {
        "id": "x402-server-trust",
        "method": "GET",
        "path": "/v1/x402/x402/server-trust",
        "price_usdc": "0.01",
        "network": "eip155:8453",
        "asset": {
          "symbol": "USDC",
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "decimals": 6
        },
        "required_inputs": [
          "server_url"
        ],
        "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1server-trust/get/parameters",
        "unpaid_request": {
          "method": "GET",
          "url": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/server-trust?server_url=https%3A%2F%2Fexample.com",
          "curl": "curl --request GET 'https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/server-trust?server_url=https%3A%2F%2Fexample.com' --header 'accept: application/json'",
          "expected_status": 402
        }
      },
      {
        "id": "x402-origin-due-diligence",
        "method": "GET",
        "path": "/v1/x402/x402/origin-due-diligence",
        "price_usdc": "0.01",
        "network": "eip155:8453",
        "asset": {
          "symbol": "USDC",
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "decimals": 6
        },
        "required_inputs": [
          "server_url"
        ],
        "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1origin-due-diligence/get/parameters",
        "unpaid_request": {
          "method": "GET",
          "url": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/origin-due-diligence?server_url=https%3A%2F%2Fexample.com",
          "curl": "curl --request GET 'https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/origin-due-diligence?server_url=https%3A%2F%2Fexample.com' --header 'accept: application/json'",
          "expected_status": 402
        }
      },
      {
        "id": "x402-endpoint-preflight",
        "method": "GET",
        "path": "/v1/x402/web/endpoint-preflight",
        "price_usdc": "0.015",
        "network": "eip155:8453",
        "asset": {
          "symbol": "USDC",
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "decimals": 6
        },
        "required_inputs": [
          "url"
        ],
        "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1endpoint-preflight/get/parameters",
        "unpaid_request": {
          "method": "GET",
          "url": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/endpoint-preflight?url=https%3A%2F%2Fexample.com%2Fpaid-api",
          "curl": "curl --request GET 'https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/endpoint-preflight?url=https%3A%2F%2Fexample.com%2Fpaid-api' --header 'accept: application/json'",
          "expected_status": 402
        }
      }
    ]
  },
  "agent_routing": {
    "schema_version": "no-hands-ai-agent-intent-routing-v1",
    "intent_family_count": 14,
    "paid_operation_count": 110,
    "paid_operation_coverage": "110/110",
    "human_inference_remaining": 0,
    "invented_numeric_threshold_count": 0,
    "unresolved_intent_result": "CALLER_DISCRIMINANT_REQUIRED",
    "contained_address_risk_included": false,
    "free_sample_classification": "SAMPLE_ONLY",
    "ambiguity_contracts": {
      "merchant-trust": {
        "family_id": "merchant-trust",
        "discriminant": "assessment_mode",
        "allowed_values": [
          "BASE_ADDRESS_QUICK",
          "STRUCTURED_PROVIDER_NEUTRAL",
          "POLICY_ELIGIBILITY"
        ],
        "mapping": {
          "BASE_ADDRESS_QUICK": "getX402MerchantTrust",
          "STRUCTURED_PROVIDER_NEUTRAL": "postNomosMerchantTrust",
          "POLICY_ELIGIBILITY": "postNomosMerchantCheck"
        },
        "default_allowed": false
      },
      "payment-guard-method": {
        "family_id": "payment-policy-authorization",
        "discriminant": "body_required",
        "allowed_values": [
          false,
          true
        ],
        "mapping": {
          "false": "getAgentPaymentGuard",
          "true": "evaluateAgentPaymentGuardJson"
        },
        "post_only_fields": [
          "profile_id",
          "agent_token",
          "reservation_ttl_seconds",
          "retention_days",
          "human_review_above_usdc",
          "fail_closed",
          "allowed_domains",
          "allowed_tools",
          "allowed_purposes",
          "active_from_hour_utc",
          "active_until_hour_utc"
        ],
        "derive_true_if": "caller requires JSON or supplies any post_only_fields",
        "derive_false_if": "caller explicitly requests query-compatible invocation and supplies no post_only_fields",
        "default_allowed": false
      },
      "transaction-preflight-variant": {
        "family_id": "transaction-action-safety",
        "discriminant": "requested_variant",
        "allowed_values": [
          "LITE",
          "STANDARD",
          "PLUS"
        ],
        "mapping": {
          "LITE": "getX402TransactionPreflightLite",
          "STANDARD": "getX402TransactionPreflight",
          "PLUS": "getX402TransactionPreflightPlus"
        },
        "requested_operation_allowed": true,
        "forbidden_inference": [
          "requested_depth",
          "high_value",
          "compliance",
          "risk",
          "assurance"
        ],
        "disclosure": "Lite, Standard, and Plus currently share the same required inputs, check set, and output schema; operation identity and list price differ.",
        "default_allowed": false
      },
      "wallet-risk-detail": {
        "family_id": "wallet-kyt-risk",
        "discriminant": "output_detail",
        "allowed_values": [
          "QUICK_SCREEN",
          "COUNTERPARTY_ENRICHED"
        ],
        "mapping": {
          "QUICK_SCREEN": "postNomosWalletRiskLite",
          "COUNTERPARTY_ENRICHED": "postNomosWalletRisk360"
        },
        "forbidden_aliases": [
          "DEEP_PROFILE",
          "FULL_KYT",
          "INVESTIGATION"
        ],
        "default_allowed": false
      },
      "mcp-input-contract": {
        "family_id": "mcp-trust",
        "discriminant": "input_contract",
        "allowed_values": [
          "COMPACT_QUERY",
          "STRUCTURED_DECLARATION"
        ],
        "mapping": {
          "COMPACT_QUERY": "getMcpServerRiskCheck",
          "STRUCTURED_DECLARATION": "postNomosMcpTrustPreflight"
        },
        "compact_query_accepts": [
          "server_url",
          "tools",
          "auth",
          "transport"
        ],
        "structured_declaration_requires": [
          "server_name",
          "server_url",
          "publisher",
          "repository",
          "tools",
          "requested_tool"
        ],
        "forbidden_aliases": [
          "URL_ONLY"
        ],
        "default_allowed": false
      }
    },
    "error_recovery_profiles": {
      "standard-paid-operation-v1": {
        "PAYMENT_REQUIRED": {
          "retryable": true,
          "terminal": false,
          "next_action": "Parse the x402 payment requirements and retry the same method, path, and inputs with valid payment proof."
        },
        "INVALID_INPUT": {
          "retryable": true,
          "terminal": false,
          "next_action": "Correct the request using input_schema_pointer before attempting payment."
        },
        "WRONG_METHOD": {
          "retryable": true,
          "terminal": false,
          "next_action": "Retry with the operation method published in this family."
        },
        "UPSTREAM_UNAVAILABLE": {
          "retryable": true,
          "terminal": false,
          "next_action": "Do not infer a result; retry only after the upstream dependency reports available."
        },
        "UNSUPPORTED_ROUTE": {
          "retryable": false,
          "terminal": true,
          "next_action": "Return to canonical discovery and choose a published method/path."
        }
      }
    },
    "intent_families": [
      {
        "family_id": "x402-service-trust",
        "buyer_goal": "Evaluate an x402 server, origin, resource, or endpoint before payment.",
        "preferred_operation": "getX402EndpointPreflight",
        "alternatives": [
          "getX402ServerTrust",
          "getX402OriginDueDiligence",
          "getX402ResourceCompare",
          "postNomosServiceHealth",
          "postNomosServicePreflight"
        ],
        "use_when": [
          "The buyer needs service, origin, resource, endpoint, or liveness evidence before paying."
        ],
        "do_not_use_when": [
          "The buyer is asking for merchant policy, wallet risk, or payment execution evidence."
        ],
        "selection_mode": "DETERMINISTIC",
        "selection_discriminants": [
          "service_scope"
        ],
        "overlap_class": "GENUINELY_DIFFERENT_SCOPE",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getX402ServerTrust",
            "method": "GET",
            "path": "/v1/x402/x402/server-trust",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1server-trust/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1server-trust/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402OriginDueDiligence",
            "method": "GET",
            "path": "/v1/x402/x402/origin-due-diligence",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1origin-due-diligence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1origin-due-diligence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402EndpointPreflight",
            "method": "GET",
            "path": "/v1/x402/web/endpoint-preflight",
            "price_usdc": "$0.015",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1endpoint-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1endpoint-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402ResourceCompare",
            "method": "GET",
            "path": "/v1/x402/x402/resource-compare",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1resource-compare/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1x402~1resource-compare/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosServiceHealth",
            "method": "POST",
            "path": "/x402/v1/service/health",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1service~1health/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1service~1health/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosServicePreflight",
            "method": "POST",
            "path": "/x402/v1/service/preflight",
            "price_usdc": "$0.100",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1service~1preflight/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1service~1preflight/post/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "merchant-trust",
        "buyer_goal": "Assess merchant trust or merchant-policy eligibility before payment.",
        "preferred_operation": null,
        "alternatives": [
          "getX402MerchantTrust",
          "postNomosMerchantTrust",
          "postNomosMerchantCheck"
        ],
        "use_when": [
          "The buyer needs Base-address trust, provider-neutral merchant evidence, or policy eligibility."
        ],
        "do_not_use_when": [
          "The buyer needs service-origin trust or payment execution proof."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "assessment_mode"
        ],
        "overlap_class": "GENUINELY_DIFFERENT_SCOPE",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getX402MerchantTrust",
            "method": "GET",
            "path": "/v1/x402/base/merchant-trust",
            "price_usdc": "$0.100",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1merchant-trust/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1merchant-trust/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosMerchantTrust",
            "method": "POST",
            "path": "/x402/v1/merchant/trust",
            "price_usdc": "$0.200",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1merchant~1trust/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1merchant~1trust/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosMerchantCheck",
            "method": "POST",
            "path": "/x402/v1/policy/merchant-check",
            "price_usdc": "$0.050",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1policy~1merchant-check/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1policy~1merchant-check/post/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "payment-policy-authorization",
        "buyer_goal": "Decide whether an agent is authorized to spend, use a tool, or create a payment policy.",
        "preferred_operation": null,
        "alternatives": [
          "getAgentPaymentGuard",
          "evaluateAgentPaymentGuardJson",
          "getAgentPaymentRiskGateway",
          "getAgentSpendRoutePlan",
          "getAgentBuyerPolicyKit",
          "getPolicyDecide",
          "postNomosBudgetCheck",
          "postNomosPaymentPreflight",
          "postNomosToolAccess",
          "createPaymentGuardPolicy",
          "getBasePaymentDueDiligenceBundle"
        ],
        "use_when": [
          "The buyer needs a budget, merchant, tool, policy, or signer decision before spend."
        ],
        "do_not_use_when": [
          "The buyer needs proof that a payment executed or a wallet-risk investigation."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "payment_policy_goal",
          "body_required"
        ],
        "overlap_class": "CONTAINS_METHOD_ALIAS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getAgentPaymentGuard",
            "method": "GET",
            "path": "/v1/x402/payment-guard/evaluate",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1evaluate/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1evaluate/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "evaluateAgentPaymentGuardJson",
            "method": "POST",
            "path": "/v1/x402/payment-guard/evaluate",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1evaluate/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1evaluate/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentPaymentRiskGateway",
            "method": "GET",
            "path": "/v1/x402/agent/payment-risk-gateway",
            "price_usdc": "$0.15",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1payment-risk-gateway/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1payment-risk-gateway/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentSpendRoutePlan",
            "method": "GET",
            "path": "/v1/x402/agent/spend-route-plan",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1spend-route-plan/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1spend-route-plan/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentBuyerPolicyKit",
            "method": "GET",
            "path": "/v1/x402/agent/buyer-policy-kit",
            "price_usdc": "$49.00",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1buyer-policy-kit/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1buyer-policy-kit/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getPolicyDecide",
            "method": "GET",
            "path": "/v1/x402/agent-risk/policy-decide",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1policy-decide/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1policy-decide/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosBudgetCheck",
            "method": "POST",
            "path": "/x402/v1/policy/budget-check",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1policy~1budget-check/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1policy~1budget-check/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosPaymentPreflight",
            "method": "POST",
            "path": "/x402/v1/decision/payment-preflight",
            "price_usdc": "$0.200",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1decision~1payment-preflight/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1decision~1payment-preflight/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosToolAccess",
            "method": "POST",
            "path": "/x402/v1/decision/tool-access",
            "price_usdc": "$0.030",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1decision~1tool-access/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1decision~1tool-access/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "createPaymentGuardPolicy",
            "method": "POST",
            "path": "/v1/x402/payment-guard/policies",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1policies/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1payment-guard~1policies/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBasePaymentDueDiligenceBundle",
            "method": "GET",
            "path": "/v1/x402/base/payment-due-diligence-bundle",
            "price_usdc": "$0.075",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1payment-due-diligence-bundle/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1payment-due-diligence-bundle/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "payment-execution-primitives",
        "buyer_goal": "Obtain payment execution readiness, proof, fee, nonce, receipt, or balance primitives.",
        "preferred_operation": "getAgentPaymentExecutionReadiness",
        "alternatives": [
          "getBasePaymentProof",
          "getBaseUsdcReceipt",
          "getBaseGasFeeQuote",
          "getBaseNonceReadiness",
          "getBaseStablecoinBalance"
        ],
        "use_when": [
          "The buyer needs a specific execution-readiness or post-payment primitive."
        ],
        "do_not_use_when": [
          "The buyer needs merchant trust or authorization policy."
        ],
        "selection_mode": "DETERMINISTIC",
        "selection_discriminants": [
          "execution_primitive"
        ],
        "overlap_class": "DISTINCT_PRIMITIVES",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getBasePaymentProof",
            "method": "GET",
            "path": "/v1/x402/base/payment-proof",
            "price_usdc": "$0.030",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1payment-proof/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1payment-proof/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseUsdcReceipt",
            "method": "GET",
            "path": "/v1/x402/base/usdc-receipt",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1usdc-receipt/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1usdc-receipt/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseGasFeeQuote",
            "method": "GET",
            "path": "/v1/x402/base/gas-fee-quote",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1gas-fee-quote/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1gas-fee-quote/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseNonceReadiness",
            "method": "GET",
            "path": "/v1/x402/base/nonce-readiness",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1nonce-readiness/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1nonce-readiness/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseStablecoinBalance",
            "method": "GET",
            "path": "/v1/x402/base/stablecoin-balance",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1stablecoin-balance/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1stablecoin-balance/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentPaymentExecutionReadiness",
            "method": "GET",
            "path": "/v1/x402/agent/payment-execution-readiness",
            "price_usdc": "$0.050",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1payment-execution-readiness/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1payment-execution-readiness/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "wallet-kyt-risk",
        "buyer_goal": "Screen or investigate a wallet, token, contract, counterparty, or source of funds.",
        "preferred_operation": null,
        "alternatives": [
          "getBaseAddressPreflight",
          "getBaseTokenPreflight",
          "getBaseWalletActivityDelta",
          "getBaseApprovalRisk",
          "getBaseContractVerification",
          "getBaseWalletCounterparty",
          "getBaseEventLogMonitor",
          "getTokenRisk",
          "getWalletDossier",
          "getStablecoinHealth",
          "postNomosWalletRiskLite",
          "postNomosWalletRisk360",
          "postNomosSourceOfFundsQuick",
          "postNomosCounterpartyIntelligence",
          "postNomosWalletIdentify",
          "postNomosWalletLabels",
          "postNomosWalletWatchlist",
          "getBcsWalletRiskBundle",
          "getBcsInvestigationPack"
        ],
        "use_when": [
          "The buyer needs wallet, token, contract, counterparty, watchlist, or source-of-funds evidence."
        ],
        "do_not_use_when": [
          "The buyer needs raw chain/RPC routing or merchant policy."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "wallet_risk_goal",
          "output_detail"
        ],
        "overlap_class": "CONTAINS_DETAIL_VARIANTS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getBaseAddressPreflight",
            "method": "GET",
            "path": "/v1/x402/base/address-preflight",
            "price_usdc": "$0.075",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1address-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1address-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseTokenPreflight",
            "method": "GET",
            "path": "/v1/x402/base/token-preflight",
            "price_usdc": "$0.075",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseWalletActivityDelta",
            "method": "GET",
            "path": "/v1/x402/base/wallet-activity-delta",
            "price_usdc": "$0.030",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-activity-delta/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-activity-delta/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseApprovalRisk",
            "method": "GET",
            "path": "/v1/x402/base/approval-risk",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1approval-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1approval-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseContractVerification",
            "method": "GET",
            "path": "/v1/x402/base/contract-verification",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1contract-verification/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1contract-verification/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseWalletCounterparty",
            "method": "GET",
            "path": "/v1/x402/base/wallet-counterparty",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-counterparty/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-counterparty/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseEventLogMonitor",
            "method": "GET",
            "path": "/v1/x402/base/event-log-monitor",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1event-log-monitor/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1event-log-monitor/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getTokenRisk",
            "method": "GET",
            "path": "/v1/x402/agent-risk/token-risk",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1token-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1token-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getWalletDossier",
            "method": "GET",
            "path": "/v1/x402/agent-risk/wallet-dossier",
            "price_usdc": "$0.03",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1wallet-dossier/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1wallet-dossier/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getStablecoinHealth",
            "method": "GET",
            "path": "/v1/x402/agent-risk/stablecoin-health",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1stablecoin-health/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1stablecoin-health/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosWalletRiskLite",
            "method": "POST",
            "path": "/x402/v1/wallet/risk-lite",
            "price_usdc": "$0.040",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1risk-lite/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1risk-lite/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosWalletRisk360",
            "method": "POST",
            "path": "/x402/v1/wallet/risk-360",
            "price_usdc": "$0.100",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1risk-360/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1risk-360/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosSourceOfFundsQuick",
            "method": "POST",
            "path": "/x402/v1/wallet/source-of-funds/quick",
            "price_usdc": "$0.250",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1source-of-funds~1quick/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1source-of-funds~1quick/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosCounterpartyIntelligence",
            "method": "POST",
            "path": "/x402/v1/wallet/counterparty-intelligence",
            "price_usdc": "$0.500",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1counterparty-intelligence/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1counterparty-intelligence/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosWalletIdentify",
            "method": "POST",
            "path": "/x402/v1/wallet/identify",
            "price_usdc": "$0.010",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1identify/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1identify/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosWalletLabels",
            "method": "POST",
            "path": "/x402/v1/wallet/labels",
            "price_usdc": "$0.010",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1labels/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1labels/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosWalletWatchlist",
            "method": "POST",
            "path": "/x402/v1/wallet/watchlist",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1watchlist/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1wallet~1watchlist/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBcsWalletRiskBundle",
            "method": "GET",
            "path": "/v1/x402/bcs/wallet-risk-bundle",
            "price_usdc": "$0.250",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1wallet-risk-bundle/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1wallet-risk-bundle/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBcsInvestigationPack",
            "method": "GET",
            "path": "/v1/x402/bcs/investigation-pack",
            "price_usdc": "$0.750",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1investigation-pack/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1investigation-pack/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "blockchain-security-data",
        "buyer_goal": "Fetch specific address, asset, chain, classification, trace, or cross-chain data.",
        "preferred_operation": null,
        "alternatives": [
          "getBcsAddressLabels",
          "getBcsAssets",
          "getBcsChains",
          "getBcsTokenRegistry",
          "getBcsAssetResolve",
          "getBcsAddressClassify",
          "getBcsWalletOverview",
          "getBcsFundTrace",
          "getBcsCrossChainTrack"
        ],
        "use_when": [
          "The buyer requests a specific BlockchainSecurity data primitive."
        ],
        "do_not_use_when": [
          "The buyer needs a general policy decision rather than provider data."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "data_query"
        ],
        "overlap_class": "DISTINCT_DATA_PRIMITIVES",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getBcsAddressLabels",
            "method": "GET",
            "path": "/v1/x402/bcs/labels",
            "price_usdc": "$0.02",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1labels/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsAssets",
            "method": "GET",
            "path": "/v1/x402/bcs/assets",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1assets/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsChains",
            "method": "GET",
            "path": "/v1/x402/bcs/chains",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1chains/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsTokenRegistry",
            "method": "GET",
            "path": "/v1/x402/bcs/registry",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1registry/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsAssetResolve",
            "method": "GET",
            "path": "/v1/x402/bcs/resolve",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1resolve/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsAddressClassify",
            "method": "GET",
            "path": "/v1/x402/bcs/address-classify",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1address-classify/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsWalletOverview",
            "method": "GET",
            "path": "/v1/x402/bcs/wallet-overview",
            "price_usdc": "$0.08",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1wallet-overview/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsFundTrace",
            "method": "GET",
            "path": "/v1/x402/bcs/trace",
            "price_usdc": "$0.49",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1trace/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          },
          {
            "operation_id": "getBcsCrossChainTrack",
            "method": "GET",
            "path": "/v1/x402/bcs/cross-chain",
            "price_usdc": "$0.29",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1bcs~1cross-chain/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "DYNAMIC_NOT_PROVEN"
          }
        ]
      },
      {
        "family_id": "chain-rpc-routing",
        "buyer_goal": "Check RPC capability, health, payment policy, or choose a chain-data route.",
        "preferred_operation": "getAgentChainDataRoutePlan",
        "alternatives": [
          "getAgentRpcPreflight",
          "getRpcCapabilityProbe",
          "getIndexedChainQueryPreflight",
          "getX402RpcPaymentGuard",
          "getQuicknodeRpcHealth",
          "getQuicknodeWalletExecutionReadiness"
        ],
        "use_when": [
          "The buyer needs RPC, indexed-chain, or provider-specific route readiness."
        ],
        "do_not_use_when": [
          "The buyer needs transaction decoding or wallet KYT."
        ],
        "selection_mode": "DETERMINISTIC",
        "selection_discriminants": [
          "chain_rpc_goal"
        ],
        "overlap_class": "DISTINCT_ROUTE_PRIMITIVES",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getAgentRpcPreflight",
            "method": "GET",
            "path": "/v1/x402/agent/rpc-preflight",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1rpc-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1rpc-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getRpcCapabilityProbe",
            "method": "GET",
            "path": "/v1/x402/chain/rpc-capability-probe",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1chain~1rpc-capability-probe/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1chain~1rpc-capability-probe/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentChainDataRoutePlan",
            "method": "GET",
            "path": "/v1/x402/agent/chain-data-route-plan",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1chain-data-route-plan/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1chain-data-route-plan/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getIndexedChainQueryPreflight",
            "method": "GET",
            "path": "/v1/x402/chain/indexed-query-preflight",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1chain~1indexed-query-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1chain~1indexed-query-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402RpcPaymentGuard",
            "method": "GET",
            "path": "/v1/x402/agent/rpc-payment-guard",
            "price_usdc": "$0.10",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1rpc-payment-guard/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1rpc-payment-guard/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getQuicknodeRpcHealth",
            "method": "GET",
            "path": "/v1/x402/quicknode/rpc-health",
            "price_usdc": "$0.025",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1quicknode~1rpc-health/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1quicknode~1rpc-health/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getQuicknodeWalletExecutionReadiness",
            "method": "GET",
            "path": "/v1/x402/quicknode/wallet-execution-readiness",
            "price_usdc": "$0.050",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1quicknode~1wallet-execution-readiness/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1quicknode~1wallet-execution-readiness/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "transaction-action-safety",
        "buyer_goal": "Decode, preflight, or authorize a transaction, swap, action, or execution environment.",
        "preferred_operation": null,
        "alternatives": [
          "getEvmTransactionIntent",
          "getTransactionDecodeRisk",
          "getSafeTransactionReview",
          "getSwapPreflight",
          "getX402TransactionPreflightLite",
          "getX402TransactionPreflight",
          "getX402TransactionPreflightPlus",
          "getAgentActionPreflight",
          "postNomosActionEnvelopeReview",
          "postNomosExecutionEnvironmentPreflight"
        ],
        "use_when": [
          "The buyer needs transaction decoding, preflight, swap, action, envelope, or environment safety."
        ],
        "do_not_use_when": [
          "The buyer needs wallet identity or payment receipt primitives."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "transaction_action_goal",
          "requested_variant"
        ],
        "overlap_class": "CONTAINS_EXPLICIT_VARIANTS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getEvmTransactionIntent",
            "method": "GET",
            "path": "/v1/x402/base/transaction-intent",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1transaction-intent/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1transaction-intent/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getTransactionDecodeRisk",
            "method": "GET",
            "path": "/v1/x402/agent-risk/transaction-decode-risk",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1transaction-decode-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1transaction-decode-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSafeTransactionReview",
            "method": "GET",
            "path": "/v1/x402/agent-risk/safe-transaction-review",
            "price_usdc": "$0.25",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1safe-transaction-review/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1safe-transaction-review/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSwapPreflight",
            "method": "GET",
            "path": "/v1/x402/agent-risk/swap-preflight",
            "price_usdc": "$0.01",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1swap-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent-risk~1swap-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402TransactionPreflightLite",
            "method": "GET",
            "path": "/v1/x402/transaction/preflight-lite",
            "price_usdc": "$0.150",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight-lite/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight-lite/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402TransactionPreflight",
            "method": "GET",
            "path": "/v1/x402/transaction/preflight",
            "price_usdc": "$0.250",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getX402TransactionPreflightPlus",
            "method": "GET",
            "path": "/v1/x402/transaction/preflight-plus",
            "price_usdc": "$0.500",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight-plus/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1transaction~1preflight-plus/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentActionPreflight",
            "method": "GET",
            "path": "/v1/x402/agent/action-preflight",
            "price_usdc": "$0.010",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1action-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1action-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosActionEnvelopeReview",
            "method": "POST",
            "path": "/x402/v1/execution/action-envelope/review",
            "price_usdc": "$2.500",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1execution~1action-envelope~1review/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1execution~1action-envelope~1review/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosExecutionEnvironmentPreflight",
            "method": "POST",
            "path": "/x402/v1/execution/environment-preflight",
            "price_usdc": "$2.000",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1execution~1environment-preflight/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1execution~1environment-preflight/post/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "trading-market-risk",
        "buyer_goal": "Fetch trading, market, pool, alpha, copytrade, or exit-risk signals.",
        "preferred_operation": null,
        "alternatives": [
          "getBaseDexMarketMonitor",
          "getPredictionMarketSnapshot",
          "getBaseAlphaRiskContext",
          "getBaseTokenAlphaSnapshot",
          "getBaseWalletCopytradeRisk",
          "getBaseNewPoolRisk",
          "getBaseTokenExitRisk"
        ],
        "use_when": [
          "The buyer names the required market or trading signal."
        ],
        "do_not_use_when": [
          "The buyer needs wallet KYT, compliance, or payment authorization."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "market_signal"
        ],
        "overlap_class": "DISTINCT_MARKET_SIGNALS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getBaseDexMarketMonitor",
            "method": "GET",
            "path": "/v1/x402/base/dex-market-monitor",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1dex-market-monitor/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1dex-market-monitor/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getPredictionMarketSnapshot",
            "method": "GET",
            "path": "/v1/x402/prediction/market-snapshot",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1prediction~1market-snapshot/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1prediction~1market-snapshot/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseAlphaRiskContext",
            "method": "GET",
            "path": "/v1/x402/base/alpha-risk",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1alpha-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1alpha-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseTokenAlphaSnapshot",
            "method": "GET",
            "path": "/v1/x402/base/token-alpha-snapshot",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-alpha-snapshot/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-alpha-snapshot/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseWalletCopytradeRisk",
            "method": "GET",
            "path": "/v1/x402/base/wallet-copytrade-risk",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-copytrade-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1wallet-copytrade-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseNewPoolRisk",
            "method": "GET",
            "path": "/v1/x402/base/new-pool-risk",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1new-pool-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1new-pool-risk/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getBaseTokenExitRisk",
            "method": "GET",
            "path": "/v1/x402/base/token-exit-risk",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-exit-risk/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1base~1token-exit-risk/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "software-agent-supply-chain",
        "buyer_goal": "Preflight a package, repository, URL, feed, domain, API, A2A card, or agent capability.",
        "preferred_operation": null,
        "alternatives": [
          "getNpmPackagePreflight",
          "getGithubRepositoryHealth",
          "getUrlChangeFingerprint",
          "getFeedSnapshot",
          "getA2aAgentCardPreflight",
          "getOpenapiSpecPreflight",
          "getDomainTrustPreflight",
          "getPypiPackagePreflight",
          "getAgentCapabilitySecurityPreflight"
        ],
        "use_when": [
          "The buyer identifies the software or Agent supply-chain artifact to inspect."
        ],
        "do_not_use_when": [
          "The buyer needs MCP declaration analysis or chain data."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "supply_chain_target"
        ],
        "overlap_class": "DISTINCT_ARTIFACT_TYPES",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getNpmPackagePreflight",
            "method": "GET",
            "path": "/v1/x402/software/npm-package-preflight",
            "price_usdc": "$0.015",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1npm-package-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1npm-package-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getGithubRepositoryHealth",
            "method": "GET",
            "path": "/v1/x402/software/github-repository-health",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1github-repository-health/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1github-repository-health/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getUrlChangeFingerprint",
            "method": "GET",
            "path": "/v1/x402/web/url-change-fingerprint",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1url-change-fingerprint/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1url-change-fingerprint/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getFeedSnapshot",
            "method": "GET",
            "path": "/v1/x402/web/feed-snapshot",
            "price_usdc": "$0.003",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1feed-snapshot/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1feed-snapshot/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getA2aAgentCardPreflight",
            "method": "GET",
            "path": "/v1/x402/agent/a2a-card-preflight",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1a2a-card-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1a2a-card-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getOpenapiSpecPreflight",
            "method": "GET",
            "path": "/v1/x402/web/openapi-preflight",
            "price_usdc": "$0.015",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1openapi-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1openapi-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getDomainTrustPreflight",
            "method": "GET",
            "path": "/v1/x402/web/domain-trust-preflight",
            "price_usdc": "$0.015",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1domain-trust-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1web~1domain-trust-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getPypiPackagePreflight",
            "method": "GET",
            "path": "/v1/x402/software/pypi-package-preflight",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1pypi-package-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1software~1pypi-package-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getAgentCapabilitySecurityPreflight",
            "method": "GET",
            "path": "/v1/x402/agent/capability-security-preflight",
            "price_usdc": "$0.100",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1capability-security-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1capability-security-preflight/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "compliance-evidence",
        "buyer_goal": "Obtain one normalized compliance evidence type or an existing evidence bundle.",
        "preferred_operation": null,
        "alternatives": [
          "getSumsubCaseManagementEvidence",
          "getSumsubDbNetEvidence",
          "getSumsubKytEvidence",
          "getSumsubPaymentMethodCryptoEvidence",
          "getSumsubPoaEvidence",
          "getSumsubCrystalCryptoRiskEvidence",
          "getSumsubTravelRuleEvidence",
          "getSumsubWatchlistAmlEvidence",
          "getSumsubCounterpartyComplianceBundle",
          "getSumsubCryptoTransferComplianceBundle"
        ],
        "use_when": [
          "The buyer names a compliance evidence type or an existing bundle."
        ],
        "do_not_use_when": [
          "The buyer needs wallet screening without compliance evidence."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "evidence_type"
        ],
        "overlap_class": "SINGLE_EVIDENCE_OR_BUNDLE",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getSumsubCaseManagementEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/case-management-evidence",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1case-management-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1case-management-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubDbNetEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/db-net-evidence",
            "price_usdc": "$0.03",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1db-net-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1db-net-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubKytEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/kyt-evidence",
            "price_usdc": "$0.03",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1kyt-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1kyt-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubPaymentMethodCryptoEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/payment-method-crypto-evidence",
            "price_usdc": "$0.03",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1payment-method-crypto-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1payment-method-crypto-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubPoaEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/poa-evidence",
            "price_usdc": "$0.03",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1poa-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1poa-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubCrystalCryptoRiskEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/crystal-crypto-risk-evidence",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1crystal-crypto-risk-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1crystal-crypto-risk-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubTravelRuleEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/travel-rule-evidence",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1travel-rule-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1travel-rule-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubWatchlistAmlEvidence",
            "method": "GET",
            "path": "/v1/x402/sumsub/watchlist-aml-evidence",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1watchlist-aml-evidence/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1watchlist-aml-evidence/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubCounterpartyComplianceBundle",
            "method": "GET",
            "path": "/v1/x402/sumsub/counterparty-compliance-bundle",
            "price_usdc": "$0.150",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1counterparty-compliance-bundle/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1counterparty-compliance-bundle/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getSumsubCryptoTransferComplianceBundle",
            "method": "GET",
            "path": "/v1/x402/sumsub/crypto-transfer-compliance-bundle",
            "price_usdc": "$0.200",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1crypto-transfer-compliance-bundle/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1sumsub~1crypto-transfer-compliance-bundle/get/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "mcp-trust",
        "buyer_goal": "Assess an MCP server using a compact query or a structured declaration.",
        "preferred_operation": null,
        "alternatives": [
          "getMcpServerRiskCheck",
          "postNomosMcpTrustPreflight"
        ],
        "use_when": [
          "The buyer needs MCP server or tool-declaration trust evidence."
        ],
        "do_not_use_when": [
          "The buyer needs a generic package or domain preflight."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "input_contract"
        ],
        "overlap_class": "GENUINELY_DIFFERENT_SCOPE",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getMcpServerRiskCheck",
            "method": "GET",
            "path": "/v1/x402/agent/mcp-server-risk-check",
            "price_usdc": "$0.020",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1mcp-server-risk-check/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1mcp-server-risk-check/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosMcpTrustPreflight",
            "method": "POST",
            "path": "/x402/v1/mcp/trust-preflight",
            "price_usdc": "$1.500",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1mcp~1trust-preflight/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1mcp~1trust-preflight/post/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "agent-identity-mandate-evidence",
        "buyer_goal": "Verify agent identity, authority, mandate, signed receipt, or compliance evidence-pack provenance.",
        "preferred_operation": null,
        "alternatives": [
          "getAgentBuyerIdentityPreflight",
          "postNomosAgentAuthorizationProfile",
          "postNomosGoalMandateProvenance",
          "postNomosSignedDecisionReceipt",
          "postNomosComplianceEvidencePack"
        ],
        "use_when": [
          "The buyer needs an authority, mandate, receipt, or provenance artifact."
        ],
        "do_not_use_when": [
          "The buyer needs endpoint trust or payment execution."
        ],
        "selection_mode": "CALLER_DISCRIMINANT_REQUIRED",
        "selection_discriminants": [
          "authority_artifact"
        ],
        "overlap_class": "DISTINCT_AUTHORITY_ARTIFACTS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "getAgentBuyerIdentityPreflight",
            "method": "GET",
            "path": "/v1/x402/agent/buyer-identity-preflight",
            "price_usdc": "$0.05",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1buyer-identity-preflight/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1v1~1x402~1agent~1buyer-identity-preflight/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosAgentAuthorizationProfile",
            "method": "POST",
            "path": "/x402/v1/agent/authorization-profile",
            "price_usdc": "$1.000",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1agent~1authorization-profile/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1agent~1authorization-profile/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosGoalMandateProvenance",
            "method": "POST",
            "path": "/x402/v1/agent/mandate/verify",
            "price_usdc": "$1.500",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1agent~1mandate~1verify/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1agent~1mandate~1verify/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosSignedDecisionReceipt",
            "method": "POST",
            "path": "/x402/v1/evidence/signed-decision-receipt",
            "price_usdc": "$2.000",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1evidence~1signed-decision-receipt/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1evidence~1signed-decision-receipt/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "postNomosComplianceEvidencePack",
            "method": "POST",
            "path": "/x402/v1/evidence/compliance-pack",
            "price_usdc": "$5.000",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1evidence~1compliance-pack/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1evidence~1compliance-pack/post/responses/200/content/application~1json/schema"
          }
        ]
      },
      {
        "family_id": "value-conversion",
        "buyer_goal": "Convert an arbitrary value pair or use an exact supported fixed-pair shortcut.",
        "preferred_operation": "postNomosValueConvert",
        "alternatives": [
          "getNomosValueBtcUsd",
          "getNomosValueEthUsd",
          "getNomosValueTrxUsd",
          "getNomosValueUsdtTwd",
          "getNomosValueUsdcTwd"
        ],
        "use_when": [
          "The buyer needs arbitrary conversion or names one exact supported fixed pair."
        ],
        "do_not_use_when": [
          "The buyer needs market-risk or execution-price guarantees."
        ],
        "selection_mode": "DETERMINISTIC",
        "selection_discriminants": [
          "conversion_pair_mode"
        ],
        "overlap_class": "PREFERRED_CANONICAL_WITH_SHORTCUTS",
        "alias_of": null,
        "sample_only": false,
        "error_recovery_profile": "standard-paid-operation-v1",
        "operations": [
          {
            "operation_id": "postNomosValueConvert",
            "method": "POST",
            "path": "/x402/v1/value/convert",
            "price_usdc": "$0.005",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1convert/post/requestBody/content/application~1json/schema",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1convert/post/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getNomosValueBtcUsd",
            "method": "GET",
            "path": "/x402/v1/value/btc-usd",
            "price_usdc": "$0.002",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1btc-usd/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1btc-usd/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getNomosValueEthUsd",
            "method": "GET",
            "path": "/x402/v1/value/eth-usd",
            "price_usdc": "$0.002",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1eth-usd/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1eth-usd/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getNomosValueTrxUsd",
            "method": "GET",
            "path": "/x402/v1/value/trx-usd",
            "price_usdc": "$0.001",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1trx-usd/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1trx-usd/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getNomosValueUsdtTwd",
            "method": "GET",
            "path": "/x402/v1/value/usdt-twd",
            "price_usdc": "$0.001",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1usdt-twd/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1usdt-twd/get/responses/200/content/application~1json/schema"
          },
          {
            "operation_id": "getNomosValueUsdcTwd",
            "method": "GET",
            "path": "/x402/v1/value/usdc-twd",
            "price_usdc": "$0.001",
            "input_schema_pointer": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1usdc-twd/get/parameters",
            "output_schema_pointer_or_dynamic_boundary": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json#/paths/~1x402~1v1~1value~1usdc-twd/get/responses/200/content/application~1json/schema"
          }
        ]
      }
    ]
  },
  "operation_count": 110,
  "resources": [
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/address-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/merchant-trust",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/payment-proof",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-activity-delta",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/approval-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/contract-verification",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/usdc-receipt",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-counterparty",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/event-log-monitor",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/gas-fee-quote",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/nonce-readiness",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/stablecoin-balance",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/dex-market-monitor",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/prediction/market-snapshot",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/endpoint-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/npm-package-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/github-repository-health",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/url-change-fingerprint",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/feed-snapshot",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/transaction-intent",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/a2a-card-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/openapi-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/domain-trust-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/pypi-package-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/payment-guard/evaluate",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/alpha-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-alpha-snapshot",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-copytrade-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/new-pool-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/server-trust",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/origin-due-diligence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/resource-compare",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/spend-route-plan",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/buyer-identity-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/buyer-policy-kit",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-exit-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/labels",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/assets",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/chains",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/registry",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/resolve",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/address-classify",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/wallet-overview",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/trace",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/cross-chain",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/payment-risk-gateway",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/rpc-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/chain/rpc-capability-probe",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/chain-data-route-plan",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/chain/indexed-query-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/rpc-payment-guard",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/token-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/transaction-decode-risk",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/wallet-dossier",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/safe-transaction-review",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/swap-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/stablecoin-health",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/policy-decide",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/case-management-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/db-net-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/kyt-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/payment-method-crypto-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/poa-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/crystal-crypto-risk-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/travel-rule-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/watchlist-aml-evidence",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/capability-security-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight-lite",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight-plus",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/wallet-risk-bundle",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/investigation-pack",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/quicknode/rpc-health",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/quicknode/wallet-execution-readiness",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/counterparty-compliance-bundle",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/crypto-transfer-compliance-bundle",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/payment-due-diligence-bundle",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/payment-execution-readiness",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/convert",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/btc-usd",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/eth-usd",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/trx-usd",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/usdt-twd",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/usdc-twd",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/policy/budget-check",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/policy/merchant-check",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/decision/payment-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/decision/tool-access",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/service/health",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/service/preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/risk-lite",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/risk-360",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/source-of-funds/quick",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/counterparty-intelligence",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/agent/authorization-profile",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/agent/mandate/verify",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/execution/environment-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/execution/action-envelope/review",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/mcp/trust-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/evidence/signed-decision-receipt",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/evidence/compliance-pack",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/merchant/trust",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/identify",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/labels",
    "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/watchlist",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/action-preflight",
    "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/mcp-server-risk-check"
  ],
  "paid_operations": [
    {
      "id": "base-address-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/address-preflight",
      "price_usdc": "$0.075",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-token-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-preflight",
      "price_usdc": "$0.075",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "x402-merchant-trust",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/merchant-trust",
      "price_usdc": "$0.100",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-payment-proof",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/payment-proof",
      "price_usdc": "$0.030",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-wallet-activity-delta",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-activity-delta",
      "price_usdc": "$0.030",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-approval-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/approval-risk",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-contract-verification",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/contract-verification",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-usdc-receipt",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/usdc-receipt",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-wallet-counterparty",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-counterparty",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-event-log-monitor",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/event-log-monitor",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "base-gas-fee-quote",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/gas-fee-quote",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-nonce-readiness",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/nonce-readiness",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-stablecoin-balance",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/stablecoin-balance",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-dex-market-monitor",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/dex-market-monitor",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "prediction-market-snapshot",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/prediction/market-snapshot",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "market-context"
    },
    {
      "id": "x402-endpoint-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/endpoint-preflight",
      "price_usdc": "$0.015",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "npm-package-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/npm-package-preflight",
      "price_usdc": "$0.015",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "github-repository-health",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/github-repository-health",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "url-change-fingerprint",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/url-change-fingerprint",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "feed-snapshot",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/feed-snapshot",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "evm-transaction-intent",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/transaction-intent",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "a2a-agent-card-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/a2a-card-preflight",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "openapi-spec-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/openapi-preflight",
      "price_usdc": "$0.015",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "domain-trust-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/web/domain-trust-preflight",
      "price_usdc": "$0.015",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "pypi-package-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/software/pypi-package-preflight",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "agent-payment-guard",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/payment-guard/evaluate",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-alpha-risk-context",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/alpha-risk",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "base-token-alpha-snapshot",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-alpha-snapshot",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "base-wallet-copytrade-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/wallet-copytrade-risk",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "base-new-pool-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/new-pool-risk",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "x402-server-trust",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/server-trust",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "x402-origin-due-diligence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/origin-due-diligence",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "x402-resource-compare",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/x402/resource-compare",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-spend-route-plan",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/spend-route-plan",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-buyer-identity-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/buyer-identity-preflight",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-buyer-policy-kit",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/buyer-policy-kit",
      "price_usdc": "$49.00",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "base-token-exit-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/token-exit-risk",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "bcs-address-labels",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/labels",
      "price_usdc": "$0.02",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-assets",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/assets",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-chains",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/chains",
      "price_usdc": "$0.003",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-token-registry",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/registry",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-asset-resolve",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/resolve",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-address-classify",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/address-classify",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-wallet-overview",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/wallet-overview",
      "price_usdc": "$0.08",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-fund-trace",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/trace",
      "price_usdc": "$0.49",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "bcs-cross-chain-track",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/cross-chain",
      "price_usdc": "$0.29",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "blockchainsecurity-data"
    },
    {
      "id": "agent-payment-risk-gateway",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/payment-risk-gateway",
      "price_usdc": "$0.15",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-rpc-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/rpc-preflight",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "rpc-capability-probe",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/chain/rpc-capability-probe",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "agent-chain-data-route-plan",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/chain-data-route-plan",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "indexed-chain-query-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/chain/indexed-query-preflight",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "x402-rpc-payment-guard",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/rpc-payment-guard",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "token-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/token-risk",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "transaction-decode-risk",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/transaction-decode-risk",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "wallet-dossier",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/wallet-dossier",
      "price_usdc": "$0.03",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "safe-transaction-review",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/safe-transaction-review",
      "price_usdc": "$0.25",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "swap-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/swap-preflight",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "trading-bot-alpha-risk"
    },
    {
      "id": "stablecoin-health",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/stablecoin-health",
      "price_usdc": "$0.01",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "policy-decide",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent-risk/policy-decide",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "sumsub-case-management-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/case-management-evidence",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-db-net-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/db-net-evidence",
      "price_usdc": "$0.03",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-kyt-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/kyt-evidence",
      "price_usdc": "$0.03",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-payment-method-crypto-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/payment-method-crypto-evidence",
      "price_usdc": "$0.03",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-poa-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/poa-evidence",
      "price_usdc": "$0.03",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-crystal-crypto-risk-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/crystal-crypto-risk-evidence",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-travel-rule-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/travel-rule-evidence",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-watchlist-aml-evidence",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/watchlist-aml-evidence",
      "price_usdc": "$0.05",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "agent-capability-security-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/capability-security-preflight",
      "price_usdc": "$0.100",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-api-supply-chain"
    },
    {
      "id": "x402-transaction-preflight-lite",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight-lite",
      "price_usdc": "$0.150",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-transaction-preflight"
    },
    {
      "id": "x402-transaction-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight",
      "price_usdc": "$0.250",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-transaction-preflight"
    },
    {
      "id": "x402-transaction-preflight-plus",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/transaction/preflight-plus",
      "price_usdc": "$0.500",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-transaction-preflight"
    },
    {
      "id": "bcs-wallet-risk-bundle",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/wallet-risk-bundle",
      "price_usdc": "$0.250",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "bcs-investigation-pack",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/bcs/investigation-pack",
      "price_usdc": "$0.750",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "kyt-wallet-risk"
    },
    {
      "id": "quicknode-rpc-health",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/quicknode/rpc-health",
      "price_usdc": "$0.025",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "quicknode-wallet-execution-readiness",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/quicknode/wallet-execution-readiness",
      "price_usdc": "$0.050",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agent-chain-data"
    },
    {
      "id": "sumsub-counterparty-compliance-bundle",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/counterparty-compliance-bundle",
      "price_usdc": "$0.150",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "sumsub-crypto-transfer-compliance-bundle",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/sumsub/crypto-transfer-compliance-bundle",
      "price_usdc": "$0.200",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "sumsub-compliance-evidence"
    },
    {
      "id": "base-payment-due-diligence-bundle",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/base/payment-due-diligence-bundle",
      "price_usdc": "$0.075",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-payment-execution-readiness",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/payment-execution-readiness",
      "price_usdc": "$0.050",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "nomos-value-convert",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/convert",
      "price_usdc": "$0.005",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-value-btc-usd",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/btc-usd",
      "price_usdc": "$0.002",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-value-eth-usd",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/eth-usd",
      "price_usdc": "$0.002",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-value-trx-usd",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/trx-usd",
      "price_usdc": "$0.001",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-value-usdt-twd",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/usdt-twd",
      "price_usdc": "$0.001",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-value-usdc-twd",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/value/usdc-twd",
      "price_usdc": "$0.001",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-budget-check",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/policy/budget-check",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-merchant-check",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/policy/merchant-check",
      "price_usdc": "$0.050",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-payment-preflight",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/decision/payment-preflight",
      "price_usdc": "$0.200",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-tool-access",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/decision/tool-access",
      "price_usdc": "$0.030",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-service-health",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/service/health",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-service-preflight",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/service/preflight",
      "price_usdc": "$0.100",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-wallet-risk-lite",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/risk-lite",
      "price_usdc": "$0.040",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-wallet-risk-360",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/risk-360",
      "price_usdc": "$0.100",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-source-of-funds-quick",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/source-of-funds/quick",
      "price_usdc": "$0.250",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-counterparty-intelligence",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/counterparty-intelligence",
      "price_usdc": "$0.500",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-agent-authorization-profile",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/agent/authorization-profile",
      "price_usdc": "$1.000",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-goal-mandate-provenance",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/agent/mandate/verify",
      "price_usdc": "$1.500",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-execution-environment-preflight",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/execution/environment-preflight",
      "price_usdc": "$2.000",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-action-envelope-review",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/execution/action-envelope/review",
      "price_usdc": "$2.500",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agentops-guard"
    },
    {
      "id": "nomos-mcp-trust-preflight",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/mcp/trust-preflight",
      "price_usdc": "$1.500",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agentops-guard"
    },
    {
      "id": "nomos-signed-decision-receipt",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/evidence/signed-decision-receipt",
      "price_usdc": "$2.000",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-compliance-evidence-pack",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/evidence/compliance-pack",
      "price_usdc": "$5.000",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-merchant-trust",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/merchant/trust",
      "price_usdc": "$0.200",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-wallet-identify",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/identify",
      "price_usdc": "$0.010",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-wallet-labels",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/labels",
      "price_usdc": "$0.010",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "nomos-wallet-watchlist",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/x402/v1/wallet/watchlist",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "nomos-agent-risk-utilities"
    },
    {
      "id": "agent-action-preflight",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/action-preflight",
      "price_usdc": "$0.010",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agentops-guard"
    },
    {
      "id": "mcp-server-risk-check",
      "method": "GET",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/agent/mcp-server-risk-check",
      "price_usdc": "$0.020",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "agentops-guard"
    },
    {
      "id": "agent-payment-guard-json-evaluate",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/payment-guard/evaluate",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    },
    {
      "id": "agent-payment-guard-policy-create",
      "method": "POST",
      "resource": "https://base-agent-preflight.bytoken2023.workers.dev/v1/x402/payment-guard/policies",
      "price_usdc": "$0.10",
      "pricing_version": "x402-pricing-v1-20260720",
      "group": "x402-payment-safety"
    }
  ],
  "openapi": "https://base-agent-preflight.bytoken2023.workers.dev/openapi.json",
  "catalog": "https://base-agent-preflight.bytoken2023.workers.dev/catalog.json",
  "agent_card": "https://base-agent-preflight.bytoken2023.workers.dev/.well-known/agent-card.json",
  "registry": "https://base-agent-preflight.bytoken2023.workers.dev/registry.json",
  "endpoints_txt": "https://base-agent-preflight.bytoken2023.workers.dev/endpoints.txt",
  "workflows": "https://base-agent-preflight.bytoken2023.workers.dev/workflows.json"
}