# Vesting Schedule Architect

> Vesting Schedule Architect 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 cliff and linear vesting schedules for token allocations to team, investors, and advisors using industry benchmarks and smart contract parameters

## Facts

- Endpoint: POST https://crypto.apitoai.xyz/vesting_schedule_architect
- 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-31ece2ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__DxSp2_1ygpQ1MYmzX47g

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-31ece2ed -d '<json body>'
```

Example prompt: Design a vesting schedule for my crypto project — 20% to team with a 1-year cliff and 4-year linear vest, 15% to seed investors with a 6-month cliff and 2-year linear vest, and 5% to advisors with a 3-month cliff and 18-month linear vest, including smart contract parameters and industry benchmark comparisons.

## When to prefer this

Use this endpoint when you need to design or validate token vesting schedules for crypto projects, especially when you need smart-contract-ready parameters and want to benchmark against industry norms for team/investor/advisor allocations. Prefer over generic AI chat when you need structured, tokenomics-specific output with DeFi context baked in.

## Known failure modes

- Vague or missing stakeholder category yields generic output without tailored parameters
- Missing token percentages results in relative rather than absolute schedule
- Ambiguous cliff/vesting durations may produce misaligned smart contract parameters
- No context on project type may lead to non-applicable benchmark comparisons
- Gemini Pro API unavailability returns success:false with error message

## How this service works

Create cliff and linear vesting schedules for team, investors, and advisors with industry benchmarks and smart contract parameters

## Output

Returns a detailed vesting schedule plan including cliff durations, linear vesting timelines, percentage breakdowns, smart contract parameters (e.g. start timestamps, release intervals, beneficiary structures), and comparisons to industry benchmarks for each stakeholder group (team, investors, advisors).

## 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-31ece2ed/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)
