# AmanChain Token Supply Audit

> AmanChain Token Supply 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.007465/call, status unknown (last checked 2026-09-14).

Performs a deterministic on-chain audit of a token's supply metrics against live AmanChain consensus state, paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-supply-audit
- Price: $0.007465/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-supply-audit-d77eb2c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XdmXtCw8zsZNwTBXns-eD

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-supply-audit-d77eb2c0 -d '<json body>'
```

Example prompt: Run a supply audit on the AmanChain token with ID 0xABC123 — I want to see total supply, circulating supply, any burn activity, and whether there have been unexpected minting events.

## When to prefer this

Choose this endpoint when you need a deterministic, node-verified supply audit of an AMT-20 token on AmanChain directly from live consensus state — not an aggregator or cached estimate. Ideal for pre-investment due diligence, verifying whitepaper claims, or detecting unexpected minting/burning. Prefer over generic blockchain explorers when you need structured, machine-readable supply data with no API key or account required.

## Known failure modes

- Invalid or unrecognized token identifier returns an error or empty result
- Token not found on AmanChain returns a not-found error
- Malformed request body or missing serviceId field causes a 400-level error
- Payment failure via x402 (insufficient USDC balance) blocks the call
- Node temporarily out of sync with consensus may return stale or error response
- Network timeout if AmanChain node is under load

## How this service works

Token Supply Audit: node-operated on-chain service 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-supply-audit","request":"<input>"}. No account, no API key.

## Output

Returns a structured supply audit report for the specified token, including total supply, circulating supply, minted amounts, burned amounts, supply distribution details, and any anomalies detected — all sourced deterministically from live AmanChain consensus state.

## 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-supply-audit-d77eb2c0/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)
