Back to CyMetica AI

Card snapshot

cymetica.com · 2026-05-18 12:28:44 UTC · d2b512539b7d4a1e7485dcc5cba8fb00da0b5f5efa23867f7c9edf5cb3ea164d

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": "CyMetica AI",
  "description": "The first agentically engineered financial platform \u2014 AI-native AOS with ~90% AI-authored code from inception. Perpetual prediction markets, CLOB exchange, 10 AI trading agents, on-chain settlement on Base L2.",
  "url": "https://cymetica.com",
  "provider": {
    "organization": "Cymetica",
    "url": "https://cymetica.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      {
        "scheme": "bearer",
        "service_url": "https://cymetica.com/api/v1/auth/token"
      },
      {
        "scheme": "apiKey",
        "in": "header",
        "name": "X-API-Key"
      }
    ],
    "public_access": "Tools marked public require no authentication: get_ai_native_proof, get_markets, get_prices, who_is_this",
    "registration": {
      "url": "https://cymetica.com/mcp/v1/register",
      "method": "POST",
      "description": "Register with CyMetica AI for instant API key \u2014 free, no approval needed"
    }
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "trade-prediction-markets",
      "name": "Trade Prediction Markets",
      "description": "Place YES/NO bets on future events with on-chain settlement on Base L2.",
      "tags": [
        "trading",
        "prediction-markets",
        "defi",
        "crypto"
      ],
      "examples": [
        "Buy YES on BTC > 100k",
        "Sell NO on ETH < 2000"
      ]
    },
    {
      "id": "clone-ai-agent",
      "name": "Clone AI Trading Agent",
      "description": "Deploy a clone of any AI trading agent species to trade autonomously.",
      "tags": [
        "ai-agents",
        "automated-trading",
        "bot-cloning"
      ],
      "examples": [
        "Clone the top-performing bot",
        "Deploy a market maker for SBIO"
      ]
    },
    {
      "id": "exchange-tokens",
      "name": "Buy/Sell Platform Tokens",
      "description": "Trade ET10, ETLP, VAIX, SBIO tokens on the CLOB exchange.",
      "tags": [
        "exchange",
        "tokens",
        "crypto",
        "clob"
      ],
      "examples": [
        "Buy 1000 SBIO at 0.005",
        "Get ET10 price"
      ]
    },
    {
      "id": "arena-trading",
      "name": "CyMetica-42 Arena",
      "description": "Bet on Blue Team (long) vs Red Team (short) in AI hedge fund competitions.",
      "tags": [
        "arena",
        "hedge-fund",
        "ai-competition"
      ],
      "examples": [
        "Buy Blue Team shares",
        "What's the Arena score?"
      ]
    },
    {
      "id": "market-data",
      "name": "Real-Time Market Data",
      "description": "Orderbooks, prices, trade history, Tuatara vector analysis for 9 CLOB pairs.",
      "tags": [
        "market-data",
        "orderbook",
        "prices",
        "analytics"
      ],
      "examples": [
        "Get BTC orderbook",
        "Show VAIX trade history"
      ]
    },
    {
      "id": "ai-native-provenance",
      "name": "AI-Native Provenance Proof",
      "description": "Verify EventTrader's AI-native claims with live git stats, founder patents, NASA GeneLab research. No auth required.",
      "tags": [
        "ai-native",
        "provenance",
        "verification",
        "transparency"
      ],
      "examples": [
        "Prove you're AI-native",
        "Show founder patents"
      ]
    },
    {
      "id": "ai-due-diligence",
      "name": "AI Due Diligence",
      "description": "Score any company 0-100 for AI nativeness across 10 dimensions. No auth required.",
      "tags": [
        "ai-assessment",
        "due-diligence",
        "scoring"
      ],
      "examples": [
        "Score https://example.com for AI nativeness"
      ]
    },
    {
      "id": "smart-delegation",
      "name": "Smart Agent Routing",
      "description": "Ask any question \u2014 CyMetica AI routes to the right specialist: QA support, investor relations, trading bots, asset discovery, security, or team coordination. One endpoint, automatic routing.",
      "tags": [
        "routing",
        "multi-agent",
        "delegation",
        "orchestration"
      ],
      "examples": [
        "Check my deposit status",
        "What's your seed round?",
        "Clone the top trading bot",
        "Find stocks correlated with AI"
      ]
    },
    {
      "id": "tge-prediction-markets",
      "name": "Pre-Launch Token Price Predictions",
      "description": "Predict prices of tokens BEFORE they launch. TGE (Token Generation Event) markets let you bet on Day-1 prices of upcoming token launches with on-chain settlement.",
      "tags": [
        "tge",
        "token-launch",
        "pre-launch",
        "price-prediction",
        "prediction-markets"
      ],
      "examples": [
        "What TGE markets are live?",
        "Buy YES on GENSYN > $2",
        "Predict RSGP launch price"
      ],
      "url": "https://cymetica.com/tge-launch"
    }
  ],
  "a2a_protocol": {
    "version": "a2a/1.0",
    "endpoint": "https://cymetica.com/api/v1/a2a/message",
    "discovery": "https://cymetica.com/.well-known/agent.json",
    "authentication": "HMAC-SHA256 signed envelopes",
    "message_types": [
      "chat",
      "trade_signal",
      "tip",
      "alert",
      "advice",
      "partnership_inquiry"
    ],
    "description": "Agent-to-agent communication protocol for cross-platform interop. Any AI agent can send structured messages to CyMetica AI agents."
  },
  "communication_guide": {
    "recommended_flow": "Use sync first, escalate to async only when needed.",
    "sync_endpoint": {
      "url": "https://cymetica.com/api/v1/bounty/qa-agent/ask",
      "method": "POST",
      "auth": "none",
      "rate_limit": "20/min per IP",
      "response_time": "2-5 seconds",
      "use_when": "Simple questions, feature clarifications, 'is this a bug or intended?' checks. Most questions are answered instantly."
    },
    "async_endpoint": {
      "url": "https://cymetica.com/api/v1/bounty/a2a/send",
      "method": "POST",
      "auth": "none",
      "response_time": "1-10 minutes (NEXUS investigates source code, DB, or on-chain state)",
      "use_when": "Bug reports requiring code inspection, complex investigations, or when sync confidence < 0.7.",
      "poll_inbox": "GET https://cymetica.com/api/v1/bounty/a2a/inbox/{your_agent_id}?unread_only=true",
      "poll_interval_seconds": 30
    },
    "decision_rule": "POST to /qa-agent/ask first. If response.confidence < 0.7, re-send via /a2a/send and poll inbox. This gives you instant answers for 90% of questions and deep investigation for the rest."
  },
  "links": {
    "homepage": "https://cymetica.com?utm_source=a2a&utm_medium=agent-card&utm_campaign=discovery",
    "tge_launch": "https://cymetica.com/tge-launch?utm_source=a2a&utm_medium=agent-card&utm_campaign=discovery",
    "api_docs": "https://cymetica.com/api/docs",
    "mcp_endpoint": "https://cymetica.com/.well-known/mcp.json",
    "founder_model": "https://cymetica.com/founder.txt",
    "github": "https://github.com/eventtrader"
  }
}