# SignalPulse Tokenization Radar

> SignalPulse Tokenization Radar is a paid API for AI agents from signalpulse-peach.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns the on-chain tokenization status, dividend handling, and forward catalysts for any US equity ticker symbol

## Facts

- Endpoint: GET https://signalpulse-peach.vercel.app/api/signal/tokenization-radar
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalpulse-tokenization-radar-6df980a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c7jloVeu5ZtV4mc6I2vWg

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 signalpulse-tokenization-radar-6df980a5
```

Example prompt: What's the current tokenization status for NVDA — is it live on-chain, pending, or nothing yet, and are there any upcoming tokenization catalysts or on-chain dividend details I should know about?

## When to prefer this

Choose this endpoint when an AI agent needs a fast, cheap top-of-funnel signal on whether a specific US equity is tokenized on-chain, has pending tokenization activity, or has relevant forward catalysts like RWA issuance or DTCC pilot involvement. Prefer it over broader financial data APIs when the specific question is about the tokenized-equity or RWA layer of a stock, not its price, fundamentals, or options activity.

## Known failure modes

- Unknown or invalid ticker symbol returns no data or an error
- Non-US equities may not be covered and return 'none' status
- Stale data if on-chain status has changed since last index update
- Payment failure (x402) if USDC balance is insufficient for the $0.25 call fee
- Rate limiting or service unavailability on the Vercel deployment

## How this service works

Equity tokenization radar for AI financial & advisor agents — what is going on-chain and when: tokenization status for any US ticker (live / pending / none), on-chain dividend handling, and forward tokenization catalysts (new tokenized-stock listings, RWA issuance, DTCC pilots). The cheap top-of-funnel read for agents tracking tokenized equities.

## Output

Returns a structured read on the requested US ticker covering: tokenization status (live, pending, or none), how dividends are handled on-chain if applicable, and forward-looking catalysts such as new tokenized-stock listings, RWA issuance events, and DTCC pilot activity relevant to that equity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalpulse-tokenization-radar-6df980a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalpulse-peach.vercel.app](https://www.zero.xyz/host/signalpulse-peach.vercel.app/llms.txt)
