# Tenjin Stablecoin Depeg Playbook

> Tenjin Stablecoin Depeg Playbook is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a source-linked checklist for agents, wallets, protocols, and treasury systems on how to respond to stablecoin depeg events — including when to pause routing, cap collateral, and distinguish NAV wrappers from broken payment pegs.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-depeg-playbook-what-agents-should-pause-first
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-stablecoin-depeg-playbook-617f30f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j8XN4TlFU5Q-3mJgSoXRX

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 tenjin-stablecoin-depeg-playbook-617f30f8
```

Example prompt: Pull the stablecoin depeg playbook from Tenjin — I need to know when my agent should pause routing and when to cap collateral if a peg breaks, and how to tell the difference between a NAV wrapper issue and a real payment peg failure.

## When to prefer this

Choose this endpoint when an agent, protocol, or treasury system needs actionable, source-backed guidance specifically on stablecoin depeg response — especially when differentiating NAV wrapper behavior from payment peg failure. Prefer this over generic DeFi news endpoints when the goal is structured decision-making criteria rather than raw price data or market news.

## Known failure modes

- Invalid or missing handle/slug returns a 404 or error response
- Payment of 0.1 USDC via x402 not completed results in 402 Payment Required
- Slug 'latest' used with a handle (not wallet address) is not payable and may fail
- Article may have been unpublished or moved, causing a stale slug to return not found
- Network latency or tenjin.blog downtime may cause request timeout

## How this service works

A source-linked stablecoin depeg response checklist for agents, wallets, protocols, and treasury systems: when to pause routing, when to cap collateral, and how to avoid confusing NAV wrappers with broken payment pegs.

## Output

A structured, source-linked article containing a prioritized depeg response checklist covering: criteria for pausing stablecoin routing, thresholds for capping collateral, and a framework distinguishing NAV wrapper fluctuations from genuine payment peg failures — targeted at agents, wallets, DeFi protocols, and treasury systems.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-stablecoin-depeg-playbook-617f30f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
