# Axon Smart Contract Audit

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

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

## Facts

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

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

Example prompt: Can you run an AI security audit on this smart contract — 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — and tell me if there are any vulnerabilities or red flags I should know about before interacting with it?

## When to prefer this

Use this endpoint when you need a quick AI-generated security assessment of a specific smart contract address, especially before interacting with an unknown DeFi protocol, token, or NFT contract. Prefer this over manual code review when speed matters and the contract address is known. Best suited for EVM-compatible contracts on Base or Ethereum where the bytecode or source is accessible.

## Known failure modes

- Invalid or malformed contract address returns an error response
- Contract address not found on-chain or unsupported chain returns empty or error
- x402 micropayment not completed or insufficient USDC results in 402 Payment Required
- Rate limiting or server overload may return 429 or 503
- AI model failure may return incomplete or null auditReport

## 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 a detailed auditReport string covering identified vulnerabilities, risk levels, and security recommendations generated by AI analysis of the 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-d9504d3f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
