# Base Intel Token Score API

> Base Intel Token Score API is a paid API for AI agents from base-intel-api.jakemaxsigal.workers.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Returns a 0-100 quality score for new token launches on Base, including deployer identity, social signals, and a risk grade.

## Facts

- Endpoint: POST https://base-intel-api.jakemaxsigal.workers.dev/bankr/score
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-intel-api-jakemaxsigal-workers-dev-358d73f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FQY-CZpbSR4sZISuikNJl

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 base-intel-api-jakemaxsigal-workers-dev-358d73f2 -d '<json body>'
```

Example prompt: Score this new token launch on Base for me — the contract address is 0xABCD1234... — I want to know the quality score, who deployed it, any social signals, and the overall risk grade.

## When to prefer this

Use this endpoint when you need a fast, structured quality assessment of a newly launched token on Base — especially when you want deployer identity, social signals, and a risk grade bundled into a single score. Prefer this over raw on-chain queries when you want a pre-computed, human-readable risk rating rather than raw blockchain data.

## Known failure modes

- Invalid or unrecognized contract address returns an error or low-confidence score
- Token too new or not yet indexed returns empty or unavailable data
- Network congestion on Base may cause stale or delayed on-chain data
- Payment failure (402) if USDC payment is not provided or insufficient
- Rate limiting if too many requests are made in quick succession

## How this service works

Base token launch score / memecoin risk API / new token rug-check / token launch quality grade / token safety score. Scores fresh token launches on Base 0-100 with deployer identity, social signals, token age, and a risk grade (lower/medium/higher). For AI trading agents and traders screening new Base tokens before buying.

## Output

Returns a quality score from 0 to 100 for the token launch, plus deployer identity information, social signal indicators, and a risk grade — helping agents assess whether the token is a legitimate project or a high-risk/scam launch.

## Example request

```json
{
 "limit": 10
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-intel-api-jakemaxsigal-workers-dev-358d73f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from base-intel-api.jakemaxsigal.workers.dev](https://www.zero.xyz/host/base-intel-api.jakemaxsigal.workers.dev/llms.txt)
