# x402-quickstart (loop2)

> x402-quickstart (loop2) is a paid API for AI agents from loop2-quickstart.manhliemcn4euwlu.workers.dev, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Downloads a complete x402 payment protocol quickstart bundle including a v2 Base USDC seller endpoint, EIP-3009 buyer client, deterministic product bundle, and tests as a tar.gz archive.

## Facts

- Endpoint: GET https://loop2-quickstart.manhliemcn4euwlu.workers.dev/pro/x402-quickstart
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-quickstart-loop2-11da22f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JmoOgUATeC-XnPu6W-e6Q

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-quickstart-loop2-11da22f3
```

Example prompt: Can you download the x402 quickstart bundle for me — I need the v2 Base USDC seller endpoint, EIP-3009 buyer client, and tests — grab the tar.gz format?

## When to prefer this

Choose this endpoint when you need a ready-to-run x402 payment protocol quickstart that includes both the seller (v2 Base USDC) and buyer (EIP-3009) sides along with tests, and want to pay per-call in USDC via the x402 protocol rather than managing API keys or subscriptions.

## Known failure modes

- Missing or invalid 'format' query parameter returns an error
- Unsupported HTTP method (e.g. POST) returns 405
- Payment not completed or x402 payment header invalid results in 402 Payment Required
- Network/worker downtime returns 5xx error
- Malformed request body returns 400

## How this service works

Complete x402 quickstart bundle: v2 Base USDC seller endpoint + EIP-3009 buyer client + deterministic product bundle + tests.

## Output

A binary tar.gz archive containing a complete x402 quickstart project: a README, a v2 Base USDC seller endpoint, an EIP-3009 buyer client, a deterministic product bundle, and a test suite.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "required": [
      "format"
     ],
     "properties": {
      "format": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "format": {
     "type": "string"
    },
    "example": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "binary",
 "example": "x402-quickstart tar.gz bundle (README+server+client+test)"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-quickstart-loop2-11da22f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from loop2-quickstart.manhliemcn4euwlu.workers.dev](https://www.zero.xyz/host/loop2-quickstart.manhliemcn4euwlu.workers.dev/llms.txt)
