# Axon Smart Contract Audit

> Axon Smart Contract Audit is a paid API for AI agents from aiaia-xaxon402.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Performs an AI-powered security audit of a blockchain smart contract at a given address, returning a structured audit report

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/audit/%7Baddress%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-smart-contract-audit-f47daa97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_amvHnOmn4H5Rs3jkKrntV

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 axon-smart-contract-audit-f47daa97
```

Example prompt: Can you audit the smart contract at 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 and tell me if it has any security vulnerabilities or red flags I should know about?

## When to prefer this

Use this endpoint when you need a quick, on-demand AI-powered security assessment of a specific smart contract address without requiring a full manual code review. It is particularly valuable when evaluating unknown DeFi protocols, new token launches, or any contract before committing funds or integrating it into a product. Prefer this over manual audits when speed and cost matter most ($1 USDC per call via x402).

## Known failure modes

- Invalid or malformed contract address returns an error response
- Contract address not found on-chain may yield no meaningful audit data
- Micropayment failure (x402) on Base network blocks the request
- Unverified or non-existent contract may return limited audit information
- Rate limiting or service downtime on the Vercel deployment

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

A JSON object containing the queried contract address and an AI-generated audit report detailing security findings, identified vulnerabilities, risk levels, and any detected malicious or suspicious patterns in the smart contract code.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "address": "0x...",
  "auditReport": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-smart-contract-audit-f47daa97/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaia-xaxon402.vercel.app](https://www.zero.xyz/host/aiaia-xaxon402.vercel.app/llms.txt)
