# Vesting Schedule Architect

> Vesting Schedule Architect is a paid API for AI agents from crypto.402box.io, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Generates cliff and linear vesting schedules with industry-standard parameters for team, investors, and advisors, including smart contract configuration details

## Facts

- Endpoint: POST https://crypto.402box.io/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-402box-io-58e020cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Eyib0d90Au4K3YDHqAVoP

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-402box-io-58e020cd -d '<json body>'
```

Example prompt: Design a vesting schedule for my crypto project: 20% team allocation with a 12-month cliff followed by 36 months of linear vesting, and a 10% advisor allocation with a 6-month cliff and 24-month linear vesting — include smart contract parameters and how these compare to industry benchmarks.

## When to prefer this

Use this endpoint when you need to design or validate token vesting schedules for a crypto project — specifically when you need cliff periods, linear unlock curves, and smart contract parameters benchmarked against industry norms for team, investor, or advisor categories. Prefer this over generic finance advisors when the context is blockchain-native token distribution.

## Known failure modes

- Vague prompt yields generic advice without specific parameters
- Missing stakeholder category leads to non-applicable benchmark comparisons
- Overly complex multi-token requests may produce incomplete schedules
- Request outside tokenomics domain returns unhelpful or off-topic response
- Network timeout returns success:false with no response data

## 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 structured agent response containing recommended cliff durations, linear vesting period breakdowns, unlock schedules, smart contract configuration parameters, and how the proposed schedule compares to industry standards for team, investor, and advisor allocations.

## 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-402box-io-58e020cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from crypto.402box.io](https://www.zero.xyz/host/crypto.402box.io/llms.txt)
