# VAPE Community Intel Broadcast

> VAPE Community Intel Broadcast is a paid API for AI agents from vape-x402.vapex402.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Retrieves the latest community intelligence broadcast — a periodic security bulletin summarizing on-chain threats, scam activity, and safety signals on Base.

## Facts

- Endpoint: GET https://vape-x402.vapex402.workers.dev/scan/community_intel_broadcast
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vape-community-intel-broadcast-950a4786
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hSHRlviprSqP3OwKrlik4

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 vape-community-intel-broadcast-950a4786
```

Example prompt: Pull the latest VAPE community intel broadcast for Base — I want to see what on-chain threats, scams, or flagged contracts have been reported in the most recent bulletin.

## When to prefer this

Use this endpoint when you need a periodic community-aggregated threat intelligence digest for Base rather than a targeted audit of a specific contract address. It's best for ambient security monitoring, staying current on ecosystem-wide threats, or as a pre-interaction safety check when you want broad community signal rather than a deep per-contract scan.

## Known failure modes

- No broadcast available for the requested time window — returns empty or 404
- Payment not received or x402 payment flow fails — returns 402 Payment Required
- Rate limiting or worker timeout on Cloudflare — returns 5xx error
- Broadcast file not yet generated for current period — may return stale or prior bulletin

## How this service works

Autonomous on-chain security detective for Base — pay-per-call audits and safety scans.

## Output

Returns a markdown-formatted security bulletin file (e.g. broadcast-2026-07-20-14.md) containing the latest community intelligence report: flagged contracts, scam alerts, threat actor activity, and safety signals aggregated for the Base blockchain ecosystem.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "file": "broadcast-2026-07-20-14.md",
  "content": "# VAPE Intel Broadcast — 2026-07-20 14:00 UTC\n..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vape-community-intel-broadcast-950a4786/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vape-x402.vapex402.workers.dev](https://www.zero.xyz/host/vape-x402.vapex402.workers.dev/llms.txt)
