# StableJack Token Intelligence

> StableJack Token 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 token exposure and unlock schedule information for a given crypto token symbol or protocol.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/token_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-token-intelligence-94eb671a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PLJTjfb1BoBwGQFnmGSup

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-token-intelligence-94eb671a -d '<json body>'
```

Example prompt: Can you pull up the token exposure and unlock information for ARB — the Arbitrum token — and let me know when the next major unlock events are and how much supply is still locked?

## When to prefer this

Use this endpoint when you need structured, agent-ready data on a specific token's unlock schedule and supply exposure — particularly for DeFi research, portfolio risk assessment, or pre-trade due diligence on inflationary unlock risk. Prefer this over generic web search when you need machine-readable tokenomics data with protocol-level context.

## Known failure modes

- Missing both symbol and protocol — the API requires at least one; returns an error if neither is provided
- Unknown or unsupported token symbol returns empty or null results
- Ambiguous symbol with multiple protocol matches may return incomplete data
- Network or payment authorization failure due to x402 micropayment issues
- Rate limiting or service unavailability returns a server error

## How this service works

Retrieve token exposure and unlock information. Include at least one of symbol or protocol; include both when known.

## Output

Returns structured data about a token's exposure metrics and unlock schedule, including information on locked versus circulating supply, vesting phases, upcoming unlock events, and protocol-level token risk indicators.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-token-intelligence-94eb671a/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)
