# Lucky CIN Tokenomics Audit

> Lucky CIN Tokenomics Audit is a paid API for AI agents from lucky-x402.onrender.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Performs a crypto-intelligence audit of a token's tokenomics on a specified EVM chain, optionally enriched with DeFiLlama TVL context, returning structured verdicts and analysis.

## Facts

- Endpoint: POST https://lucky-x402.onrender.com/x402/tokenomics-audit
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lucky-cin-tokenomics-audit-0994bafc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z9_fUngrAe9nWjezhxm89

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 lucky-cin-tokenomics-audit-0994bafc -d '<json body>'
```

Example prompt: Can you run a tokenomics audit on the token at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — use the 'usd-coin' DefiLlama slug for TVL context?

## When to prefer this

Choose this endpoint when you need a structured, agent-facing tokenomics verdict on an EVM token — particularly when you want DeFiLlama TVL context layered into the analysis. It covers Base, Ethereum, Optimism, Arbitrum, and Gnosis chains. Prefer this over general blockchain explorers when you want opinionated CIN verdicts rather than raw on-chain data.

## Known failure modes

- Invalid or non-existent token contract address returns an error
- Unsupported chain identifier causes validation failure
- Invalid DeFiLlama protocol slug may result in missing TVL context or error
- Network timeout on Render.com free-tier cold starts
- Token with no on-chain data returns incomplete audit
- Malformed 0x address format triggers input validation error

## How this service works

crypto-intelligence verdicts (CIN) + creative-judgment/QC + post-gen media-ops — agent-facing

## Output

Returns a structured crypto-intelligence verdict (CIN) covering tokenomics analysis including supply mechanics, distribution assessment, risk signals, and optionally TVL-enriched protocol context from DeFiLlama. The response is a JSON object with audit findings and scoring.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "token",
  "protocol_slug"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "base|ethereum|optimism|arbitrum|gnosis"
  },
  "token": {
   "type": "string",
   "description": "0x... token contract (required)"
  },
  "protocol_slug": {
   "type": "string",
   "description": "DefiLlama slug (optional, adds TVL context)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lucky-cin-tokenomics-audit-0994bafc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lucky-x402.onrender.com](https://www.zero.xyz/host/lucky-x402.onrender.com/llms.txt)
