# x402-farm Mobile 1GB Proxy

> x402-farm Mobile 1GB Proxy is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $7/call, status down (last checked 2026-09-15).

Routes HTTP GET traffic through a real mobile carrier (4G/5G) IP with automatic egress IP rotation, billed per GB, via x402/USDC micropayment

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/proxy/mobile/1gb
- Price: $7/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-mobile-1gb-proxy-e35a8109
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pbybfrd1lfn7395s408PE

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-farm-mobile-1gb-proxy-e35a8109
```

Example prompt: Route my next HTTP GET request through a real 4G/5G mobile carrier IP that auto-rotates — I need the hardest-to-block proxy type, and I'm okay paying per GB in USDC.

## When to prefer this

Choose this endpoint when you need the highest-quality, hardest-to-block proxy type — real mobile carrier (4G/5G) IPs that automatically rotate via carrier NAT and are indistinguishable from genuine smartphone traffic. Prefer this over datacenter or residential proxies when targeting sites with aggressive anti-bot, carrier-check, or mobile-only access rules. Best suited for agents that can pay per use in USDC via x402 without requiring a proxy subscription or account.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required response
- Upstream mobile carrier IP temporarily unavailable — connection timeout or 503
- 1 GB bandwidth cap exceeded mid-session — connection dropped
- Probe detects exit IP as blocked — degraded quality signal returned
- Invalid or missing HTTP GET method in input — 400 Bad Request

## How this service works

Buy 1 GB of rotating mobile proxy bandwidth for scraping and agent traffic, on a real 4G/5G carrier IP (Orange, France and Guadeloupe, AS16028). The carrier reassigns the address by itself: six distinct IPs observed within one hour, no rotation logic to write. Mobile addresses are shared by thousands of subscribers, so blocking one means blocking real customers, which is why they survive where residential and datacenter exits fail.

## Output

A proxied HTTP response returned through a real mobile carrier (4G/5G) egress IP. The exit IP is carrier-NAT rotated automatically, observed and probed every 10 minutes. Each call consumes up to 1 GB of proxied bandwidth, billed at $5 USDC via x402 protocol on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-mobile-1gb-proxy-e35a8109/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-farm.vercel.app](https://www.zero.xyz/host/x402-farm.vercel.app/llms.txt)
