# Freysa Intelligence Security Layer

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

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

## Facts

- Endpoint: GET https://economic-agent-369.freysa.dev/api/llm
- Price: $0.05/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-layer-44dd4054
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-wa-Nd0UYv16pQlVz-ays

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-layer-44dd4054
```

Example prompt: Before I swap into this token at 0x1234...abcd, can you run a security check on it — look for rug pull signals, contract vulnerabilities, and any suspicious wallet activity linked to it?

## When to prefer this

Choose this endpoint when an AI agent needs real-time on-chain security intelligence before executing crypto transactions, evaluating unknown tokens, or interacting with unfamiliar wallets. It is particularly valuable for DeFi agents that need pre-trade risk checks, automated portfolio managers screening new assets, or any agent workflow where blockchain security validation is a prerequisite step. Prefer it over generic LLMs because it is specifically prompted and tuned for web3 security use cases with on-chain context.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required response
- Ambiguous or incomplete prompt may yield generic or unhelpful security analysis
- Token or wallet address not found on-chain returns no data or inconclusive result
- Rate limiting or service unavailability returns 429 or 5xx errors
- Novel scam vectors not in training data may be missed by the underlying model

## 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 intelligence report generated by the DeepSeek model, covering requested on-chain security assessments such as token risk scores, wallet activity flags, contract vulnerability findings, or transaction simulation outcomes.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "model": "deepseek",
  "response": "Hello!"
 }
}
```

## More

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