# BountySignal Bounty Viability Checker

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

Analyzes a bounty URL and returns signal indicators (funding language, closed status, friction barriers) plus a GO/NO-GO verdict before a developer invests build time.

## Facts

- Endpoint: POST https://bountysignal-radar-v2.minhtuan36zzz97948.chatgpt.site/api/x402/ping
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bountysignal-bounty-viability-checker-1469cf52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HoBbuw5ak0FFycDoIFonK

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-bounty-viability-checker-1469cf52 -d '<json body>'
```

Example prompt: Before I spend time on this, can you check whether this bounty actually looks fundable and still open? Here's the URL: https://github.com/someorg/somerepo/issues/42

## When to prefer this

Choose this endpoint when an AI agent or developer needs a cheap, fast pre-screening signal on a bounty URL before committing engineering effort. It is especially valuable in automated pipelines that scan many bounties and need to triage which ones warrant human review. Prefer it over manual inspection when processing more than a handful of bounty URLs, or when operating autonomously without human review of each listing.

## Known failure modes

- Invalid or unreachable bounty URL returns an error or inconclusive verdict
- Bounty page behind authentication or bot-detection may yield incomplete signals
- Pages with non-standard language may produce false negatives on fundingLanguageFound
- Rate limits or upstream fetch timeouts may return a failure response
- Malformed input URL (not a valid URI) will be rejected by schema validation

## 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 with the target URL, a signals object containing boolean flags (closedLanguageFound, fundingLanguageFound, identityOrSocialFriction), a string verdict (e.g. 'GO' or 'NO-GO'), and a nextAction recommendation string advising what to 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-bounty-viability-checker-1469cf52/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)
