# Freysa Intelligence – Base Stats

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

Returns on-chain statistics and network intelligence for the Base blockchain, supporting security analysis and agent decision-making.

## Facts

- Endpoint: POST https://economic-agent-369.freysa.dev/api/base-stats
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freysa-intelligence-base-stats-5aec3036
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CnZwaekwt3G3fbJ3bDJlc

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-base-stats-5aec3036 -d '<json body>'
```

Example prompt: Pull the latest on-chain stats for the Base blockchain so I can see current network activity and health metrics before my agent makes a transaction.

## When to prefer this

Choose this endpoint when your agent needs live Base blockchain statistics specifically — particularly when operating on Base and requiring on-chain context before executing transactions, analyzing wallet activity, or assessing network conditions. Prefer over generic blockchain explorers when you need pay-per-call, agent-native access without API key management.

## Known failure modes

- Payment failure if USDC balance is insufficient for the $0.05 per-call fee via x402
- Empty or generic response if Base network data is temporarily unavailable
- Schema mismatch if _format parameter is unsupported
- Timeout if the Base RPC or underlying data source is unresponsive

## 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

A JSON object containing current Base blockchain statistics, which may include network activity metrics, on-chain data points, and other intelligence relevant to agent decision-making on the Base network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "_format": {
   "type": "string",
   "description": "Response format"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freysa-intelligence-base-stats-5aec3036/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)
