# Axon Smart Contract Explainer

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

Returns a plain-language explanation of an Ethereum/EVM smart contract at a given address, including verification status and what the contract does.

## Facts

- Endpoint: GET https://aiaiaxaxon402.vercel.app/api/explain/%7Baddress%7D
- Price: $0.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-explainer-49e0ee8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W2trHUkPIdLpvG2BR8_3u

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-explainer-49e0ee8e
```

Example prompt: Can you explain what the smart contract at 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D does — is it verified, and what's its purpose in plain English?

## When to prefer this

Choose this endpoint when you need a human-readable explanation of what a specific EVM smart contract does, especially when evaluating unknown contracts before interacting with them or investing. It is particularly useful when verification status matters and when you want AI-generated natural language summaries rather than raw ABI or bytecode.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unverified or non-existent contract may return limited or no explanation
- Micropayment failure (insufficient USDC or x402 header missing) results in 402 Payment Required
- Network or RPC timeout may cause delayed or failed response
- Contract on unsupported chain may not return 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

Returns a JSON object containing the queried contract address, a boolean indicating whether the contract is verified on-chain, and a plain-language explanation of what the contract does, its purpose, and key functions.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "address": "0x...",
  "verified": true,
  "explanation": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-smart-contract-explainer-49e0ee8e/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)
