{
  "x402Version": 1,
  "name": "Proxies.sx Agent APIs",
  "description": "x402-gated AI agents powered by real 4G/5G mobile proxies",
  "website": "https://agents.proxies.sx",
  "documentation": "https://agents.proxies.sx/llms.txt",
  "ecosystem": "https://agents.proxies.sx/sx-token/ecosystem.md",
  "social": {
    "twitter": "https://x.com/sxproxies",
    "telegram": "https://t.me/proxies_sx"
  },
  "github": {
    "mcpServer": "https://github.com/bolivian-peru/proxies-sx-mcp-server",
    "x402Sdk": "https://github.com/bolivian-peru/x402-sdk",
    "androidSdk": "https://github.com/bolivian-peru/android-peer-sdk",
    "lucidAgents": "https://github.com/bolivian-peru/proxies-sx-lucid"
  },
  "npm": {
    "mcpServer": "https://www.npmjs.com/package/@proxies-sx/mcp-server",
    "lucidAgents": "https://www.npmjs.com/package/@proxies-sx/lucid-agents"
  },
  "peerMarketplace": {
    "enabled": true,
    "registration": "https://api.proxies.sx/v1/peer/agents/register",
    "relay": "wss://relay.proxies.sx",
    "earnings": {
      "_note": "Per-GB rates are set by the platform and can change anytime. To get the current rate for each IP tier, call POST /v1/peer/agents/register and read the earningsPerGB field in the response. Same rates apply to AI agents, Android SDK devices, and ProxySmart farmers.",
      "rateSource": "POST /v1/peer/agents/register -> earningsPerGB",
      "tiers": {
        "mobile": { "rank": 1, "description": "Highest tier - 4G/5G carrier networks" },
        "residential": { "rank": 2, "description": "Mid tier - home ISP connections" },
        "datacenter": { "rank": 3, "description": "Base tier - AWS, GCP, Azure, VPNs" }
      },
      "currency": "USDC",
      "minimumPayoutAgents": 5.00,
      "minimumPayoutSdk": 10.00
    },
    "description": "AI agents and SDK devices earn USDC by sharing bandwidth. Per-GB rates set by platform - read earningsPerGB at registration. IP type determined server-side via ASN lookup, cannot be spoofed."
  },
  "agents": [
    {
      "name": "Mobile Proxy",
      "endpoint": "https://api.proxies.sx/v1/x402/proxy",
      "method": "GET",
      "price": {
        "amount": 400000,
        "currency": "USDC",
        "unit": "setup + $4/GB"
      },
      "description": "Real 4G/5G proxy from 6 countries with HTTP/SOCKS5 support. Includes free port replacement (max 3) and session top-up.",
      "status": "live",
      "mcp": "@proxies-sx/mcp-server",
      "management": {
        "auth": "X-Session-Token header",
        "endpoints": {
          "session": "GET https://api.proxies.sx/v1/x402/manage/session",
          "credit": "GET https://api.proxies.sx/v1/x402/manage/session/credit",
          "recreate": "POST https://api.proxies.sx/v1/x402/manage/ports/recreate",
          "replace": "POST https://api.proxies.sx/v1/x402/manage/ports/replace",
          "topupCalculate": "GET https://api.proxies.sx/v1/x402/manage/session/topup/calculate",
          "topup": "POST https://api.proxies.sx/v1/x402/manage/session/topup"
        },
        "features": {
          "freeReplacement": "Replace offline ports for free (max 3 per session)",
          "sessionTopup": "Add traffic ($4/GB) or duration (free) mid-session"
        }
      }
    },
    {
      "name": "Pool Gateway Access",
      "endpoint": "https://api.proxies.sx/v1/x402/pool",
      "method": "GET",
      "pricing": "https://api.proxies.sx/v1/x402/pool/pricing",
      "price": {
        "amount": 400000,
        "currency": "USDC",
        "unit": "$4/GB (mbl tier)"
      },
      "description": "One USDC payment, one credential that reaches every country in your tier through the shared Pool Gateway (gw.proxies.sx:7000) - no per-country repurchase. Metered + capped. v1 tier: mbl (production modems, 6 countries). No payment returns HTTP 402 with the tier catalog; pay USDC and retry with the Payment-Signature header to receive credentials.",
      "status": "live",
      "mcp": "@proxies-sx/mcp-server",
      "usernameDsl": "psx_<house>-{pool}-{country}[-sid-<8-64 a-z0-9_>][-rot-{sticky|hard|auto5|auto10|auto20|auto60|ondemand}]",
      "stockUrl": "https://api.proxies.sx/v1/gateway/pool/stock",
      "management": {
        "auth": "X-Session-Token header",
        "endpoints": {
          "credit": "GET https://api.proxies.sx/v1/x402/manage/pool/credit",
          "connection": "GET https://api.proxies.sx/v1/x402/manage/pool/connection",
          "usage": "GET https://api.proxies.sx/v1/x402/manage/pool/usage",
          "topup": "POST https://api.proxies.sx/v1/x402/manage/pool/topup",
          "regenerate": "POST https://api.proxies.sx/v1/x402/manage/pool/regenerate"
        },
        "features": {
          "manyCountries": "One credential covers every country in the tier - retarget via the username DSL",
          "topup": "Pay USDC for more GB; rotate the credential secret anytime"
        }
      }
    }
  ],
  "paymentNetworks": [
    {
      "network": "base",
      "chainId": 8453,
      "currency": "USDC",
      "settlementTime": "~2 seconds"
    },
    {
      "network": "solana",
      "currency": "USDC",
      "settlementTime": "~400ms"
    }
  ],
  "mcpServers": [
    {
      "name": "proxies",
      "package": "@proxies-sx/mcp-server",
      "tools": ["get_proxy", "rotate_ip", "check_status"]
    }
  ]
}
