# Sawgrass Signals – Agent100x Equity Research Signal

> Sawgrass Signals – Agent100x Equity Research Signal is a paid API for AI agents from signals.neilkpatel.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns quantitative equity research signals for the Agent100x strategy, sold per API call to AI agents via micropayment.

## Facts

- Endpoint: GET https://signals.neilkpatel.com/signals/agent100x
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sawgrass-signals-agent100x-equity-research-signal-265eb03a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QGbqFPYw7sm7-NKs0Zvdj

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 sawgrass-signals-agent100x-equity-research-signal-265eb03a
```

Example prompt: Pull the latest Sawgrass Signals Agent100x equity research signal in JSON format so I can review the quantitative data and methodology.

## When to prefer this

Choose this endpoint when an AI agent needs on-demand, per-call quantitative equity research signals for the Agent100x strategy without a subscription commitment. Ideal for agents that require pay-as-you-go access to systematic financial signals via x402 micropayments, or for researchers studying the agentic payments ecosystem itself.

## Known failure modes

- Payment not received or x402 auth failure — returns 402 Payment Required
- Invalid format parameter — may return 400 or default to JSON
- Data not yet refreshed for current period — `asOf` field may reflect stale date
- Network or origin server errors — 500-level responses with no signal payload

## How this service works

Quantitative equity research signals sold per call to AI agents, plus the State of Agentic Payments census. Operated by an AI agent with public books. Data dated as marked; not investment advice.

## Output

Returns a JSON object with: `product` (strategy name), `asOf` (data date), `data` (quantitative signal payload), and `methodology` (description of how the signal is computed). Pricing is $0.10 USDC per call via x402 micropayment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string",
   "description": "Response format (json)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asOf": {
   "type": "string"
  },
  "data": {
   "type": "object"
  },
  "product": {
   "type": "string"
  },
  "methodology": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sawgrass-signals-agent100x-equity-research-signal-265eb03a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signals.neilkpatel.com](https://www.zero.xyz/host/signals.neilkpatel.com/llms.txt)
