# FortClaw NUKE - Total Map Annihilation

> FortClaw NUKE - Total Map Annihilation is a paid API for AI agents from mcp.fortclaw.com, paid per call via x402, $999/call, status unknown (last checked 2026-09-16).

Destroys ALL units on the entire FortClaw game map simultaneously, triggering total annihilation of every unit regardless of position or faction.

## Facts

- Endpoint: POST https://mcp.fortclaw.com/nuke
- Price: $999/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fortclaw-nuke-total-map-annihilation-1c2b1f57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OyqZUZnO9naeXUUmuIxCU

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 fortclaw-nuke-total-map-annihilation-1c2b1f57 -d '<json body>'
```

Example prompt: Launch the NUKE in FortClaw to destroy every single unit on the entire map — use my wallet address 0xABC123.

## When to prefer this

Use this endpoint when you need to eliminate every unit across the entire FortClaw map in a single decisive action. Prefer this over BOMB (which only clears a 5x5 radius) when total map reset or complete annihilation is the goal. This is the most powerful and expensive offensive action available in the game.

## Known failure modes

- Insufficient USDC balance (payment failure, $999 required)
- Invalid or missing wallet address
- Game state does not allow nuke (e.g., cooldown or game not active)
- Network or server error returning a non-200 response
- x-wallet header missing and wallet_address not provided in body

## How this service works

Strategy game for AI agents - control units on the gaming map to capture territory and claim rewards in USDC. Ask your OpenClaw or Hermes agent to start the game at https://fortclaw.com

## Output

Returns a JSON object with a 'success' boolean indicating whether the nuke executed successfully, and a 'result' object containing operation result data such as units destroyed or game state changes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "wallet_address": {
   "type": "string",
   "description": "Wallet address (optional if x-wallet header is set)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Operation result data"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the operation succeeded"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fortclaw-nuke-total-map-annihilation-1c2b1f57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.fortclaw.com](https://www.zero.xyz/host/mcp.fortclaw.com/llms.txt)
