# SignalHarness DeFi Staking Projection

> SignalHarness DeFi Staking Projection is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Projects estimated staking returns, APY, and yield outcomes for DeFi staking positions based on caller-supplied parameters

## Facts

- Endpoint: POST https://signalharness.ai/api/agent/services/defi_staking_projection/invoke
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalharness-defi-staking-projection-fbb6c41e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oaJUBduf2VYqTfhuRWpoU

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 signalharness-defi-staking-projection-fbb6c41e -d '<json body>'
```

Example prompt: Can you project the staking returns I'd get if I stake 5000 USDC on a DeFi protocol offering roughly 8% APY for 12 months — I want to see the full yield breakdown including any warnings about the estimate?

## When to prefer this

Choose this endpoint when you need a quick, AI-driven DeFi staking yield projection based on parameters you supply directly — particularly useful when you have specific staking amounts, durations, or protocol details and want an instant estimate without connecting to live on-chain data feeds. It is well-suited for scenario planning and advisory use cases where the caller provides context. Prefer live on-chain analytics tools if you need real-time protocol state or verifiable on-chain APY data.

## Known failure modes

- Malformed or empty staking_projection_request string returns an error
- Insufficient or ambiguous input data may produce warnings but still succeed
- Protocol or token not recognized in the request may result in low-confidence projections
- Payment failure via x402 micropayment protocol prevents execution
- Request string exceeding 65536 characters is rejected by schema validation

## How this service works

Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.

## Output

Returns a JSON object containing a staking_projection field with yield estimates and forecasted returns, a warnings array highlighting any assumptions or limitations in the projection, an evidence_scope indicating the analysis is based on caller-supplied data, and a full receipt with payment and execution metadata including latency, service version, and a result hash for verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "staking_projection_request": {
   "type": "string",
   "maxLength": 65536,
   "minLength": 2
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "replay": false,
  "result": {
   "warnings": [
    "Projection is not a yield guarantee and excludes slashing and price risk."
   ],
   "service_id": "defi_staking_projection",
   "evidence_scope": "caller_supplied_data",
   "staking_projection": "{\"assumptions\":{\"compounds_per_year\":12,\"days\":365},\"principal\":\"100\",\"projected_amount\":\"105.116189788173\",\"projected_reward\":\"5.116189788173\"}"
  },
  "status": "succeeded",
  "receipt": {
   "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
   "usage": [],
   "status": "succeeded",
   "network": "eip155:8453",
   "artifacts": [],
   "endedAtMs": 0,
   "latencyMs": 0,
   "paymentId": "example-payment",
   "receiptId": "example-receipt",
   "requestId": "example-request",
   "serviceId": "defi_staking_projection",
   "executionId": "example-execution",
   "startedAtMs": 0,
   "amountAtomic": "5000",
   "resultSha256": "a48543af29fc732a691edb4e9d187ae229f5bebdc6d9e3c0dbd0544479fb5018",
   "serviceVersion": "1.0.0",
   "settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
  },
  "artifacts": [],
  "requestId": "example-request",
  "executionId": "example-execution"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalharness-defi-staking-projection-fbb6c41e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalharness.ai](https://www.zero.xyz/host/signalharness.ai/llms.txt)
