# AmanChain Token Risk Audit

> AmanChain Token Risk Audit is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.024883/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/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-a08ea84e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bFRxU05zNoGoEpnEpM5eg

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-a08ea84e -d '<json body>'
```

Example prompt: Can you run a risk audit on this AMT-20 token — contract address 0xAbC123... — and tell me if it looks safe to trade or if there are any red flags like honeypot behavior or concentrated ownership?

## When to prefer this

Choose this endpoint when you need a deterministic, live on-chain risk audit of an AMT-20 token with no API key or account required — ideal for agents that need trustless, pay-per-call token safety checks settled in USDC on Base. Prefer over centralized token scanners when auditability and node-level consensus fidelity matter.

## Known failure modes

- Invalid or non-existent token address returns an error or empty audit
- Payment failure via x402 if USDC balance on Base is insufficient
- Token not found on-chain if address is on an unsupported chain
- Malformed JSON body with missing serviceId or request field returns validation error
- Node unavailability may cause timeout or service error

## How this service works

AMT-20 token security audit and risk scan — collateral backing percent, freeze and blacklist flags, holder concentration, supply integrity for any token. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-token-audit","request":"<input>"}.

## Output

Returns a deterministic risk audit report for the specified AMT-20 token, derived from live consensus state including real block data, liquidity pool snapshots, and balance distributions. Likely includes risk scores, flagged risk factors (e.g. honeypot indicators, liquidity concentration, ownership distribution), and overall safety assessment.

## 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
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-token-risk-audit-a08ea84e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from amanchain-relay.gitajhd.workers.dev](https://www.zero.xyz/host/amanchain-relay.gitajhd.workers.dev/llms.txt)
