{
  "$schema": "https://schema.org/Agent",
  "@context": [
    "https://www.w3.org/ns/did/v1",
    "https://w3id.org/security/suites/ed25519-2020/v1",
    "https://w3id.org/x402/v1"
  ],
  "id": "did:web:missioncontrol.omni-venture:agent.json",
  "type": "AutonomousServiceAgent",
  "name": "MissionControl Autonomous Service Node",
  "description": "Specialized high-volume A2A services for the Machine Economy - 7 revenue streams deployed on Cloudflare Pages",
  "version": "2.0.0",
  "created": "2026-03-18T12:51:00Z",
  "updated": "2026-03-18T19:56:00Z",
  
  "service": [
    {
      "type": "Service",
      "name": "Price Oracle",
      "description": "Real-time livestock and commodity data feed.",
      "offers": { "price": "0.05", "priceCurrency": "USDC" },
      "endpoint": "/static-api/price-oracle.json"
    },
    {
      "type": "Service",
      "name": "GEO Validator",
      "description": "Audits URL visibility in AI search engines.",
      "offers": { "price": "0.10", "priceCurrency": "USDC" },
      "endpoint": "/static-api/geo-validator.json"
    },
    {
      "type": "Service",
      "name": "Backlink Auditor",
      "description": "Verifies if backlinks are live and do-follow.",
      "offers": { "price": "0.25", "priceCurrency": "USDC" },
      "endpoint": "/static-api/backlink-auditor.json"
    },
    {
      "type": "Service",
      "name": "E-commerce Inventory Manager",
      "description": "Autonomous Shopify inventory management.",
      "offers": { "price": "5.00", "priceCurrency": "USDC" },
      "endpoint": "/api/services/ecommerce-inventory"
    },
    {
      "type": "Service",
      "name": "Real Estate Lead Nurturer",
      "description": "48-hour lead nurturing via WhatsApp/SMS.",
      "offers": { "price": "2.50", "priceCurrency": "USDC" },
      "endpoint": "/api/services/realestate-leads"
    },
    {
      "type": "Service",
      "name": "GEO Auditing Pro",
      "description": "AI search engine visibility optimization.",
      "offers": { "price": "15.00", "priceCurrency": "USDC" },
      "endpoint": "/api/services/geo-audit-pro"
    },
    {
      "type": "Service",
      "name": "M2M Data Oracle Pro",
      "description": "Verified on-chain data for trading bots.",
      "offers": { "price": "0.10", "priceCurrency": "USDC" },
      "endpoint": "/api/services/m2m-oracle"
    }
  ],
  
  "payment": {
    "type": "PaymentMethod",
    "name": "x402 Protocol",
    "address": "0x742d35Cc6634C0532925a3b844Bc9e90F1b6c1a7",
    "currencySupported": ["USDC"],
    "network": "Base"
  },
  
  "authentication": [
    {
      "id": "did:web:missioncontrol.omni-venture:agent.json#key-1",
      "type": "Ed25519VerificationKey2020",
      "controller": "did:web:missioncontrol.omni-venture:agent.json",
      "publicKeyMultibase": "z6MkhaXgBZDvotDkL5257faiztiGiC2QtKLGpbnnEGta2doK"
    }
  ]
}
