# BountySignal Quick Check

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

Analyzes a bounty URL for payment viability signals and returns a GO/NO-GO verdict before a developer invests build time.

## Facts

- Endpoint: POST https://bountysignal-radar-v2.minhtuan36zzz97948.chatgpt.site/api/x402/quick
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bountysignal-quick-check-a9fcb30e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MhxdWAvbQIyIgrGGWL9-3

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-a9fcb30e -d '<json body>'
```

Example prompt: Before I start working on it, can you run a BountySignal quick check on this bounty — https://example.com/bounty — and tell me if it's a GO or not?

## When to prefer this

Use this endpoint when a developer or AI agent needs a fast, cheap pre-screening of a bounty URL before committing build time — especially useful in automated bounty pipelines, when the bounty source is unfamiliar, or when there is suspicion of funding gaps or closed/expired status. Prefer this over manual inspection when speed and consistency matter across many bounties.

## Known failure modes

- Invalid or malformed bounty URL returns a validation error
- Bounty page is behind authentication or a paywall, preventing signal extraction
- Page content is dynamically loaded (JavaScript-heavy), limiting signal detection
- Network timeout if the target bounty URL is slow or unavailable
- Ambiguous page content may produce inconclusive signals with a cautious verdict

## 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 target bounty URL, a set of boolean signals (closedLanguageFound, fundingLanguageFound, identityOrSocialFriction), a verdict string (e.g. 'GO' or 'NO-GO'), and a nextAction recommendation string advising what to do before investing effort.

## 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-a9fcb30e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bountysignal-radar-v2.minhtuan36zzz97948.chatgpt.site](https://www.zero.xyz/host/bountysignal-radar-v2.minhtuan36zzz97948.chatgpt.site/llms.txt)
