# Yield Incentive Designer

> Yield Incentive Designer 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).

Designs staking rewards, liquidity mining emissions, reward decay curves, and incentive program sustainability models for crypto protocols

## Facts

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

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

Example prompt: Design a staking rewards program for our new DeFi protocol: we want to offer 20% APY initially with a 2-year decay curve that tapers down to 5%, allocating 15% of total supply to liquidity mining emissions, and model whether this is sustainable given a $10M TVL target.

## When to prefer this

Use this endpoint when designing or auditing DeFi protocol incentive mechanics, specifically staking rewards, liquidity mining emissions, and reward decay modeling. Prefer this over generic AI endpoints when you need domain-specific tokenomics reasoning focused on yield and incentive sustainability.

## Known failure modes

- Vague or under-specified prompt returns generic advice without tailored numbers
- Missing TVL or supply parameters leads to assumptions in the model
- Payment failure (402) if USDC balance is insufficient
- Request timeout if prompt is extremely complex
- Success=false in response body if agent encounters an internal error

## 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 describing the designed incentive structure, including staking reward rates, emission schedules, reward decay curves, sustainability projections, and recommendations for incentive program parameters.

## 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-61e0fa39/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)
