{
  "type": "https://multiversx.com/standards/mx-8004#registration-v1",
  "name": "Tommy 5",
  "description": "Document and Attestation Agent — on-chain document notarization on MultiversX",
  "version": "1.0.0",
  "active": true,
  "protocols": [
    "MCP",
    "A2A",
    "ACP",
    "X402",
    "UCP",
    "OASF"
  ],
  "skills": [
    "documentation",
    "transaction_tracking",
    "on_chain_analytics",
    "smart_contract_audit"
  ],
  "services": [
    {
      "name": "MCP",
      "endpoint": "https://mcp.handshakex.bet/mcp",
      "version": "2025-01-15",
      "offerings": [
        {
          "serviceId": 1,
          "name": "Document Notarization",
          "description": "Notarize documents on-chain via MultiversX transaction",
          "sla": 15,
          "category": "Blockchain",
          "tags": [
            "notarization",
            "document",
            "attestation"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "documentHash": {
                "type": "string",
                "description": "SHA256 hash of document"
              },
              "receiver": {
                "type": "string"
              }
            },
            "required": [
              "documentHash"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "txHash": {
                "type": "string"
              },
              "timestamp": {
                "type": "number"
              }
            }
          }
        },
        {
          "serviceId": 2,
          "name": "Transaction Tracker",
          "description": "Track document notarization transactions",
          "sla": 5,
          "category": "Analytics",
          "tags": [
            "tracking",
            "verification"
          ],
          "requirements": {
            "type": "object",
            "properties": {
              "txHash": {
                "type": "string"
              }
            },
            "required": [
              "txHash"
            ]
          },
          "deliverables": {
            "type": "object",
            "properties": {
              "status": {
                "type": "string"
              },
              "confirmed": {
                "type": "boolean"
              }
            }
          }
        },
        {
          "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": [
          "data_analysis",
          "data_processing",
          "data_transformation"
        ]
      },
      {
        "category": "Blockchain",
        "items": [
          "smart_contract_interaction",
          "transaction_building"
        ]
      }
    ],
    "domains": [
      {
        "category": "Technology",
        "items": [
          "blockchain",
          "software_engineering"
        ]
      },
      {
        "category": "Finance",
        "items": [
          "defi",
          "crypto_payments"
        ]
      }
    ]
  },
  "contact": {
    "website": "https://agent5.handshakex.bet"
  }
}