# The Stall – Peer Benchmarking

> The Stall – Peer Benchmarking is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns peer benchmarking data comparing an entity's performance metrics against relevant industry or cohort peers, payable via USDC on Base mainnet with no API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/peer-benchmarking
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-peer-benchmarking-30d2c61a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_12iNzUb3XYARTZnIi3smU

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 the-stall-peer-benchmarking-30d2c61a
```

Example prompt: Can you pull peer benchmarking data for my company to see how our key performance metrics stack up against similar businesses in our industry?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call peer benchmarking without committing to an account or API subscription. Ideal for agents that require competitive positioning or cohort comparison data as part of a broader analytical workflow, especially when cost predictability ($0.10/call) matters more than bulk access. Prefer this over subscription analytics platforms when usage is infrequent or exploratory.

## Known failure modes

- Insufficient entity identification data returns empty or null benchmark results
- Peer cohort too narrow to produce statistically meaningful comparisons
- Payment of 0.1 USDC not confirmed on Base mainnet results in HTTP 402
- Missing or malformed required parameters returns 400-level error
- Underlying data source unavailable returns 503 or empty response

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns structured peer benchmarking results including the entity's performance metrics relative to a defined peer cohort, with comparative scores, rankings, and performance deltas across key indicators relevant to the queried domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-peer-benchmarking-30d2c61a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
