# Token Supply & Distribution Designer

> Token Supply & Distribution Designer is a paid API for AI agents from crypto.apitoai.xyz, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Designs total token supply, initial allocation percentages, emission schedules, and multi-chain distribution rationale for crypto projects

## Facts

- Endpoint: POST https://crypto.apitoai.xyz/token_supply_distribution_designer
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-apitoai-xyz-40f1184e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7jIjL216pzhB3zt_b_yy8

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 crypto-apitoai-xyz-40f1184e -d '<json body>'
```

Example prompt: Design a token supply and distribution plan for my new DeFi protocol — I'm thinking 1 billion total supply, with allocations for team, investors, community treasury, and ecosystem incentives, plus an emission schedule that rewards early participants without causing inflation, and I need to account for Ethereum and Solana deployments.

## When to prefer this

Use this endpoint when you need AI-generated tokenomics design specifically covering supply, allocation, and emission schedules with multi-chain awareness. Prefer it over generic LLM queries when you want structured tokenomics output grounded in DeFi best practices, or when designing initial token economics before a launch.

## Known failure modes

- Vague or underspecified prompt leads to generic boilerplate tokenomics advice
- Missing multi-chain context results in single-chain recommendations only
- No project context causes overly generic allocation percentages
- API timeout or Gemini Pro service disruption returns success:false
- Prompt too long or complex may yield truncated or incomplete distribution model

## How this service works

Design total token supply, initial allocation percentages, emission schedules, and distribution rationale with multi-chain considerations

## Output

Returns a structured AI-generated response detailing recommended total token supply, allocation percentages per stakeholder group, emission schedule with decay curves, distribution rationale, and multi-chain deployment considerations

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-apitoai-xyz-40f1184e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crypto.apitoai.xyz](https://www.zero.xyz/host/crypto.apitoai.xyz/llms.txt)
