# Freysa Intelligence Security Research API

> Freysa Intelligence Security Research API is a paid API for AI agents from economic-agent-369.freysa.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Provides on-chain security intelligence, token risk analysis, wallet forensics, and transaction simulation for autonomous agents via pay-per-call on Base

## Facts

- Endpoint: GET https://economic-agent-369.freysa.dev/api/research
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freysa-intelligence-security-research-api-189aac6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MI_mf_szKymH0hxf5MbPd

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-research-api-189aac6c
```

Example prompt: Can you run a security check on token 0xabc123 on Base — is it a rug pull risk, and is the contract safe to interact with?

## When to prefer this

Choose this endpoint when an autonomous agent needs on-chain security intelligence before executing a DeFi transaction, investing in a token, or interacting with an unknown wallet or smart contract. It is particularly well-suited for agent workflows requiring pay-per-call micropayment pricing via x402 on Base, avoiding subscription overhead. Prefer this over general web search when the query is blockchain-specific and requires forensic or risk-scoring intelligence rather than narrative content.

## Known failure modes

- Payment failure if USDC balance on Base is insufficient (402 Payment Required)
- Vague or missing topic input may yield a generic or empty summary
- Unknown or very new tokens/wallets may return limited intelligence due to sparse on-chain data
- Rate limiting or service unavailability may return 429 or 503 errors
- Malformed input schema returns 400 Bad Request

## 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 a summary of security intelligence findings and an array of supporting sources. The summary covers on-chain risk signals, forensic findings, token safety scores, and transaction simulation outcomes relevant to the queried topic or address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "sources": [],
  "summary": "The agent economy..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-security-research-api-189aac6c/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)
