# BountySignal Quick Check

> BountySignal Quick Check is a paid API for AI agents from bountysignal-radar.kwashi3345kaluwat2.chatgpt.site, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes a bounty URL and returns a GO/NO-GO verdict with evidence signals indicating whether the bounty is funded, open, and payable before a developer invests build time.

## Facts

- Endpoint: POST https://bountysignal-radar.kwashi3345kaluwat2.chatgpt.site/api/x402/quick
- 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/bountysignal-quick-check-d5ac7338
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wen2JWk9uEq6-2AQ4-8QO

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 bountysignal-quick-check-d5ac7338 -d '<json body>'
```

Example prompt: Before I start coding, check this bounty for me — https://example.com/bounty/1234 — and tell me if it looks funded and open or if there are red flags I should know about.

## When to prefer this

Use this endpoint when a developer or AI agent needs a fast, cheap pre-flight check on a single bounty URL before committing engineering time. It is ideal for pipeline gating — run this before any automated code-writing or submission workflow to avoid wasted compute and effort. Prefer this over manual review when processing multiple bounties at scale or when integrating bounty filtering into an autonomous agent loop.

## Known failure modes

- Invalid or unreachable bounty URL returns an error or inconclusive verdict
- Bounty page behind authentication walls may not yield accurate signals
- Newly posted bounties with sparse content may produce false NO-GO verdicts
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- False positives if funding language is present but escrow is not actually locked

## How this service works

A $5 evidence-first check that tells developers and AI agents whether a bounty can actually pay before they build.

## Output

Returns a JSON object containing the original target URL, a signals object with boolean flags for closedLanguageFound, fundingLanguageFound, and identityOrSocialFriction, a GO or NO-GO verdict string, and a plain-English nextAction recommendation for what the developer should do next.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bounty_url": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "target": "https://example.com/bounty",
  "signals": {
   "closedLanguageFound": false,
   "fundingLanguageFound": true,
   "identityOrSocialFriction": false
  },
  "verdict": "GO",
  "nextAction": "Confirm the sponsor and payout rail manually before investing build time."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bountysignal-quick-check-d5ac7338/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bountysignal-radar.kwashi3345kaluwat2.chatgpt.site](https://www.zero.xyz/host/bountysignal-radar.kwashi3345kaluwat2.chatgpt.site/llms.txt)
