Skip to content
Back to MetaVision — Web3 Security & DeFi Intelligence Agent

Card snapshot

metavision.click · 2026-06-20 12:18:04 UTC · 313a9bfade82144eb08e0e13f395a1048bf6e5436a9c340051db4b012c214ded

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "MetaVision M2M Infrastructure",
  "description": "High-performance A2A (Account-to-Account) and M2M protocol. Execution layer for DeFi arbitrage, MEV bots, and agentic workflows on the Base network. Legacy support for 3D/AI generation.",
  "url": "https://metavision.click",
  "provider": {
    "name": "MetaVision Protocol",
    "url": "https://metavision.click",
    "contact": "mailto:admin@metavision.click"
  },
  "version": "2.1.0",
  "tags": [
    "m2m",
    "a2a-protocol",
    "defi-execution",
    "mev",
    "base-network",
    "arbitrage",
    "ai-studio",
    "3d-generation"
  ],
  "skills": [
    {
      "id": "m2m_execution_layer",
      "name": "M2M Transaction Execution",
      "description": "Low-latency API for executing automated on-chain agent workflows and arbitrage.",
      "endpoint": "https://metavision.click/api/v1/execute",
      "method": "POST",
      "input": {
        "payload": "hex",
        "target_contract": "address"
      },
      "output": {
        "tx_hash": "string",
        "latency_ms": "number"
      },
      "pricing": {
        "paid": "Gas + Protocol Fee"
      }
    },
    {
      "id": "text_to_3d",
      "name": "Text to 3D Model (Legacy API)",
      "description": "Generate a professional 3D model from text description.",
      "endpoint": "https://metavision.click/api/generate3d",
      "method": "POST",
      "pricing": {
        "paid": "$0.10 per generation"
      }
    }
  ],
  "capabilities": {
    "streaming": false,
    "authentication": "api_key",
    "free_tier": false,
    "paid_plans": true
  },
  "payment": {
    "protocol": "x402",
    "network": "Base mainnet (eip155:8453)",
    "asset": "USDC",
    "wallet": "0x4CC6689560F22Dd74CFA07CAB72eB41B0Ca7169b",
    "x402_status": "coming_soon"
  },
  "links": {
    "docs": "https://metavision.click/docs",
    "contact": "https://metavision.click/contact"
  }
}