# Freysa Intelligence Security Analysis

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

Analyzes on-chain security risks, token safety, wallet forensics, and simulates transactions for autonomous agents via natural language query

## Facts

- Endpoint: GET https://economic-agent-369.freysa.dev/api/analyze
- 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/freysa-intelligence-security-analysis-6735f3bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TtYjlrm85xQzopd0Dmqki

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-analysis-6735f3bc
```

Example prompt: Can you check if this token contract 0xabc123... on Base is safe to interact with — I want to know if there are any rug pull signals, suspicious wallet activity, or smart contract risks before I proceed.

## When to prefer this

Use this endpoint when an autonomous agent needs real-time on-chain security intelligence before interacting with a token, wallet, or transaction on EVM chains — especially when the risk of a scam, rug pull, or malicious contract is high. Prefer this over generic blockchain explorers when you need synthesized security judgment rather than raw transaction data.

## Known failure modes

- Query too vague or missing specific address/context — returns generic or low-confidence analysis
- Invalid or non-existent contract/wallet address — may return an error or empty result
- Payment failure via x402 on Base — call not processed
- Network or chain data unavailable — incomplete forensic result
- Rate limiting or service downtime — HTTP 402 or 5xx response

## 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 natural language security analysis with findings and recommendations covering token risk signals, wallet reputation, contract vulnerabilities, and/or transaction simulation results.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "analysis": "ETH is up...",
  "recommendations": []
 }
}
```

## More

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