# Axon Smart Contract Explainer

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

Given a smart contract address, returns a plain-language AI-generated explanation of what the contract does, along with verification status

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/explain/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-smart-contract-explainer-3cbf3378
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rv9m0vgxMXs0PJFi-c9_U

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-3cbf3378
```

Example prompt: Can you explain in plain English what the smart contract at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 actually does — is it verified?

## When to prefer this

Use this endpoint when you need a quick, human-readable explanation of what a specific deployed smart contract does — especially useful for due diligence before interacting with an unknown contract, auditing suspicious addresses, or helping non-technical users understand DeFi protocols. Prefer this over general blockchain explorers when you want an AI-synthesized narrative rather than raw bytecode or ABI.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unverified contract with no source code may produce limited or generic explanation
- Payment failure (x402 micropayment not completed) blocks access to the endpoint
- Address does not correspond to a contract (e.g. EOA wallet) may return unexpected results
- Network timeout or Vercel cold-start latency

## 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, a boolean indicating whether the contract is verified on-chain, and a plain-language AI-generated explanation of the contract's purpose and behavior.

## 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-3cbf3378/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)
