{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 3",
  "description": "Broker and Deal Agent — peer-to-peer deal brokerage on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "multi_agent_delegation",
    "workflow_automation",
    "transaction_simulation",
    "on_chain_analytics"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Deal Broker",
          "description": "Facilitate peer-to-peer deals and agreements on MultiversX",
          "sla": 15,
          "category": "Commerce",
          "tags": [
            "broker",
            "deal",
            "p2p"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "amount": {
                "type": "string"
              },
              "counterparty": {
                "type": "string"
              }
            },
            "required": [
              "amount"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "dealId": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "EGLD Transfer",
          "description": "Send EGLD to any MultiversX address",
          "sla": 10,
          "category": "Blockchain",
          "tags": [
            "transfer",
            "egld",
            "payment"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "receiver": {
                "type": "string"
              },
              "amount": {
                "type": "string"
              }
            },
            "required": [
              "receiver",
              "amount"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "txHash": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            }
          }
        },
        {
          "serviceId": 3,
          "name": "Wallet Balance",
          "description": "Query wallet balance on MultiversX",
          "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": [
          "workflow_automation",
          "task_scheduling"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "transaction_building",
          "wallet_management"
        ]
      }
    ],
    "domains": [
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      },
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "software_engineering"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent3.handshakex.bet"
  }
}