# Yield & Incentive Program Designer

> Yield & Incentive Program 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 staking rewards, liquidity mining emissions, reward decay curves, and models incentive program sustainability for crypto protocols

## Facts

- Endpoint: POST https://crypto.apitoai.xyz/yield_incentive_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-d9887369
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4EfQ5Kyr7VdbC_0iY99O1

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

Example prompt: Design a staking rewards and liquidity mining incentive program for my new DEX — I want to distribute 10 million tokens over 2 years with a decay curve that halves emissions every 6 months, and I need a sustainability analysis showing how long the treasury runway lasts.

## When to prefer this

Use this endpoint when you need AI-generated advisory content specifically for designing crypto yield and incentive mechanics — staking reward rates, liquidity mining emission schedules, and decay curve modeling — rather than generic financial modeling tools. Best when you need a structured recommendation narrative rather than raw numerical computation.

## Known failure modes

- Vague or missing message prompt leads to generic non-actionable output
- Insufficient protocol context causes overly generic recommendations
- Model may hallucinate specific APY benchmarks without real market data
- Payment failure results in 402 error before processing
- Success: false with error message if Gemini API is unavailable

## How this service works

Design staking rewards, liquidity mining emissions, reward decay curves, and incentive program sustainability modeling

## Output

A detailed text response from Gemini Pro outlining staking reward structures, emission schedules, reward decay curve parameters, and an assessment of the incentive program's long-term sustainability, including specific rates, timelines, and recommendations tailored to the described protocol.

## 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-d9887369/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)
