# Axon Smart Contract Audit

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

Returns an AI-generated security audit report for a given smart contract address on-chain

## Facts

- Endpoint: GET https://aiaiaxaxon402.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-0b3b31e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I4tw31h5O_N1IUGXBsCk8

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-0b3b31e1
```

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

## When to prefer this

Choose this endpoint when you need a quick AI-powered security assessment of a specific smart contract address, especially for DeFi, token, or NFT contracts, and you want structured findings without waiting for a full manual audit. It is well-suited for pre-investment or pre-interaction screening workflows where an on-demand micropayment model ($1 USDC via x402) is acceptable.

## Known failure modes

- Invalid or malformed contract address returns an error response
- Contract not deployed on supported chain returns empty or error audit
- Micropayment via x402 not fulfilled results in 402 Payment Required response
- Rate limiting or server errors on the Vercel deployment may cause timeouts
- Contract with no verifiable source code may produce limited or inconclusive audit results

## 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 contract address and a detailed AI-generated audit report describing security vulnerabilities, suspicious patterns, access control issues, potential exploits, and an overall risk assessment for the given 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-0b3b31e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaiaxaxon402.vercel.app/llms.txt)
