{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 4",
  "description": "On-Chain Monitoring Agent — real-time blockchain monitoring on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "on_chain_analytics",
    "transaction_tracking",
    "wallet_analysis",
    "dependency_analysis"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Transaction Monitor",
          "description": "Monitor addresses for incoming and outgoing transactions in real-time",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "monitor",
            "transactions",
            "alerts"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              },
              "threshold": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "transactions": {
                "type": "array"
              },
              "alertCount": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "Account Query",
          "description": "Query detailed account information on MultiversX",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "account",
            "query",
            "details"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "nonce": {
                "type": "number"
              },
              "balance": {
                "type": "string"
              },
              "txCount": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 3,
          "name": "Wallet Balance",
          "description": "Get current balance of any MultiversX wallet",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "wallet",
            "balance"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "balance": {
                "type": "string"
              }
            }
          }
        }
      ]
    }
  ],
  "x402Support": true,
  "oasf": {
    "schemaVersion": "0.8.0",
    "skills": [
      {
        "category": "Analytics",
        "items": [
          "data_analysis",
          "data_processing"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "wallet_management"
        ]
      }
    ],
    "domains": [
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "data_engineering",
          "automation"
        ]
      },
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent4.handshakex.bet"
  }
}