# GBLIN Sentinel Risk Pulse Pro

> GBLIN Sentinel Risk Pulse Pro is a paid API for AI agents from gblin-sentinel.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns an actionable GBLIN treasury recommendation (invest/hold/reduce/defer) with confidence score and suggested allocation, driven by on-chain Crash Shield state.

## Facts

- Endpoint: GET https://gblin-sentinel.vercel.app/api/data/risk-pulse-pro
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gblin-sentinel-risk-pulse-pro-0b052f1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZvGsrEuTrKG9ZbhY2_MGQ

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 gblin-sentinel-risk-pulse-pro-0b052f1f
```

Example prompt: What's the current GBLIN Sentinel recommendation — should I invest, hold, reduce, or defer my GBLIN treasury position right now, and how confident is it in that call?

## When to prefer this

Use this endpoint when you need a structured, actionable GBLIN treasury signal derived from on-chain Crash Shield analytics, rather than generic market sentiment or price feeds. Best when you want a definitive invest/hold/reduce/defer action with a confidence score and allocation suggestion in one call.

## Known failure modes

- On-chain data unavailable — Crash Shield state cannot be read, returning 503
- Payment not processed — x402 payment of $0.05 USDC required before data is returned
- Rate limiting or backend timeout resulting in 429 or 500 error
- Stale on-chain data may produce outdated recommendation if block data is lagging

## How this service works

Actionable GBLIN treasury recommendation (invest/hold/reduce/defer) with confidence score and suggested allocation percentage, driven by live on-chain Crash Shield state on Base. Combines Chainlink price risk, treasury analytics and drawdown regime into one decision an agent can act on.

## Output

Returns an actionable recommendation from one of four signals (invest/hold/reduce/defer), a confidence score indicating conviction level, a suggested portfolio allocation percentage, and the underlying on-chain Crash Shield state that drove the decision.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "signal": "normal",
   "recommendation": {
    "action": "hold",
    "confidence": 0.82,
    "suggested_allocation_pct": 65
   }
  },
  "price": "$0.03",
  "endpoint": "risk-pulse-pro"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gblin-sentinel-risk-pulse-pro-0b052f1f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gblin-sentinel.vercel.app](https://www.zero.xyz/host/gblin-sentinel.vercel.app/llms.txt)
