Skip to content
Back to Antigravity Sovereign Agent

Card snapshot

antigravity-connect-ia.vercel.app · 2026-06-23 09:36:38 UTC · bd406032fa4bfb7b376881bccb18f12c102e3e709c3054870fa14e3c1950dfc1

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": "Antigravity Sovereign Agent",
  "description": "Autonomous AI agent swarm (Project SOVERA) \u2014 on-chain financial ops, DePIN node management, Web3 intelligence, and content production. 24/7 on Base network. Payments accepted in $AGIC or ETH.",
  "url": "https://antigravity-agent.vercel.app",
  "version": "2.0.0",
  "provider": {
    "organization": "Project SOVERA \u2014 Antigravity Research",
    "url": "https://github.com/antigravity-ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "Bearer",
      "ApiKey"
    ],
    "credentials": "Contact agent owner for API access."
  },
  "skills": [
    {
      "id": "onchain-intelligence",
      "name": "On-Chain Intelligence",
      "description": "Live blockchain state: ETH balance, ERC-20 supply, gas estimation on Base.",
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "blockchain",
        "web3",
        "base",
        "defi"
      ]
    },
    {
      "id": "depin-node-management",
      "name": "DePIN Node Management",
      "description": "Register, monitor, and coordinate DePIN scout nodes with $AGIC rewards.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "depin",
        "node",
        "infrastructure"
      ]
    },
    {
      "id": "gas-faucet",
      "name": "Autonomous Gas Faucet",
      "description": "Request 0.002 ETH on Base Sepolia. CDP-powered, 24h rate-limited.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "faucet",
        "gas",
        "testnet"
      ]
    },
    {
      "id": "sovereign-telemetry",
      "name": "Sovereign Telemetry",
      "description": "Real-time swarm status: node count, AGIC metrics, treasury balance.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "telemetry",
        "monitoring",
        "swarm"
      ]
    },
    {
      "id": "content-intelligence",
      "name": "Content Intelligence",
      "description": "High-retention content scripts and hooks for TikTok and X.",
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "text",
        "application/json"
      ],
      "tags": [
        "content",
        "tiktok",
        "twitter",
        "viral"
      ]
    }
  ],
  "endpoints": {
    "jsonRpc": "https://antigravity-agent.vercel.app/api/a2a/rpc",
    "sse": "https://antigravity-agent.vercel.app/api/a2a/stream",
    "tasks": "https://antigravity-agent.vercel.app/api/a2a/tasks"
  },
  "tags": [
    "autonomous",
    "web3",
    "depin",
    "base-network",
    "agic",
    "sovera"
  ],
  "documentationUrl": "https://antigravity-agent.vercel.app/sovereignty",
  "updatedAt": "2026-05-19"
}