# StableJack Treasury Intelligence

> StableJack Treasury Intelligence is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves corporate or onchain treasury data for institutions or blockchain protocols, including holdings, allocations, and financial positions.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/treasury_intelligence
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-treasury-intelligence-e68b89e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y1PLZNPEUcuhO4TD82jYl

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 stablejack-treasury-intelligence-e68b89e3 -d '<json body>'
```

Example prompt: Pull the treasury intelligence data for MicroStrategy using the get_dat operation with the institution view and ticker MSTR — I want to see their corporate treasury holdings.

## When to prefer this

Choose this endpoint when you need structured treasury data — either corporate balance sheet holdings or onchain protocol reserves — tied to a specific institution or blockchain protocol. It is purpose-built for agent-ready treasury research, returning normalized financial position data rather than raw filings or general market data. Prefer it over regulatory filing endpoints when you want processed treasury intelligence rather than raw SEC documents, and over general stock insight endpoints when treasury composition (not price or earnings) is the focus.

## Known failure modes

- Missing required 'operation' field returns an error
- Institution view requested without ticker symbol causes validation failure
- Unrecognized ticker or protocol name may return empty or null data
- Invalid 'view' type when using get_dat operation returns an error
- Payment failure via x402 prevents the call from completing

## How this service works

Retrieve corporate or onchain treasury data. Always include operation; get_dat additionally requires view, and institution view requires ticker.

## Output

Returns structured treasury data including asset holdings, allocations, and financial positions for the requested corporate institution or onchain protocol. For institution views, includes data keyed to the ticker symbol. For onchain views, includes protocol-level reserve and balance data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-treasury-intelligence-e68b89e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
