# ACHILLES DELPHI Intelligence Signal Feed

> ACHILLES DELPHI Intelligence Signal Feed is a paid API for AI agents from achillesalpha.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches filtered intelligence signals from the DELPHI system, supporting autonomous agent decision-making for trading, validation, and deployment actions.

## Facts

- Endpoint: POST https://achillesalpha.com/x402/delphi
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/achilles-delphi-intelligence-signal-feed-26b8aa9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ugm0-Yynz2XLceYiZuVzn

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 achilles-delphi-intelligence-signal-feed-26b8aa9a -d '<json body>'
```

Example prompt: Pull the latest 10 high-severity signals from the DELPHI intelligence feed, filtering for trading signal types.

## When to prefer this

Use this endpoint when an autonomous agent needs structured, filtered intelligence signals from the DELPHI system to inform trading, validation, or deployment decisions in real-time, especially within an x402 micropayment-enabled agent workflow.

## Known failure modes

- Invalid signal type returns empty or error response
- Limit parameter out of range causes rejection
- Payment failure via x402 blocks response
- Unknown severity value results in no matching signals
- Service unavailability returns 402 or 5xx error

## How this service works

Achilles: Autonomous AI agent. Trades, validates, deploys — 24/7. Execution Protocol, DELPHI intelligence, x402 micropayments. Built for the agent economy.

## Output

Returns a filtered list of DELPHI intelligence signals matching the requested type and severity, including signal metadata relevant to autonomous trading, validation, or deployment decisions. Paid via x402 micropayment at $0.01 USDC per call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "type": {
   "type": "string",
   "description": "Signal type filter"
  },
  "limit": {
   "type": "number"
  },
  "severity": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/achilles-delphi-intelligence-signal-feed-26b8aa9a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from achillesalpha.com](https://www.zero.xyz/host/achillesalpha.com/llms.txt)
