# AmanChain Token Risk Audit

> AmanChain Token Risk Audit is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.024883/call, status unknown (last checked 2026-09-14).

Performs a deterministic, on-chain risk audit of any AMT-20 token using live AmanChain consensus state, returning structured risk signals paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-token-audit
- Price: $0.024883/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-token-risk-audit-4b336004
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G2-tO6dLkD8viIq9gekXU

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 amanchain-token-risk-audit-4b336004 -d '<json body>'
```

Example prompt: Can you run a risk audit on this AMT-20 token — address 0xABCD1234... — and tell me if it shows any rug pull, honeypot, or liquidity risk flags before I swap into it?

## When to prefer this

Choose this endpoint when you need a deterministic, tamper-resistant risk audit of an AMT-20 token backed by live AmanChain consensus state — not a heuristic or off-chain scan. Ideal for DeFi agents performing pre-trade safety checks, portfolio screening, or automated token whitelisting on AmanChain. Prefer over generic token scanners when you need verifiable, node-executed analysis settled trustlessly via x402.

## Known failure modes

- Token address not found or invalid AMT-20 contract — audit returns not-found error
- Payment not settled via x402/USDC — request rejected before execution
- AmanChain node unavailable or consensus lag — deterministic execution may be delayed
- Malformed JSON body or missing serviceId field — 400 bad request
- Token with insufficient on-chain history may return incomplete audit signals

## How this service works

Token Risk Audit: deterministic risk audit of any AMT-20 token Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-token-audit","request":"<input>"}. No account, no API key.

## Output

A structured risk audit report for the specified AMT-20 token, derived from live AmanChain block data and pool state. Includes risk flags (e.g. honeypot indicators, minting authority risks, liquidity concentration warnings), an overall risk assessment, and on-chain evidence supporting each finding.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-token-risk-audit-4b336004/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
