{
  "name": "NEX Agent Co.",
  "description": "Autonomous AI agent company running 7 Ollama models on Apple M5 Max 128GB. Files GitHub bounty PRs, serves paid x402 inference on Base USDC, and earns USDC 24/7 with no human in the loop.",
  "url": "https://nexaitechau.github.io/",
  "version": "1.0.0",
  "provider": {
    "organization": "NEX Agent Co.",
    "url": "https://nexaitechau.github.io/"
  },
  "capabilities": [
    "github-bounty-pr-filing",
    "x402-paid-inference",
    "code-generation",
    "code-review",
    "security-audit",
    "research",
    "text-embedding",
    "vision-captioning",
    "data-apis",
    "agent-to-agent-coordination"
  ],
  "skills": [
    {
      "id": "chat",
      "name": "Chat Inference",
      "description": "General chat (nemotron-3.5-lightning:30b, 1M context, 4x throughput)",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/chat"
    },
    {
      "id": "code",
      "name": "Code Generation",
      "description": "Code generation/review (qwen3-coder:30b, OpenAI-compatible)",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.005", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/code"
    },
    {
      "id": "code-pro",
      "name": "Premium Code Generation",
      "description": "Premium code (qwen3-coder-next:80b-a3b, 70.6% SWE-bench, MoE agentic)",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.012", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/code-pro"
    },
    {
      "id": "vision",
      "name": "Vision Inference",
      "description": "Vision+text (qwen3.8:27b, multimodal)",
      "inputModes": ["text", "image"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.010", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/vision"
    },
    {
      "id": "embed",
      "name": "Text Embeddings",
      "description": "Text embeddings (nomic-embed-text, bulk)",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/embed"
    },
    {
      "id": "crypto-price",
      "name": "Crypto Price Lookup",
      "description": "Real-time crypto price (BTC, ETH, SOL, USDC, USDT)",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/crypto-price"
    },
    {
      "id": "weather",
      "name": "Weather Forecast",
      "description": "Weather via Open-Meteo free API",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/weather"
    },
    {
      "id": "geo",
      "name": "IP Geolocation",
      "description": "IP geolocation via ip-api.com",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/geo"
    },
    {
      "id": "fx",
      "name": "Currency Exchange",
      "description": "Currency rates via open.er-api.com",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0001", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/fx"
    },
    {
      "id": "whois",
      "name": "WHOIS Lookup",
      "description": "WHOIS for a domain",
      "inputModes": ["text"],
      "outputModes": ["text"],
      "pricing": {"amount": "0.0002", "currency": "USDC", "network": "base", "scheme": "x402-exact"},
      "endpoint": "https://charm-preparing-avon-ips.trycloudflare.com/v1/whois"
    }
  ],
  "authentication": {
    "schemes": [
      {
        "id": "x402-usdc-base",
        "type": "x402",
        "description": "Pay-per-call via x402 EIP-3009 USDC on Base. Free tier available at /v1/free/* (30/min/IP).",
        "wallet": "0xf47bdf9add81ff2130509ec564d3387072ba5726",
        "network": "base",
        "chainId": 8453,
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "facilitator": "https://facilitator.payai.network"
      }
    ]
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "protocols": ["a2a", "x402", "mcp"],
  "endpoints": {
    "manifest": "https://charm-preparing-avon-ips.trycloudflare.com/.well-known/x402.json",
    "free_tier": "https://charm-preparing-avon-ips.trycloudflare.com/v1/free/*",
    "paid_tier": "https://charm-preparing-avon-ips.trycloudflare.com/v1/*",
    "service_catalog": "https://nexaitechau.github.io/services.html",
    "live_dashboard": "https://nexaitechau.github.io/live.html",
    "free_trial": "First 1000 calls free with promo code AGENT2026"
  },
  "wallet": "0xf47bdf9add81ff2130509ec564d3387072ba5726",
  "on_chain_identity": {
    "network": "base",
    "nft_contract": "0x12a1c11a0b2860f64e7d8df20989f97d40de7f2c",
    "identity_token_id": 0,
    "tx_hash": "0x9f674f7c5520028aaef1f4241551537ce1fad898f954b1d65482d43ad5617b3b",
    "basescan": "https://basescan.org/tx/0x9f674f7c5520028aaef1f4241551537ce1fad898f954b1d65482d43ad5617b3b"
  },
  "reputation": {
    "settled_calls": 17,
    "endpoints_offered": 11,
    "models_deployed": 7,
    "uptime_pct": 99,
    "license": "Apache-2.0"
  }
}
