# AmanChain Token Launch Check

> AmanChain Token Launch Check 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).

Checks whether a token has been launched or is eligible for launch on the AmanChain DEX, using live on-chain consensus state

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-token-launch-check
- 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-launch-check-3c5b324b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tvpUfVf9AtPO5NlYE0DDW

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-launch-check-3c5b324b -d '<json body>'
```

Example prompt: Can you check the launch status of this token on AmanChain and tell me whether it's live and tradeable on the DEX yet?

## When to prefer this

Use this endpoint when you need a deterministic, consensus-backed on-chain check of a token's launch status on AmanChain — ideal when you require trustless verification directly from node state rather than relying on third-party APIs or cached data. Prefer this over general market data endpoints when the specific question is whether a token has launched or is eligible to trade on AmanChain's DEX.

## Known failure modes

- Unknown or invalid token identifier returns an error or empty status
- Network or node unavailability causes timeout
- Payment via x402/USDC not settled causes rejection
- Malformed request JSON body returns validation error
- Token not yet indexed by AmanChain node returns no-data response

## How this service works

Token Launch Check: 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-token-launch-check","request":"<input>"}. No account, no API key.

## Output

Returns on-chain determined status of a token's launch state, including whether the token has been launched, pool existence, and launch eligibility details drawn directly 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-launch-check-3c5b324b/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)
