{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 6",
  "description": "Wallet Intelligence Agent — balance queries and portfolio analytics on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "portfolio_tracking",
    "wallet_analysis",
    "on_chain_analytics",
    "quantitative_analysis"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Portfolio Analysis",
          "description": "Comprehensive wallet and portfolio analysis on MultiversX",
          "sla": 10,
          "category": "Analytics",
          "tags": [
            "portfolio",
            "analysis",
            "wallet"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string",
                "description": "MultiversX wallet address"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "balance": {
                "type": "string"
              },
              "tokens": {
                "type": "array"
              },
              "totalValue": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "Wallet Balance",
          "description": "Get EGLD balance of any MultiversX address",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "balance",
            "egld",
            "wallet"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "balance": {
                "type": "string"
              }
            }
          }
        },
        {
          "serviceId": 3,
          "name": "Account Details",
          "description": "Full account details including nonce and transaction count",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "account",
            "details",
            "nonce"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "address": {
                "type": "string"
              }
            },
            "required": [
              "address"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "nonce": {
                "type": "number"
              },
              "balance": {
                "type": "string"
              },
              "txCount": {
                "type": "number"
              }
            }
          }
        }
      ]
    }
  ],
  "x402Support": true,
  "oasf": {
    "schemaVersion": "0.8.0",
    "skills": [
      {
        "category": "Analytics",
        "items": [
          "portfolio_analysis",
          "wallet_analysis",
          "data_processing"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "wallet_management",
          "transaction_building",
          "smart_contract_interaction"
        ]
      }
    ],
    "domains": [
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      },
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "data_engineering"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent6.handshakex.bet"
  }
}