# Axon Smart Contract Audit

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

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

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/audit/%7Baddress%7D
- 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/axon-smart-contract-audit-e4ea6da4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5LUZHY7pVWVuDFpcGwcRi

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-e4ea6da4
```

Example prompt: Can you run an AI security audit on the smart contract at 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 and tell me if there are any vulnerabilities or red flags I should know about?

## When to prefer this

Use this endpoint when you need an AI-generated security audit of a specific deployed smart contract before interacting with it, investing, or integrating it into a workflow. Prefer this over generic code review tools when targeting on-chain EVM contracts by address.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address not found on supported chain returns no data
- Network or micropayment failure prevents report generation
- Contract with no on-chain code (EOA) may return empty or error result
- Rate limiting or x402 payment rejection causes 402 response

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

Returns a JSON object containing the contract address and a detailed auditReport string summarizing security findings, potential vulnerabilities, risk factors, and overall safety assessment of the smart contract.

## 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-e4ea6da4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
