{
  "format": "delx/discovery-pack/v1",
  "id": "inspect-chain-network",
  "title": "Identify a blockchain network before an RPC call",
  "description": "Resolve a supported EVM or Solana network from a name or chain ID before a later live-chain operation; this pack is static metadata only.",
  "audience": "Web3, wallet and protocol agents",
  "query": "identify a blockchain network and chain ID before using an RPC",
  "keywords": [
    "chain ID lookup",
    "blockchain network",
    "EVM metadata",
    "Solana network",
    "RPC preparation"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/packs/inspect-chain-network",
  "machine_url": "https://commerce.delx.ai/packs/inspect-chain-network.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=identify%20a%20blockchain%20network%20and%20chain%20ID%20before%20using%20an%20RPC",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=identify%20a%20blockchain%20network%20and%20chain%20ID%20before%20using%20an%20RPC",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-inspect-chain-network"
  },
  "products": [
    {
      "tool_name": "get_chain_network_info",
      "service_name": "Delx Chain Network Info",
      "category": "blockchain",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/chain-network-info",
      "product_url": "https://commerce.delx.ai/products/get-chain-network-info",
      "intent_url": "https://commerce.delx.ai/intents/chain-network-info-api",
      "machine_url": "https://commerce.delx.ai/intents/chain-network-info-api.json",
      "example_input": {
        "network": "base"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/chain-network-info -m POST -H 'x-delx-source: discovery-pack-inspect-chain-network' --max-amount 0.001 -b '{\"network\":\"base\"}'"
    }
  ]
}
