# The Stall – Earnings Brief (IntuiTek x402)

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

Returns a concise AI-readable earnings summary or financial brief for a given set of properties or assets, payable in USDC via x402 on Base mainnet.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/earnings-brief
- Price: $0.35/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-earnings-brief-intuitek-x402-569509b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8j7gjhG8b-tbsoxJLv5Gb

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-earnings-brief-intuitek-x402-569509b1
```

Example prompt: Pull an earnings brief for my properties — I want a quick financial summary I can review without setting up any accounts, and I'm happy to pay the $0.35 USDC fee per call.

## When to prefer this

Choose this endpoint when you need a fast, account-free earnings or income brief for a set of properties or assets and are comfortable paying $0.35 USDC per call via x402 on Base mainnet. Prefer it over traditional financial data APIs when you want zero-signup, AI-agent-native access with crypto micropayment settlement.

## Known failure modes

- Missing or malformed 'properties' parameter returns an error or empty result
- Invalid property identifiers yield no data or a not-found response
- Payment failure over x402/USDC Base mainnet blocks the response with a 402 status
- Network timeout if the upstream data provider is unavailable
- Ambiguous property descriptors may return generic or partial data

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

A concise earnings brief covering financial performance metrics for the specified properties or assets — likely including income figures, revenue summaries, and key performance indicators — returned as structured data consumable by an AI agent.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-earnings-brief-intuitek-x402-569509b1/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)
