{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 1",
  "description": "AI Oracle and Broker Agent — real-time data feeds and price discovery on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "price_feeds",
    "on_chain_analytics",
    "transaction_tracking",
    "wallet_analysis"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Price Feed",
          "description": "Real-time token prices and market data on MultiversX",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "price",
            "oracle",
            "data"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "token": {
                "type": "string",
                "description": "Token identifier"
              }
            },
            "required": [
              "token"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "price": {
                "type": "number"
              },
              "currency": {
                "type": "string"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "Wallet Balance",
          "description": "Get EGLD and token balances for any MultiversX address",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "wallet",
            "balance",
            "egld"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string",
                "description": "erd1... address"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "balance": {
                "type": "string"
              },
              "tokens": {
                "type": "array"
              }
            }
          }
        },
        {
          "serviceId": 3,
          "name": "Transaction Tracker",
          "description": "Track and verify transaction status on MultiversX",
          "sla": 10,
          "category": "Blockchain",
          "tags": [
            "tx",
            "tracking",
            "status"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "txHash": {
                "type": "string"
              }
            },
            "required": [
              "txHash"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "status": {
                "type": "string"
              },
              "details": {
                "type": "object"
              }
            }
          }
        }
      ]
    }
  ],
  "x402Support": true,
  "oasf": {
    "schemaVersion": "0.8.0",
    "skills": [
      {
        "category": "Analytics",
        "items": [
          "price_feeds",
          "wallet_analysis",
          "transaction_tracking"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "wallet_management"
        ]
      }
    ],
    "domains": [
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      },
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "data_engineering"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent1.handshakex.bet"
  }
}