# The Stall — Address Intelligence

> The Stall — Address Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Looks up intelligence and enrichment data for a given address, returning structured insights about that location.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/address-intel
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-address-intelligence-cddad680
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fjFUVLDqUHNvjQmeF5t-N

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-address-intelligence-cddad680
```

Example prompt: Can you pull up address intelligence on 1234 Main Street, Austin TX 78701 — I want whatever enrichment data is available for that location?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call address intelligence without setting up accounts or API keys, and you are paying with USDC on Base mainnet. Ideal for agents that need on-demand address enrichment for a single address at a time at low cost ($0.05 per call).

## Known failure modes

- Address not found or unrecognized — returns empty or null result
- Malformed or incomplete address input — may return error or low-confidence result
- Address outside supported coverage area — limited or no data returned
- Payment failure on Base mainnet — request not fulfilled
- Rate or quota limits exceeded — request rejected

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

Structured intelligence and enrichment data associated with the queried address, potentially including property details, location metadata, validation signals, and other available data points for that address.

## 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-address-intelligence-cddad680/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)
