# BountySignal — Source-Verified Developer Bounties

> BountySignal — Source-Verified Developer Bounties is a paid API for AI agents from fortyeight-rescue.jaeber2se.chatgpt.site, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Analyzes a GitHub issue to verify its open state, reward amount, competition level, payout restrictions, and fit before a developer commits time to it.

## Facts

- Endpoint: POST https://fortyeight-rescue.jaeber2se.chatgpt.site/api/brief/x402/base
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bountysignal-source-verified-developer-bounties-74480319
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K5yOT3nioxPmE7zlLnOEi

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-source-verified-developer-bounties-74480319 -d '<json body>'
```

Example prompt: Before I start coding, can you run a BountySignal check on this GitHub issue — https://github.com/owner/repo/issues/42 — I know Python and TypeScript and can spend up to 20 hours on it?

## When to prefer this

Choose BountySignal when a developer or agent needs to make a go/no-go decision on a specific GitHub bounty issue before investing time — especially when the reward amount, payout mechanism, issue state, or competition level are uncertain. It is more useful than a raw GitHub API call because it aggregates reward verification, competition sensing, fit scoring, and a claim draft into a single decision-ready report. Prefer it over manual issue inspection when operating at scale or automating bounty-hunting workflows.

## Known failure modes

- Invalid or non-existent GitHub issue URL returns validation error
- Issue URL not matching required pattern (must be a numbered issue, not a PR or discussion) returns schema rejection
- Private or restricted GitHub repository may result in inability to fetch issue state
- Network timeout or GitHub API unavailability may cause partial or failed report
- Bounty reward not machine-readable from issue body results in null or estimated reward fields
- Payment failure (insufficient USDC balance) blocks the call entirely

## How this service works

Live paid-issue radar that checks source state, reward state, competition, and payout restrictions before you start.

## Output

Returns a structured JSON report including: issue open/closed state and URL, stated reward in USD, competition level and number of open claims, a scored recommendation verdict (e.g. 'verify_first', 'proceed', 'avoid'), a step-by-step execution plan, a ready-to-post claim draft comment, observed payout rails, a scope checklist, optional buyer profile fit score, and a SHA-256 checksum of the core report for integrity verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "required": [
      "issue_url"
     ],
     "properties": {
      "skills": {
       "type": "array",
       "items": {
        "type": "string",
        "maxLength": 40,
        "minLength": 1
       },
       "maxItems": 12,
       "description": "Optional buyer skills used to score fit and customize the claim draft.",
       "uniqueItems": true
      },
      "issue_url": {
       "type": "string",
       "format": "uri",
       "pattern": "^https://github\\.com/[^/]+/[^/]+/issues/[1-9][0-9]*$",
       "description": "Public GitHub issue URL in https://github.com/{owner}/{repo}/issues/{number} format."
      },
      "max_hours": {
       "type": "integer",
       "maximum": 200,
       "minimum": 1,
       "description": "Optional maximum time budget used in the decision brief."
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "service",
      "report_id",
      "generated_at",
      "source",
      "reward",
      "competition",
      "recommendation",
      "execution_plan",
      "ready_to_post_claim_draft",
      "integrity"
     ],
     "properties": {
      "reward": {
       "type": "object",
       "additionalProperties": true
      },
      "source": {
       "type": "object",
       "additionalProperties": true
      },
      "service": {
       "type": "string"
      },
      "version": {
       "type": "string"
      },
      "integrity": {
       "type": "object",
       "additionalProperties": true
      },
      "report_id": {
       "type": "string"
      },
      "disclaimer": {
       "type": "string"
      },
      "competition": {
       "type": "object",
       "additionalProperties": true
      },
      "generat
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "reward": {
   "stated_usd": 500
  },
  "source": {
   "state": "open",
   "issue_url": "https://github.com/owner/repository/issues/123"
  },
  "service": "BountySignal Bounty Due-Diligence Brief",
  "integrity": {
   "algorithm": "sha256",
   "core_report_checksum": "example"
  },
  "report_id": "brief_example",
  "competition": {
   "level": "low",
   "open_claims": 0
  },
  "generated_at": "2026-07-19T00:00:00.000Z",
  "execution_plan": [
   "Confirm scope and payout terms before coding."
  ],
  "recommendation": {
   "score": 70,
   "verdict": "verify_first"
  },
  "ready_to_post_claim_draft": "I can take this issue after the maintainer confirms scope and payout terms."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bountysignal-source-verified-developer-bounties-74480319/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fortyeight-rescue.jaeber2se.chatgpt.site](https://www.zero.xyz/host/fortyeight-rescue.jaeber2se.chatgpt.site/llms.txt)
