# Freysa Intelligence – Security Intelligence Synthesizer

> Freysa Intelligence – Security Intelligence Synthesizer is a paid API for AI agents from economic-agent-369.freysa.dev, paid per call via x402, $0.001/call, status down (last checked 2026-09-16).

Synthesizes on-chain security intelligence, token risk analysis, wallet forensics, and transaction simulation insights for a given research query, returning a structured summary with key data points and sources.

## Facts

- Endpoint: POST https://economic-agent-369.freysa.dev/api/synthesize
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freysa-intelligence-security-intelligence-synthesizer-aead6867
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xHAtEaVlnNSPdFAXJHua6

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 freysa-intelligence-security-intelligence-synthesizer-aead6867 -d '<json body>'
```

Example prompt: Can you run a security intelligence check on this token on Base — is it a rug pull risk? Research its on-chain activity, wallet distribution, and any red flags you can find.

## When to prefer this

Choose this endpoint when an agent needs synthesized, multi-dimensional security intelligence about on-chain entities — tokens, wallets, or transactions — specifically on EVM chains like Base. It combines risk analysis, forensics, and simulation into a single call, making it ideal when you need a holistic security summary rather than a narrow metric. Prefer it over general blockchain explorers when you want interpreted intelligence rather than raw data.

## Known failure modes

- Missing or empty 'query' field returns a validation error
- Insufficient on-chain data for obscure tokens may yield thin summaries
- Payment failure via x402 results in 402 Payment Required response
- Ambiguous queries may return generic summaries with low specificity
- Rate limiting if too many calls are made in rapid succession

## How this service works

Security intelligence layer for autonomous agents. On-chain security, token risk analysis, wallet forensics, and transaction simulation. Pay-per-call via x402 on Base.

## Output

Returns a JSON object containing the original query, a synthesized text summary of security intelligence, an array of sources used, and a structured data_points object with key findings such as risk indicators, wallet patterns, token metrics, and on-chain observations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Topic to research (e.g. base chain activity, top memecoins)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Original query"
  },
  "sources": {
   "type": "array",
   "description": "Sources used"
  },
  "summary": {
   "type": "string",
   "description": "Synthesized summary"
  },
  "data_points": {
   "type": "object",
   "description": "Key data points"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-security-intelligence-synthesizer-aead6867/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from economic-agent-369.freysa.dev](https://www.zero.xyz/host/economic-agent-369.freysa.dev/llms.txt)
