# BountySignal Token Risk Check

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

Assesses whether a token on a given blockchain can actually pay out a bounty, providing evidence-first risk signals before developers invest effort.

## Facts

- Endpoint: POST https://bountysignal-radar-v2.minhtuan36zzz97948.chatgpt.site/api/x402/token-risk
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bountysignal-token-risk-check-4f50c2c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bKLQjn8SenK7-e_hw2Uyh

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-token-risk-check-4f50c2c1 -d '<json body>'
```

Example prompt: Before I start working on this bounty, can you check if the token at address 0x4200000000000000000000000000000000000006 on the Base chain can actually pay out — I want an evidence-first risk assessment before I build anything.

## When to prefer this

Use this endpoint when you need a quick, cheap pre-screening signal ($0.60 USDC) on whether a token address can actually pay a bounty before committing significant development time. Prefer this over manual on-chain research when you need a structured, agent-readable risk verdict. Especially valuable in automated bounty-hunting pipelines where agents must triage dozens of opportunities quickly.

## Known failure modes

- Invalid or malformed contract address returns an error or inconclusive assessment
- Unsupported chain identifier may result in a validation error
- Token with no on-chain history may return limited or inconclusive evidence
- Network timeouts or upstream blockchain RPC failures may delay or fail the response
- Non-existent contract address may return a high-risk or unverifiable assessment

## 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

A JSON object containing the chain, the token contract address, and an assessment field (e.g. 'evidence_only') indicating the payment viability and risk classification of the token — essentially a signal telling you whether the bounty can realistically pay out before you commit effort.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "address": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "base",
  "address": "0x4200000000000000000000000000000000000006",
  "assessment": "evidence_only"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bountysignal-token-risk-check-4f50c2c1/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)
