# MoneyMaker x402 SwarmWage Hire

> MoneyMaker x402 SwarmWage Hire is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

POST to hire a swarm worker via the x402 micropayment protocol, paying $1 USDC on Base per call

## Facts

- Endpoint: POST https://moneymaker-x402.monie98-8b9.workers.dev/swarmwage/hire
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-swarmwage-hire-fce2fd66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1lysfAG9Hw-mNnoDECp15

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 moneymaker-x402-swarmwage-hire-fce2fd66 -d '<json body>'
```

Example prompt: Hire a swarmwage worker through the MoneyMaker x402 storefront on Base — authorize the $1 USDC payment and post the hire request in JSON format.

## When to prefer this

Choose this endpoint when you need to invoke a swarmwage-style paid worker task via the x402 micropayment protocol on Base, specifically when you have a USDC wallet on Base and want to pay exactly $1 per hire call. Prefer this over free alternatives when the task requires on-chain payment accountability or when building agent pipelines that use x402 for autonomous micropayment-gated compute.

## Known failure modes

- 402 Payment Required — payment authorization not provided or incorrect amount; must retry with exact $1 USDC via facilitator
- Payment authorization rejected — wrong payTo address or wrong network (must be Base)
- Worker timeout or Cloudflare Worker error returning 5xx
- Malformed request body causing 400 error
- Insufficient USDC balance in wallet for the $1 payment

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

An arbitrary JSON object returned by the swarm worker after successful $1 USDC payment and job execution; exact fields vary by worker response but the schema allows any additional properties.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-swarmwage-hire-fce2fd66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
