# AmanChain Token Supply Audit

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

Audits on-chain token supply metrics including circulating supply, pools, and balances using live consensus state from the AmanChain node

## Facts

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

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

Example prompt: Can you run a supply audit for the AMAN token on AmanChain — I want to see the circulating supply, pool balances, and live on-chain totals right now?

## When to prefer this

Choose this endpoint when you need live, node-executed token supply data sourced directly from AmanChain consensus state, rather than cached or aggregated data from third-party APIs. Ideal for auditing token supply integrity, verifying circulating supply figures, or performing due diligence where freshness and on-chain provenance matter. Prefer this over general crypto data APIs when specifically dealing with AMAN token or AmanChain-native tokens.

## Known failure modes

- Malformed or missing 'request' field in JSON body returns an error
- Incorrect serviceId value (not 'aman-supply-audit') causes request routing failure
- Node temporarily out of sync with consensus may return stale or error data
- Payment via x402/USDC on Base fails if wallet has insufficient funds or incorrect payment headers
- Token not tracked by AmanChain node returns no data or empty response

## How this service works

Token supply audit — total supply, burned amount, holder count and max-supply verification for any AMT-20 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-supply-audit","request":"<input>"}.

## Output

Returns a structured audit of the token's supply state sourced from live AmanChain consensus blocks, including circulating supply figures, pool balances, wallet balances, and any other on-chain supply metrics available at query time.

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