{
  "service_detail_version": "agent_router_service_detail_v1",
  "data_context": {
    "page_role": "service_capability_detail",
    "result_preview_role": "latest_validation_sample",
    "result_preview_is_live_user_query": false,
    "explanation": "latest_validation.result_preview is the last provider validation sample. It proves this service can return real JSON for its sample request, but it is not the result of the current buyer Agent task.",
    "live_query_instruction": "Buyer Agents should invoke this service with task-specific input through AgentRouter instead of reusing the validation sample as the final answer."
  },
  "service": {
    "service_id": "nansen_tgm_holders",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14",
    "config_hash": "0x8da014cf7761fa088e646ea67681deb1c57a2e889c9b8f5aaedb73c4a8f23e0f",
    "title": "Get \"Token God Mode\" (TGM) holders data",
    "display_title": "Get \"Token God Mode\" (TGM) holders data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "token_holders",
      "holder_distribution"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "token_holders",
        "holder_distribution",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": true,
        "supports_historical": true,
        "accepted_time_fields": [
          "token_address"
        ]
      },
      "input_fields": [
        "chain",
        "pagination",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.address",
        "data.value_usd",
        "data.token_amount",
        "data.total_inflow",
        "data.address_label",
        "data.total_outflow",
        "data.balance_change_7d",
        "data.balance_change_24h",
        "data.balance_change_30d",
        "data.ownership_percentage",
        "warnings",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "holders",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "best",
        "token-level",
        "analytics",
        "such",
        "flows"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_holders",
        "holder_distribution"
      ]
    },
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "verification_status": "verified",
    "trust": {
      "provider_id": "provider_nansen_api",
      "feedback_count": 2,
      "operational_feedback_count": 2,
      "consumer_feedback_count": 2,
      "recent_failure_rate": 0.5,
      "success_rate": 0.5,
      "schema_valid_rate": 0.5,
      "freshness_valid_rate": 1,
      "coverage_valid_rate": 1,
      "intent_fit_rate": 0.75,
      "intent_mismatch_count": 0,
      "intent_mismatch_rate": 0,
      "usefulness_rate": 0.5,
      "average_consumer_score": 0.71,
      "average_agent_friendly_score": 0.88,
      "average_latency_ms": 4090,
      "verification_status": "verified",
      "feedback_state": "observed",
      "trust_score": 0.6872,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0.2857,
      "routing_trust_score": 0.6963
    },
    "sample_request": {
      "chain": "ethereum",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "request_data": {
      "fields": [
        "chain",
        "token_address",
        "pagination"
      ],
      "example": {
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
      },
      "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
      "shape_summary": "object keys: chain, token_address, pagination"
    },
    "response_data": {
      "fields": [
        "data",
        "data.address",
        "data.address_label",
        "data.token_amount",
        "data.total_outflow",
        "data.total_inflow",
        "data.balance_change_24h",
        "data.balance_change_7d",
        "data.balance_change_30d",
        "data.ownership_percentage",
        "data.value_usd",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page",
        "warnings"
      ],
      "preview": {
        "data": [
          {
            "address": "0x0000000000000000000000000000000000000000",
            "value_usd": "example",
            "token_amount": "example",
            "total_inflow": "example",
            "address_label": "0x0000000000000000000000000000000000000000",
            "total_outflow": "example",
            "balance_change_7d": "example",
            "balance_change_24h": "example",
            "balance_change_30d": "example",
            "ownership_percentage": "example"
          }
        ],
        "warnings": "example",
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
      "shape_summary": "object keys: data, pagination, warnings"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_tgm_holders when the task fits: nansen, token_god_mode, token_data, token_holders, holder_distribution. Costs 0.01 USDC via x402 on base. Service is currently healthy.",
      "buyer_requirements": {
        "payment_required": true,
        "payment_protocol": "x402",
        "currency": "USDC",
        "network": "base",
        "needs_buyer_api_key": false,
        "max_budget_field": "max_amount"
      },
      "provider_requirements": {
        "provider_credential_required": true,
        "credential_public": false,
        "credential_custody": "hosted_runtime_config"
      },
      "pricing": {
        "amount": "0.01",
        "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
        "network": "base",
        "currency": "USDC",
        "protocol": "x402",
        "settlement_model": "direct_provider_wallet"
      },
      "freshness": {
        "update_frequency": "on_request",
        "max_data_lag_seconds": 300,
        "declared_live_on_request": true
      },
      "provenance": {
        "provenance_version": "agent_data_source_provenance_v1",
        "source_provenance_level": "wrapped_api",
        "source_type": "provider_declared_data_service",
        "authorization_status": "provider_declared",
        "redistribution_status": "provider_declared",
        "credential_custody": "hosted_runtime_config",
        "platform_stores_credentials": true,
        "verified_by_platform": false
      },
      "verification": {
        "status": "verified",
        "last_validation_ok": true,
        "last_validation_at": "2026-09-08T08:21:24.459Z",
        "latest_http_status": 200
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 2,
        "operational_feedback_count": 2,
        "consumer_feedback_count": 2,
        "recent_failure_rate": 0.5,
        "success_rate": 0.5,
        "schema_valid_rate": 0.5,
        "freshness_valid_rate": 1,
        "coverage_valid_rate": 1,
        "intent_fit_rate": 0.75,
        "intent_mismatch_count": 0,
        "intent_mismatch_rate": 0,
        "usefulness_rate": 0.5,
        "average_consumer_score": 0.71,
        "average_agent_friendly_score": 0.88,
        "average_latency_ms": 4090,
        "verification_status": "verified",
        "feedback_state": "observed",
        "trust_score": 0.6872,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0.2857,
        "routing_trust_score": 0.6963
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.459Z",
        "last_validation_ok": true,
        "last_success_at": "2026-09-07T15:27:14.940Z",
        "last_failure_at": "2026-05-27T07:54:12.630Z",
        "latest_http_status": 200,
        "recent_failure_rate": 0.5,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 2,
          "recent_failures": 1
        }
      },
      "request_data": {
        "fields": [
          "chain",
          "token_address",
          "pagination"
        ],
        "example": {
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chain, token_address, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.address",
          "data.address_label",
          "data.token_amount",
          "data.total_outflow",
          "data.total_inflow",
          "data.balance_change_24h",
          "data.balance_change_7d",
          "data.balance_change_30d",
          "data.ownership_percentage",
          "data.value_usd",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "warnings"
        ],
        "preview": {
          "data": [
            {
              "address": "0x0000000000000000000000000000000000000000",
              "value_usd": "example",
              "token_amount": "example",
              "total_inflow": "example",
              "address_label": "0x0000000000000000000000000000000000000000",
              "total_outflow": "example",
              "balance_change_7d": "example",
              "balance_change_24h": "example",
              "balance_change_30d": "example",
              "ownership_percentage": "example"
            }
          ],
          "warnings": "example",
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          }
        },
        "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
        "shape_summary": "object keys: data, pagination, warnings"
      },
      "limitations": [
        "Sample response is mock/static and not a live paid response."
      ],
      "risk_flags": [
        "recent_failures",
        "has_declared_limitations"
      ]
    },
    "sample_response": {
      "schema_version": "agent_data_envelope_v1",
      "status": "success",
      "sample_type": "mock",
      "query_shape": {
        "chain": "<string>",
        "pagination": {
          "page": "<number>",
          "per_page": "<number>"
        },
        "token_address": "<address_or_hash>"
      },
      "data_shape": {
        "data": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "address": "<address_or_hash>",
            "value_usd": "<string>",
            "token_amount": "<string>",
            "total_inflow": "<string>",
            "address_label": "<address_or_hash>",
            "total_outflow": "<string>",
            "balance_change_7d": "<string>",
            "balance_change_24h": "<string>",
            "balance_change_30d": "<string>",
            "ownership_percentage": "<string>"
          }
        },
        "warnings": "<string>",
        "pagination": {
          "page": "<number>",
          "per_page": "<number>",
          "is_last_page": "<boolean>"
        }
      },
      "metadata": {
        "data_sources": [
          "provider_config_hosted_http"
        ],
        "freshness_seconds": 86400,
        "is_estimated": true,
        "confidence": 0.7,
        "limitations": [
          "Sample response is mock/static and not a live paid response."
        ]
      },
      "agent_hints": {
        "good_for": [
          "MVP validation",
          "Agent response parsing"
        ],
        "warnings": [
          "Use paid invocation for the full response."
        ],
        "suggested_followups": []
      },
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity. (sample response)",
      "redaction": {
        "redacted": true,
        "reason": "Public discovery responses expose schema and shape only. Real values require paid invocation."
      }
    },
    "validation_result_preview": null,
    "source_provenance": {
      "provenance_version": "agent_data_source_provenance_v1",
      "source_provenance_level": "wrapped_api",
      "source_type": "provider_declared_data_service",
      "authorization_status": "provider_declared",
      "redistribution_status": "provider_declared",
      "credential_custody": "hosted_runtime_config",
      "platform_stores_credentials": true,
      "verified_by_platform": false
    },
    "quality_profile": {
      "profile_version": "agent_data_quality_profile_v1",
      "verification_status": "verified",
      "latest_validation_ok": true,
      "latest_validation_error": null,
      "feedback_count": 2,
      "quality_event_count": 2,
      "upstream_error_count": 1,
      "business_error_count": 0,
      "latest_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "top_level_keys": [
            "data",
            "pagination",
            "warnings"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "latest_quality_event": {
        "input": {
          "chain": "robinhood",
          "order_by": [
            {
              "field": "token_amount",
              "direction": "DESC"
            }
          ],
          "label_type": "all_holders",
          "pagination": {
            "page": 1,
            "per_page": 10
          },
          "token_address": "0x39dbed3a2bd333467115de45665cc57f813c4571",
          "aggregate_by_entity": false
        },
        "status": "passed",
        "created_at": "2026-09-07T15:27:14.940Z",
        "payment_tx": "credits:cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
        "request_id": "req_1788794834931",
        "service_id": "nansen_tgm_holders",
        "http_status": 200,
        "provider_id": "provider_nansen_api",
        "event_version": "agent_service_quality_event_v1",
        "business_error": {
          "detected": false
        },
        "blocking_issues": [],
        "quality_event_id": "qe_1788794834940_b2d49585",
        "blocking_issue_count": 0,
        "agent_feedback_expected": true,
        "deterministic_verification": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 10
              }
            ],
            "top_level_keys": [
              "data",
              "pagination",
              "warnings"
            ]
          },
          "sanity_valid": true,
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "data_quality_issues": [],
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "declared_freshness_seconds": 300,
      "result_contract": {
        "envelope_required": true,
        "deterministic_checks": [
          "http_status",
          "schema",
          "envelope",
          "freshness",
          "coverage",
          "empty_result"
        ],
        "semantic_checks": [
          "agent_friendliness",
          "intent_fit_summary"
        ]
      }
    },
    "health": {
      "health_version": "agent_service_health_v1",
      "status": "healthy",
      "last_validation_at": "2026-09-08T08:21:24.459Z",
      "last_validation_ok": true,
      "last_success_at": "2026-09-07T15:27:14.940Z",
      "last_failure_at": "2026-05-27T07:54:12.630Z",
      "latest_http_status": 200,
      "recent_failure_rate": 0.5,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 2,
        "recent_failures": 1
      }
    },
    "erc8004": {
      "agent_id": "340924",
      "chain": "bsc",
      "chain_id": 56,
      "registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "explorer_url": "https://8004scan.io/agents/56/340924"
    },
    "erc8004_status": {
      "state": "registered",
      "active_chain": "bsc",
      "registered_chain": "bsc",
      "agent_id": "340924"
    },
    "badges": [
      {
        "code": "verified_live_endpoint",
        "label": "Verified live endpoint",
        "level": "positive"
      },
      {
        "code": "healthy",
        "label": "Healthy",
        "level": "positive"
      },
      {
        "code": "fresh_data",
        "label": "Fresh data",
        "level": "positive"
      },
      {
        "code": "source_declared",
        "label": "Source declared",
        "level": "neutral"
      }
    ],
    "created_at": "2026-09-08T08:21:24.459Z",
    "updated_at": "2026-09-08T17:04:42.152Z"
  },
  "manifest": {
    "title": "Get \"Token God Mode\" (TGM) holders data",
    "not_for": [],
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "endpoint": {
      "url": "https://agentrouter.network/provider/custom/nansen_tgm_holders",
      "method": "POST"
    },
    "provider": {
      "provider_id": "provider_nansen_api",
      "agent_identity": {
        "agent_id": "optional",
        "standard": "erc-8004-compatible",
        "agent_uri": "optional",
        "agent_registry": "optional"
      },
      "payout_address": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "erc8004_agent_id": "340924"
    },
    "freshness": {
      "update_frequency": "on_request",
      "max_data_lag_seconds": 300
    },
    "service_id": "nansen_tgm_holders",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "token_holders",
      "holder_distribution"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "chain": {
          "type": "string"
        },
        "pagination": {
          "type": "object",
          "properties": {
            "page": {
              "type": "number"
            },
            "per_page": {
              "type": "number"
            }
          }
        },
        "token_address": {
          "type": "string"
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:c9ce28787a71d76fa8a344b1eec131dc80b0559029e90e19e516217d4a900882",
      "manifest_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14",
      "config_hash": "0x8da014cf7761fa088e646ea67681deb1c57a2e889c9b8f5aaedb73c4a8f23e0f",
      "version": "1.0.0",
      "manifest_type": "hosted_http_data_api",
      "erc8004": {
        "standard": "ERC-8004",
        "network": "bsc",
        "caip2": "eip155:56",
        "chain_id": 56,
        "agent_id": "340924",
        "metadata_uri": "https://agentrouter.network/.well-known/erc8004/vendors/provider_nansen_api.json",
        "metadata_hash": null,
        "identity_registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
        "reputation_registry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
        "validation_registry": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
        "tx_hash": "0xce780499022ade2028085acc000218a8e5d1cebddf4df912bd9dd779135fc365",
        "status": "registered",
        "updated_at": "2026-09-08T17:04:42.152Z"
      }
    },
    "output_schema": {
      "type": "object",
      "required": [
        "schema_version",
        "service_id",
        "request_id",
        "status",
        "query",
        "data",
        "metadata"
      ],
      "properties": {
        "data": {
          "type": "object"
        },
        "query": {
          "type": "object"
        },
        "status": {
          "type": "string"
        },
        "metadata": {
          "type": "object"
        },
        "request_id": {
          "type": "string"
        },
        "service_id": {
          "type": "string"
        },
        "schema_version": {
          "type": "string"
        }
      }
    },
    "agent_contract": {
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
      "request_data": {
        "fields": [
          "chain",
          "token_address",
          "pagination"
        ],
        "example": {
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chain, token_address, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.address",
          "data.address_label",
          "data.token_amount",
          "data.total_outflow",
          "data.total_inflow",
          "data.balance_change_24h",
          "data.balance_change_7d",
          "data.balance_change_30d",
          "data.ownership_percentage",
          "data.value_usd",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "warnings"
        ],
        "preview": {
          "data": [
            {
              "address": "0x0000000000000000000000000000000000000000",
              "value_usd": "example",
              "token_amount": "example",
              "total_inflow": "example",
              "address_label": "0x0000000000000000000000000000000000000000",
              "total_outflow": "example",
              "balance_change_7d": "example",
              "balance_change_24h": "example",
              "balance_change_30d": "example",
              "ownership_percentage": "example"
            }
          ],
          "warnings": "example",
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          }
        },
        "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
        "shape_summary": "object keys: data, pagination, warnings"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_holders",
          "holder_distribution"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_holders",
        "holder_distribution"
      ],
      "contract_version": "agent_data_service_contract_v1",
      "example_questions": [
        "Query this provider data service with the sample request shape."
      ],
      "quality_expectations": {
        "result_envelope": "agent_data_envelope_v1",
        "must_include_metadata": [
          "data_sources",
          "generated_at",
          "freshness_seconds",
          "confidence",
          "limitations"
        ],
        "empty_result_should_be_explicit": true,
        "preview_paid_shape_should_match": true
      },
      "request_shape_summary": "object keys: chain, token_address, pagination",
      "response_shape_summary": "object keys: data, pagination, warnings",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_holders",
          "holder_distribution",
          "token_flow"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "time_window"
        ],
        "chains": [
          "ethereum"
        ],
        "time_requirements": {
          "supports_realtime": true,
          "supports_historical": true,
          "accepted_time_fields": [
            "token_address"
          ]
        },
        "input_fields": [
          "chain",
          "pagination",
          "token_address"
        ],
        "output_fields": [
          "data",
          "data.address",
          "data.value_usd",
          "data.token_amount",
          "data.total_inflow",
          "data.address_label",
          "data.total_outflow",
          "data.balance_change_7d",
          "data.balance_change_24h",
          "data.balance_change_30d",
          "data.ownership_percentage",
          "warnings",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "keywords": [
          "token",
          "god",
          "mode",
          "tgm",
          "holders",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "best",
          "token-level",
          "analytics",
          "such",
          "flows"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_holders",
          "holder_distribution"
        ]
      }
    },
    "sample_request": {
      "chain": "ethereum",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": [
          {
            "address": "0x0000000000000000000000000000000000000000",
            "value_usd": "example",
            "token_amount": "example",
            "total_inflow": "example",
            "address_label": "0x0000000000000000000000000000000000000000",
            "total_outflow": "example",
            "balance_change_7d": "example",
            "balance_change_24h": "example",
            "balance_change_30d": "example",
            "ownership_percentage": "example"
          }
        ],
        "warnings": "example",
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "query": {
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity. (sample response)",
      "metadata": {
        "confidence": 0.7,
        "limitations": [
          "Sample response is mock/static and not a live paid response."
        ],
        "data_sources": [
          "provider_config_hosted_http"
        ],
        "generated_at": "2026-05-24T05:57:06.316Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_tgm_holders",
      "agent_hints": {
        "good_for": [
          "MVP validation",
          "Agent response parsing"
        ],
        "warnings": [
          "Use paid invocation for the full response."
        ],
        "suggested_followups": []
      },
      "sample_type": "mock",
      "schema_version": "agent_data_envelope_v1"
    },
    "manifest_version": "agent_data_service_manifest_v1",
    "data_source_claim": {
      "source_type": "provider_declared_data_service",
      "credential_custody": "hosted_runtime_config",
      "authorization_status": "provider_declared",
      "redistribution_status": "provider_declared",
      "source_provenance_level": "wrapped_api",
      "platform_stores_credentials": true
    },
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "token_holders",
        "holder_distribution",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": true,
        "supports_historical": true,
        "accepted_time_fields": [
          "token_address"
        ]
      },
      "input_fields": [
        "chain",
        "pagination",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.address",
        "data.value_usd",
        "data.token_amount",
        "data.total_inflow",
        "data.address_label",
        "data.total_outflow",
        "data.balance_change_7d",
        "data.balance_change_24h",
        "data.balance_change_30d",
        "data.ownership_percentage",
        "warnings",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "holders",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "best",
        "token-level",
        "analytics",
        "such",
        "flows"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_holders",
        "holder_distribution"
      ]
    },
    "erc8257": {
      "compatible": true,
      "compatibility_version": "agentrouter_erc8257_manifest_compat_v1",
      "tool_manifest_standard": "ERC-8257",
      "tool_type": "hosted_http_data_api",
      "tool_id": "nansen_tgm_holders",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14",
      "config_hash": "0x8da014cf7761fa088e646ea67681deb1c57a2e889c9b8f5aaedb73c4a8f23e0f",
      "created_at": "2026-09-08T17:04:42.074Z",
      "updated_at": "2026-09-08T17:04:42.074Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_tgm_holders",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.459Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [
    {
      "input": {
        "date": {
          "to": "2026-05-27",
          "from": "2026-05-26"
        },
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 50
        },
        "token_address": "0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_holders",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
        "settlement_receipt": {
          "mode": "circle_arc",
          "asset": "USDC",
          "caip2": "eip155:5042002",
          "payer": "agentrouter_consumer",
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "status": "settled",
          "network": "arc-testnet",
          "tx_hash": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-05-27T07:54:12.305Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "params": {
          "chain": "ethereum",
          "window": "24h",
          "token_symbol": "ERA",
          "token_address": "0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a",
          "requested_service": "nansen_tgm_holders"
        },
        "capability": "token_smart_money_activity",
        "constraints": {
          "max_price_usdc": "0.05",
          "freshness_seconds": 300
        },
        "consumer_context": {
          "task": "ERA final onchain control-risk report",
          "source": "codex_direct_service_invocation"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0x5e92da77fa201b0d296303c0e8a8f71087d3ece0cce4e33c618e600913b1ef8c",
        "chain_id": 5042002,
        "created_at": "2026-05-27T07:54:17.201Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1779868452368",
        "trace_hash": "0x21da7d0e43c48aa720fd3d6ab0a1484529afd78b6d669c5cece628005319cded",
        "result_hash": "0xff5f0633d71aaca53997fdc45280de4bd72ce4db14a39df06466d6e846d3822e",
        "block_number": "44245208",
        "explorer_url": "https://testnet.arcscan.app/tx/0x5e92da77fa201b0d296303c0e8a8f71087d3ece0cce4e33c618e600913b1ef8c",
        "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0xc2ce53c1bbdec63163254da07f0eb6db61fd54c477e71bf736e415c1c3d17e59"
      },
      "created_at": "2026-05-27T07:54:12.801Z",
      "input_hash": "0x2aa9ae2c55d7a38f1d8e3881c436f25bf70018608f4f10371ba353b5f530867c",
      "payment_tx": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
      "request_id": "req_1779868452368",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_holders",
      "trace_hash": "0x21da7d0e43c48aa720fd3d6ab0a1484529afd78b6d669c5cece628005319cded",
      "provider_id": "provider_nansen_api",
      "result_hash": "0xff5f0633d71aaca53997fdc45280de4bd72ce4db14a39df06466d6e846d3822e",
      "verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) holders data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.3508,
          "success_rate": 0,
          "feedback_count": 1,
          "intent_fit_rate": null,
          "usefulness_rate": null,
          "schema_valid_rate": 0,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 1,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": null,
          "consumer_feedback_count": 0,
          "operational_feedback_count": 1,
          "average_agent_friendly_score": 0.76
        },
        "badges": [
          {
            "code": "verified_live_endpoint",
            "label": "Verified live endpoint",
            "level": "positive"
          },
          {
            "code": "healthy",
            "label": "Healthy",
            "level": "positive"
          },
          {
            "code": "fresh_data",
            "label": "Fresh data",
            "level": "positive"
          },
          {
            "code": "source_declared",
            "label": "Source declared",
            "level": "neutral"
          }
        ],
        "health": {
          "status": "healthy",
          "health_version": "agent_service_health_v1",
          "circuit_breaker": {
            "active": false,
            "reason": null,
            "recent_window": 1,
            "recent_failures": 1
          },
          "last_failure_at": "2026-05-27T07:54:12.630Z",
          "last_success_at": null,
          "last_validation_at": "2026-05-27T06:39:02.087Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 1
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "created_at": "2026-05-27T06:39:02.087Z",
        "service_id": "nansen_tgm_holders",
        "updated_at": "2026-05-27T06:39:02.087Z",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_holders",
          "holder_distribution"
        ],
        "request_data": {
          "fields": [
            "chain",
            "token_address",
            "pagination"
          ],
          "example": {
            "chain": "ethereum",
            "pagination": {
              "page": 1,
              "per_page": 3
            },
            "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
          },
          "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
          "shape_summary": "object keys: chain, token_address, pagination"
        },
        "display_title": "Get \"Token God Mode\" (TGM) holders data",
        "response_data": {
          "fields": [
            "data",
            "data.address",
            "data.address_label",
            "data.token_amount",
            "data.total_outflow",
            "data.total_inflow",
            "data.balance_change_24h",
            "data.balance_change_7d",
            "data.balance_change_30d",
            "data.ownership_percentage",
            "data.value_usd",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page",
            "warnings"
          ],
          "preview": {
            "data": [
              {
                "address": "0x0000000000000000000000000000000000000000",
                "value_usd": "example",
                "token_amount": "example",
                "total_inflow": "example",
                "address_label": "0x0000000000000000000000000000000000000000",
                "total_outflow": "example",
                "balance_change_7d": "example",
                "balance_change_24h": "example",
                "balance_change_30d": "example",
                "ownership_percentage": "example"
              }
            ],
            "warnings": "example",
            "pagination": {
              "page": 1,
              "per_page": 10,
              "is_last_page": true
            }
          },
          "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
          "shape_summary": "object keys: data, pagination, warnings"
        },
        "sample_request": {
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "quality_profile": {
          "feedback_count": 1,
          "profile_version": "agent_data_quality_profile_v1",
          "result_contract": {
            "semantic_checks": [
              "agent_friendliness",
              "intent_fit_summary"
            ],
            "envelope_required": true,
            "deterministic_checks": [
              "http_status",
              "schema",
              "envelope",
              "freshness",
              "coverage",
              "empty_result"
            ]
          },
          "latest_verification": {
            "issues": [
              {
                "code": "SCHEMA_ERROR",
                "message": "$.data is required"
              },
              {
                "code": "STATUS_NOT_SUCCESS",
                "message": "Result status is not success."
              },
              {
                "code": "EMPTY_RESULT",
                "message": "Provider returned a structurally valid response, but the data payload is empty."
              }
            ],
            "data_shape": {
              "type": "undefined",
              "empty": true,
              "top_level_keys": []
            },
            "schema_valid": false,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": false,
            "freshness_valid": true,
            "deterministic_score": 0.4,
            "agent_friendly_score": 0.76,
            "overall_quality_score": 0.47
          },
          "quality_event_count": 0,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": null,
          "latest_validation_ok": true,
          "upstream_error_count": 1,
          "latest_validation_error": null,
          "declared_freshness_seconds": 300
        },
        "sample_response": {
          "status": "success",
          "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity. (sample response)",
          "metadata": {
            "confidence": 0.7,
            "limitations": [
              "Sample response is mock/static and not a live paid response."
            ],
            "data_sources": [
              "provider_config_hosted_http"
            ],
            "is_estimated": true,
            "freshness_seconds": 86400
          },
          "redaction": {
            "reason": "Public discovery responses expose schema and shape only. Real values require paid invocation.",
            "redacted": true
          },
          "data_shape": {
            "data": {
              "type": "array",
              "item_shape": {
                "address": "<address_or_hash>",
                "value_usd": "<string>",
                "token_amount": "<string>",
                "total_inflow": "<string>",
                "address_label": "<address_or_hash>",
                "total_outflow": "<string>",
                "balance_change_7d": "<string>",
                "balance_change_24h": "<string>",
                "balance_change_30d": "<string>",
                "ownership_percentage": "<string>"
              },
              "item_count_sample": 1
            },
            "warnings": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>",
              "is_last_page": "<boolean>"
            }
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "chain": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>"
            },
            "token_address": "<address_or_hash>"
          },
          "sample_type": "mock",
          "schema_version": "agent_data_envelope_v1"
        },
        "pre_call_context": {
          "trust": {
            "provider_id": "provider_nansen_api",
            "trust_score": 0.3508,
            "success_rate": 0,
            "feedback_count": 1,
            "intent_fit_rate": null,
            "usefulness_rate": null,
            "schema_valid_rate": 0,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 1,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": null,
            "consumer_feedback_count": 0,
            "operational_feedback_count": 1,
            "average_agent_friendly_score": 0.76
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 1,
              "recent_failures": 1
            },
            "last_failure_at": "2026-05-27T07:54:12.630Z",
            "last_success_at": null,
            "last_validation_at": "2026-05-27T06:39:02.087Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 1
          },
          "pricing": {
            "amount": "0.01",
            "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
            "network": "base",
            "currency": "USDC",
            "protocol": "x402",
            "settlement_model": "direct_provider_wallet"
          },
          "freshness": {
            "update_frequency": "on_request",
            "max_data_lag_seconds": 300,
            "declared_live_on_request": true
          },
          "provenance": {
            "source_type": "provider_declared_data_service",
            "credential_custody": "hosted_runtime_config",
            "provenance_version": "agent_data_source_provenance_v1",
            "authorization_status": "provider_declared",
            "verified_by_platform": false,
            "redistribution_status": "provider_declared",
            "source_provenance_level": "wrapped_api",
            "platform_stores_credentials": true
          },
          "risk_flags": [
            "recent_failures",
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "request_data": {
            "fields": [
              "chain",
              "token_address",
              "pagination"
            ],
            "example": {
              "chain": "ethereum",
              "pagination": {
                "page": 1,
                "per_page": 3
              },
              "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
            },
            "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
            "shape_summary": "object keys: chain, token_address, pagination"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-05-27T06:39:02.087Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.address",
              "data.address_label",
              "data.token_amount",
              "data.total_outflow",
              "data.total_inflow",
              "data.balance_change_24h",
              "data.balance_change_7d",
              "data.balance_change_30d",
              "data.ownership_percentage",
              "data.value_usd",
              "pagination",
              "pagination.page",
              "pagination.per_page",
              "pagination.is_last_page",
              "warnings"
            ],
            "preview": {
              "data": [
                {
                  "address": "0x0000000000000000000000000000000000000000",
                  "value_usd": "example",
                  "token_amount": "example",
                  "total_inflow": "example",
                  "address_label": "0x0000000000000000000000000000000000000000",
                  "total_outflow": "example",
                  "balance_change_7d": "example",
                  "balance_change_24h": "example",
                  "balance_change_30d": "example",
                  "ownership_percentage": "example"
                }
              ],
              "warnings": "example",
              "pagination": {
                "page": 1,
                "per_page": 10,
                "is_last_page": true
              }
            },
            "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
            "shape_summary": "object keys: data, pagination, warnings"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_holders when the task fits: nansen, token_god_mode, token_data, token_holders, holder_distribution. Costs 0.01 USDC via x402 on base. Service is currently healthy.",
          "buyer_requirements": {
            "network": "base",
            "currency": "USDC",
            "max_budget_field": "max_amount",
            "payment_protocol": "x402",
            "payment_required": true,
            "needs_buyer_api_key": false
          },
          "provider_requirements": {
            "credential_public": false,
            "credential_custody": "hosted_runtime_config",
            "provider_credential_required": true
          }
        },
        "source_provenance": {
          "source_type": "provider_declared_data_service",
          "credential_custody": "hosted_runtime_config",
          "provenance_version": "agent_data_source_provenance_v1",
          "authorization_status": "provider_declared",
          "verified_by_platform": false,
          "redistribution_status": "provider_declared",
          "source_provenance_level": "wrapped_api",
          "platform_stores_credentials": true
        },
        "verification_status": "verified",
        "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) holders data. Endpoint: POST /api/v1/tgm/holders. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
        "validation_result_preview": null
      },
      "verification_hash": "0xc2ce53c1bbdec63163254da07f0eb6db61fd54c477e71bf736e415c1c3d17e59",
      "trace_payload_hash": "0x21da7d0e43c48aa720fd3d6ab0a1484529afd78b6d669c5cece628005319cded"
    },
    {
      "input": {
        "chain": "robinhood",
        "order_by": [
          {
            "field": "token_amount",
            "direction": "DESC"
          }
        ],
        "label_type": "all_holders",
        "pagination": {
          "page": 1,
          "per_page": 10
        },
        "token_address": "0x39dbed3a2bd333467115de45665cc57f813c4571",
        "aggregate_by_entity": false
      },
      "payment": {
        "quote": {
          "price": "0.01",
          "amount": "0.01",
          "budget": {
            "allowed": true,
            "max_price_usdc": "0.01"
          },
          "reason": "Service price 0.01 credits is within budget.",
          "pricing": {
            "amount": "0.01",
            "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
            "network": "agentrouter",
            "currency": "credits",
            "protocol": "platform_credits",
            "settlement_model": "prepaid_ledger"
          },
          "quote_id": "quote_2bf33432-cc9f-48f5-925d-089095de911c",
          "would_pay": true,
          "service_id": "nansen_tgm_holders",
          "settlement": {
            "caip2": null,
            "backend": "credits",
            "network": "agentrouter",
            "chain_id": null,
            "protocol": "platform_credits",
            "settlement_model": "prepaid_ledger"
          },
          "provider_id": "provider_nansen_api",
          "guard_result": "pass",
          "quote_version": "agent_router_payment_quote_v1",
          "agent_decision": {
            "can_answer": true,
            "quote_status": "quote_ready",
            "expected_data": [
              "nansen",
              "token_god_mode",
              "token_data",
              "token_holders",
              "holder_distribution",
              "token_flow",
              "data",
              "data.address",
              "data.value_usd",
              "data.token_amount"
            ],
            "decision_version": "agentrouter_quote_decision_v1",
            "user_budget_policy": {
              "source": "caller_configured_max_price",
              "currency": "credits",
              "policy_version": "agentrouter_budget_policy_v1",
              "per_call_max_usdc": "0.01"
            },
            "auto_invoke_allowed": false,
            "execution_available": false,
            "main_agent_next_action": "connect_credits_or_configure_local_payment",
            "payment_executor_available": false,
            "why_paid_data_is_justified": "Public web sources may be stale, incomplete, or unable to verify nansen, token_god_mode, token_data, token_holders. AgentRouter uses a paid, verified service call with payment and evidence metadata.",
            "payment_authorized_by_budget": true,
            "do_not_use_provider_direct_fallback": true,
            "requires_additional_user_confirmation": false
          },
          "payment_backend": {
            "mode": "credits",
            "notes": "AgentRouter credits are held in a persistent platform ledger. The provider runtime authenticates a consumer API key and atomically debits each successful call.",
            "backend": "credits",
            "execution_layer": "credits",
            "real_settlement": true,
            "supported_backends": [
              "credits",
              "x402",
              "omniagentpay",
              "circle_arc"
            ]
          },
          "selected_service": {
            "title": "Get \"Token God Mode\" (TGM) holders data",
            "pricing": {
              "amount": "0.01",
              "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
              "network": "agentrouter",
              "currency": "credits",
              "protocol": "platform_credits",
              "settlement_model": "prepaid_ledger"
            },
            "service_id": "nansen_tgm_holders",
            "provider_id": "provider_nansen_api",
            "trust_score": 0.6574,
            "health_status": "healthy",
            "routing_score": 0.6507,
            "candidate_group": "holder_distribution,nansen,token_data,token_god_mode,token_holders",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 1,
              "recent_failures": 1
            },
            "selection_badges": [
              "verified_live_endpoint",
              "healthy",
              "source_wrapped_api",
              "has_agent_feedback",
              "recent_failures"
            ],
            "selection_reason": "Matched 2/2 required capabilities, verification=verified, trust=0.66, consumer_feedback=1, recent_failure=1, health=healthy, provenance=wrapped_api, price=0.01 USDC.",
            "recent_failure_rate": 1,
            "consumer_feedback_count": 1,
            "source_provenance_level": "wrapped_api"
          }
        },
        "payment_tx": "credits:cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
        "settlement_receipt": {
          "mode": "credits",
          "asset": "credits",
          "payer": "agentrouter_consumer",
          "amount": "0.01",
          "status": "charged",
          "network": "agentrouter",
          "protocol": "platform_credits",
          "created_at": "2026-09-07T15:27:14.937Z",
          "balance_after": "19.84",
          "ledger_entry_id": "cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
          "payment_backend": "credits",
          "receipt_version": "agent_router_settlement_receipt_v1"
        }
      },
      "request": {
        "params": {
          "chain": "robinhood",
          "limit": 10,
          "query": "查robinhood链上PONS代币的前10大 token holder的地址，使用刚刚已解析的合约 0x39dbed3a2bd333467115de45665cc57f813c4571",
          "token_address": "0x39dbed3a2bd333467115de45665cc57f813c4571"
        },
        "capability": "token_holders",
        "constraints": {
          "max_price_usdc": "0.01"
        },
        "consumer_context": {}
      },
      "arc_anchor": {
        "mode": "bsc",
        "caip2": "eip155:56",
        "error": "The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.",
        "status": "anchor_pending_retry",
        "durable": true,
        "network": "bsc",
        "tx_hash": null,
        "attempts": 1,
        "chain_id": 56,
        "retryable": true,
        "created_at": "2026-09-07T15:27:17.546Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1788794834931",
        "trace_hash": "0x504f4977213548f1283e6b68dd61e6a8146b97ddc7d98a2cfef733081958a3b7",
        "result_hash": "0x9d6ff9cbf2375467653ece2e62ea27ab0b918bb491a22ff04bf009dc287109b8",
        "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
        "outbox_job_id": "anchor_948e7d6390398043b1105f49002aca4c9baf75712d9d6da83fc99204ae84db38",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_onchain",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0xc56248fecfa18add076163d84a87647d35fb1c3641dcf60d571559f1b16f240c",
        "contract_address": "0xa1d4ec27a8e5e32808589c60433ec28fb8ae11a3",
        "transaction_nonce": "0",
        "verification_hash": "0x9a2877d703c1a6821c876b7bdf279eea2a9a09880866ad209664c14043d21e00"
      },
      "created_at": "2026-09-07T15:27:15.327Z",
      "input_hash": "0x77216b1c7ba6fdd46395c49c8618d3f10c6677fea55b112968746c06acc5704a",
      "payment_tx": "credits:cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
      "request_id": "req_1788794834931",
      "route_type": "structured_capability_request",
      "service_id": "nansen_tgm_holders",
      "trace_hash": "0x504f4977213548f1283e6b68dd61e6a8146b97ddc7d98a2cfef733081958a3b7",
      "config_hash": "0x8da014cf7761fa088e646ea67681deb1c57a2e889c9b8f5aaedb73c4a8f23e0f",
      "output_hash": "0x9d6ff9cbf2375467653ece2e62ea27ab0b918bb491a22ff04bf009dc287109b8",
      "provider_id": "provider_nansen_api",
      "result_hash": "0x9d6ff9cbf2375467653ece2e62ea27ab0b918bb491a22ff04bf009dc287109b8",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "top_level_keys": [
            "data",
            "pagination",
            "warnings"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "intent_fit_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "manifest_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14",
      "manifest_type": "hosted_http_data_api",
      "service_binding": {
        "version": "1.0.0",
        "service_id": "nansen_tgm_holders",
        "config_hash": "0x8da014cf7761fa088e646ea67681deb1c57a2e889c9b8f5aaedb73c4a8f23e0f",
        "provider_id": "provider_nansen_api",
        "manifest_hash": "0xe86185b9381cdf904def5d01364121a102d4501a94820064bb0582ce85b54a14",
        "manifest_type": "hosted_http_data_api"
      },
      "service_version": "1.0.0",
      "evidence_profile": {
        "profile_type": "paid_hosted_http_data_api_execution",
        "manifest_type": "hosted_http_data_api",
        "storage_model": "offchain_full_evidence_arc_hash_anchor",
        "evidence_scope": "service_call",
        "profile_version": "agentrouter_execution_evidence_profile_v1",
        "required_bindings": [
          "service_id",
          "manifest_hash",
          "input_hash",
          "output_hash",
          "payment_tx",
          "verification_report"
        ],
        "erc8257_manifest_compatible": true,
        "erc8004_reputation_compatible": true
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) holders data",
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "agentrouter",
          "currency": "credits",
          "protocol": "platform_credits",
          "settlement_model": "prepaid_ledger"
        },
        "service_id": "nansen_tgm_holders",
        "provider_id": "provider_nansen_api",
        "trust_score": 0.6574,
        "health_status": "healthy",
        "routing_score": 0.6507,
        "candidate_group": "holder_distribution,nansen,token_data,token_god_mode,token_holders",
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 1,
          "recent_failures": 1
        },
        "selection_badges": [
          "verified_live_endpoint",
          "healthy",
          "source_wrapped_api",
          "has_agent_feedback",
          "recent_failures"
        ],
        "selection_reason": "Matched 2/2 required capabilities, verification=verified, trust=0.66, consumer_feedback=1, recent_failure=1, health=healthy, provenance=wrapped_api, price=0.01 USDC.",
        "recent_failure_rate": 1,
        "consumer_feedback_count": 1,
        "source_provenance_level": "wrapped_api"
      },
      "verification_hash": "0x9a2877d703c1a6821c876b7bdf279eea2a9a09880866ad209664c14043d21e00",
      "trace_payload_hash": "0x504f4977213548f1283e6b68dd61e6a8146b97ddc7d98a2cfef733081958a3b7",
      "verification_report": {
        "created_at": "2026-09-07T15:27:15.327Z",
        "request_id": "req_1788794834931",
        "service_id": "nansen_tgm_holders",
        "report_hash": "0x9a2877d703c1a6821c876b7bdf279eea2a9a09880866ad209664c14043d21e00",
        "schema_valid": true,
        "business_error": null,
        "coverage_valid": true,
        "data_non_empty": true,
        "report_version": "agentrouter_verification_report_v1",
        "freshness_valid": true,
        "deterministic_checks": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 10
              }
            ],
            "top_level_keys": [
              "data",
              "pagination",
              "warnings"
            ]
          },
          "sanity_valid": true,
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "intent_fit_valid": true,
          "data_quality_issues": [],
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "verification_report_hash": "0x9a2877d703c1a6821c876b7bdf279eea2a9a09880866ad209664c14043d21e00"
    }
  ],
  "recent_quality_events": [
    {
      "status": "needs_review",
      "created_at": "2026-05-27T07:54:17.266Z",
      "event_hash": "0xfe084a9ec54b043cd9238a2d92109b46a6335dbd06b6bcf3d80ff3d67d0e7e23",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
      "request_id": "req_1779868452368",
      "service_id": "nansen_tgm_holders",
      "trace_hash": "0x21da7d0e43c48aa720fd3d6ab0a1484529afd78b6d669c5cece628005319cded",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [
        {
          "code": "SCHEMA_ERROR",
          "message": "$.data is required"
        },
        {
          "code": "STATUS_NOT_SUCCESS",
          "message": "Result status is not success."
        },
        {
          "code": "EMPTY_RESULT",
          "message": "Provider returned a structurally valid response, but the data payload is empty."
        }
      ],
      "quality_event_id": "0xcdc5d3fe5967064f4a16ca9f1644a3186f30b03f7dd4bb98cae1bab1b0231f1c",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      }
    },
    {
      "input": {
        "chain": "robinhood",
        "order_by": [
          {
            "field": "token_amount",
            "direction": "DESC"
          }
        ],
        "label_type": "all_holders",
        "pagination": {
          "page": 1,
          "per_page": 10
        },
        "token_address": "0x39dbed3a2bd333467115de45665cc57f813c4571",
        "aggregate_by_entity": false
      },
      "status": "passed",
      "created_at": "2026-09-07T15:27:14.940Z",
      "payment_tx": "credits:cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
      "request_id": "req_1788794834931",
      "service_id": "nansen_tgm_holders",
      "http_status": 200,
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "business_error": {
        "detected": false
      },
      "blocking_issues": [],
      "quality_event_id": "qe_1788794834940_b2d49585",
      "blocking_issue_count": 0,
      "agent_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "top_level_keys": [
            "data",
            "pagination",
            "warnings"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      }
    }
  ],
  "recent_feedback_events": [
    {
      "status": "error",
      "created_at": "2026-05-27T07:54:12.630Z",
      "latency_ms": null,
      "payment_tx": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
      "request_id": "req_1779868452368",
      "service_id": "nansen_tgm_holders",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": false,
      "verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0x8f86ec002b3e305978a1924a59188b01b9ddf96a148ab56510cf759530e4b774",
      "coverage_valid": true,
      "data_non_empty": false,
      "consumer_rating": 0.425,
      "freshness_valid": true,
      "payment_backend": "circle_arc",
      "settlement_receipt": {
        "mode": "circle_arc",
        "asset": "USDC",
        "caip2": "eip155:5042002",
        "payer": "agentrouter_consumer",
        "amount": "0.01",
        "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
        "status": "settled",
        "network": "arc-testnet",
        "tx_hash": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-05-27T07:54:12.305Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
          "amount": "0.01"
        },
        "block_number": "44245197",
        "explorer_url": "https://testnet.arcscan.app/tx/0x0666f94dba03095eb9958bc5eb196b10383e3ee0428ad36924ca80cb32e85d28",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      },
      "consumer_feedback": {
        "reason": "The holders call charged successfully but upstream returned HTTP 422 because the date field is not accepted, so no holder rows were usable.",
        "confidence": 0.95,
        "intent_fit": "partial",
        "answer_useful": "no",
        "consumer_score": 0.425,
        "missing_fields": [
          "holder rows",
          "holder labels",
          "concentration data"
        ],
        "data_quality_score": 0.2,
        "used_in_final_answer": true
      },
      "consumer_feedback_actor_key": "codex_local_agent",
      "consumer_feedback_arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0xa78f7eb025048f8bd3807e2ad312a4ee2542409bbdfd0dd94b700285107a8550",
        "chain_id": 5042002,
        "created_at": "2026-05-27T07:55:43.759Z",
        "event_type": "AgentRouterFeedback",
        "request_id": "req_1779868452368",
        "block_number": "44245374",
        "explorer_url": "https://testnet.arcscan.app/tx/0xa78f7eb025048f8bd3807e2ad312a4ee2542409bbdfd0dd94b700285107a8550",
        "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
        "feedback_hash": "0x90d0d751a45ea9f901176efc43fef327e4d89b07292ff1ac4e3b6a22bfc8133e",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_feedback_offchain_hash_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_feedback_arc_anchor_v1",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0"
      },
      "consumer_feedback_erc8004": {
        "tag1": "data_quality",
        "tag2": "intent_fit",
        "caip2": "eip155:5042002",
        "error": "ERC-8004 agent_id is missing. Set ADN_ERC8004_AGENT_ID or attach registration.erc8004.agent_id to the service manifest.",
        "value": 4250,
        "status": "not_configured",
        "network": "arc-testnet",
        "agent_id": null,
        "chain_id": 5042002,
        "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868452368",
        "standard": "ERC-8004",
        "created_at": "2026-05-27T07:55:48.416Z",
        "event_type": "AgentRouterConsumerFeedback",
        "request_id": "req_1779868452368",
        "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868452368",
        "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
        "feedback_hash": "0xd6842207b164c0b5ebad65e41b4c3918a0dfd87c98278751185ea9bc1d531f0a",
        "function_name": "giveFeedback",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "registry_type": "reputation",
        "value_decimals": 2,
        "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
        "identity_registry_address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
        "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
      },
      "consumer_feedback_trust_anchor": {
        "erc8004": {
          "tag1": "data_quality",
          "tag2": "intent_fit",
          "caip2": "eip155:5042002",
          "error": "ERC-8004 agent_id is missing. Set ADN_ERC8004_AGENT_ID or attach registration.erc8004.agent_id to the service manifest.",
          "value": 4250,
          "status": "not_configured",
          "network": "arc-testnet",
          "agent_id": null,
          "chain_id": 5042002,
          "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868452368",
          "standard": "ERC-8004",
          "created_at": "2026-05-27T07:55:48.416Z",
          "event_type": "AgentRouterConsumerFeedback",
          "request_id": "req_1779868452368",
          "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868452368",
          "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
          "feedback_hash": "0xd6842207b164c0b5ebad65e41b4c3918a0dfd87c98278751185ea9bc1d531f0a",
          "function_name": "giveFeedback",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "registry_type": "reputation",
          "value_decimals": 2,
          "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
          "identity_registry_address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
          "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
        },
        "arc_anchor": {
          "mode": "arc_testnet",
          "caip2": "eip155:5042002",
          "status": "anchored",
          "network": "arc-testnet",
          "tx_hash": "0xa78f7eb025048f8bd3807e2ad312a4ee2542409bbdfd0dd94b700285107a8550",
          "chain_id": 5042002,
          "created_at": "2026-05-27T07:55:43.759Z",
          "event_type": "AgentRouterFeedback",
          "request_id": "req_1779868452368",
          "block_number": "44245374",
          "explorer_url": "https://testnet.arcscan.app/tx/0xa78f7eb025048f8bd3807e2ad312a4ee2542409bbdfd0dd94b700285107a8550",
          "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
          "feedback_hash": "0x90d0d751a45ea9f901176efc43fef327e4d89b07292ff1ac4e3b6a22bfc8133e",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "storage_model": "full_feedback_offchain_hash_on_arc",
          "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
          "anchor_version": "agent_router_feedback_arc_anchor_v1",
          "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0"
        },
        "primary_standard": "custom_arc_anchor",
        "trust_anchor_version": "agent_router_trust_anchor_v1"
      }
    },
    {
      "status": "success",
      "created_at": "2026-09-07T15:27:14.940Z",
      "latency_ms": 4090,
      "payment_tx": "credits:cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
      "request_id": "req_1788794834931",
      "service_id": "nansen_tgm_holders",
      "consumer_id": "agentrouter_consumer",
      "http_status": 200,
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "top_level_keys": [
            "data",
            "pagination",
            "warnings"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "event_version": "agent_service_feedback_v1",
      "billing_status": "charged",
      "business_error": null,
      "consumer_rating": 1,
      "payment_backend": "credits",
      "payment_collected": true,
      "settlement_receipt": {
        "mode": "credits",
        "asset": "credits",
        "payer": "agentrouter_consumer",
        "amount": "0.01",
        "status": "charged",
        "network": "agentrouter",
        "protocol": "platform_credits",
        "created_at": "2026-09-07T15:27:14.937Z",
        "balance_after": "19.84",
        "ledger_entry_id": "cle_eab80df8-ad02-48ef-a1d8-00b705944c45",
        "payment_backend": "credits",
        "receipt_version": "agent_router_settlement_receipt_v1"
      },
      "result_delivery_status": "delivered",
      "consumer_feedback": {
        "reason": "Verification confirmed task relevance and coverage.",
        "confidence": 0.85,
        "intent_fit": "yes",
        "answer_useful": "yes",
        "consumer_score": 1,
        "missing_fields": [],
        "data_quality_score": 1,
        "used_in_final_answer": null
      },
      "consumer_feedback_actor_key": "github:24773775",
      "consumer_feedback_arc_anchor": {
        "reason": "ERC-8004 is the single public onchain record for consumer feedback.",
        "status": "not_used",
        "superseded_by": "ERC-8004",
        "recorded_offchain": true
      },
      "consumer_feedback_erc8004": {
        "tag1": "data_quality",
        "tag2": "intent_fit",
        "caip2": "eip155:56",
        "error": "ERC-8004 agent_id is missing for the active settlement chain.",
        "value": 10000,
        "status": "not_configured",
        "network": "bsc",
        "agent_id": null,
        "chain_id": 56,
        "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1788794834931",
        "standard": "ERC-8004",
        "created_at": "2026-09-07T15:27:21.768Z",
        "event_type": "AgentRouterConsumerFeedback",
        "request_id": "req_1788794834931",
        "provider_id": "provider_nansen_api",
        "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1788794834931",
        "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
        "feedback_hash": "0x73542159e6107cf00448b8de8f8a8466120e9d8ceab3f0bb5d2f3ab3ca6cb67b",
        "function_name": "giveFeedback",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "registry_type": "reputation",
        "value_decimals": 2,
        "agent_id_source": "not_configured",
        "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
        "recorded_offchain": true,
        "identity_registry_address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
        "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
      },
      "consumer_feedback_trust_anchor": {
        "state": "offchain_recorded",
        "erc8004": {
          "tag1": "data_quality",
          "tag2": "intent_fit",
          "caip2": "eip155:56",
          "error": "ERC-8004 agent_id is missing for the active settlement chain.",
          "value": 10000,
          "status": "not_configured",
          "network": "bsc",
          "agent_id": null,
          "chain_id": 56,
          "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1788794834931",
          "standard": "ERC-8004",
          "created_at": "2026-09-07T15:27:21.768Z",
          "event_type": "AgentRouterConsumerFeedback",
          "request_id": "req_1788794834931",
          "provider_id": "provider_nansen_api",
          "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1788794834931",
          "service_hash": "0xbe49873c8d4b66d7d9eada8242cdcbf371b2e36621b3dd54b6605e54a3542690",
          "feedback_hash": "0x73542159e6107cf00448b8de8f8a8466120e9d8ceab3f0bb5d2f3ab3ca6cb67b",
          "function_name": "giveFeedback",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "registry_type": "reputation",
          "value_decimals": 2,
          "agent_id_source": "not_configured",
          "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
          "recorded_offchain": true,
          "identity_registry_address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
          "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
        },
        "arc_anchor": {
          "reason": "ERC-8004 is the single public onchain record for consumer feedback.",
          "status": "not_used",
          "superseded_by": "ERC-8004",
          "recorded_offchain": true
        },
        "primary_standard": "offchain_feedback",
        "trust_anchor_version": "agent_router_trust_anchor_v1"
      }
    }
  ],
  "recent_health_checks": []
}