# AX1 Q-Verdict Token Roast

> AX1 Q-Verdict Token Roast is a paid API for AI agents from www.ax1.vc, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Generates an AI-powered satirical 'roast' verdict on a Base blockchain token contract, providing critical analysis of the token.

## Facts

- Endpoint: POST https://www.ax1.vc/api/dashboard/q-verdict/resource
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ax1-q-verdict-token-roast-55474ca8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nu-v2DVZwPRJ_7vlXpO8r

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 ax1-q-verdict-token-roast-55474ca8 -d '<json body>'
```

Example prompt: Can you roast the token at contract address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base — use my key 'myroast-key-001' so it doesn't charge me twice?

## When to prefer this

Choose this endpoint when you need a quick, AI-generated opinionated analysis of a Base network token contract and want results delivered with critical and satirical flair rather than dry financial data. Prefer it over raw on-chain data tools when the goal is a fast qualitative judgment rather than quantitative metrics.

## Known failure modes

- Invalid token address format (must be 0x followed by 40 hex characters)
- Request key too short (minimum 8 characters) or too long (maximum 128 characters)
- Token contract not found or not deployed on Base
- Payment failure via x402 protocol
- Duplicate request with same key returns cached result (idempotent behavior, not an error)

## How this service works

Send a Base token contract address, get an AI-written verdict: onchain metrics, a plain-language take, and a shareable verdict card. Entertainment, not trading advice.

## Output

Returns an AI-generated satirical and critical 'roast' verdict on the specified Base token contract, likely including commentary on tokenomics, contract signals, project quality, and overall viability — delivered with humor and bluntness.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "requestKey": {
   "type": "string",
   "maxLength": 128,
   "minLength": 8,
   "description": "Caller-chosen idempotency key. Repeating it with the same token address never creates a second payment."
  },
  "tokenAddress": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$",
   "description": "Base token contract address to roast."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ax1-q-verdict-token-roast-55474ca8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ax1.vc](https://www.zero.xyz/host/www.ax1.vc/llms.txt)
