# Tenjin Stablecoin Risk Matrix 2026

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

Returns a source-linked risk analysis article covering major stablecoin categories including fiat-backed, DeFi overcollateralized, synthetic-dollar basis, tokenized cash, and long-tail stablecoins.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/onchain-notes/stablecoin-risk-matrix-2026-usdt-usdc-usde-dai-usds-pyusd-rlusd
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-stablecoin-risk-matrix-2026-1ee21204
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NdjR0-aSTca2-uk-fYh_d

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-risk-matrix-2026-1ee21204
```

Example prompt: Can you pull up the Tenjin stablecoin risk matrix for 2026 — the one that covers USDT, USDC, USDe, DAI, USDS, PYUSD, and RLUSD across fiat-backed, DeFi overcollateralized, synthetic, and tokenized cash categories?

## When to prefer this

Choose this endpoint when you need a comprehensive, source-cited risk analysis of major stablecoins in a single call, covering multiple stablecoin categories and specific assets (USDT, USDC, USDe, DAI, USDS, PYUSD, RLUSD). Prefer this over general web search when you need curated, analyst-written risk assessments with citations rather than aggregated news or raw on-chain data.

## Known failure modes

- 402 Payment Required if x402 micropayment of 0.1 USDC is not included or fails
- 404 if the slug or handle is incorrect or the article is unpublished
- 503 if the Tenjin blog backend is unavailable
- Payment wallet misconfiguration leading to rejected transactions

## How this service works

A source-linked risk matrix for the major stablecoin and stablecoin-like buckets: fiat-backed payment coins, DeFi overcollateralized dollars, synthetic-dollar basis products, tokenized cash wrappers, and the long tail.

## Output

A structured article payload containing a source-linked risk matrix covering stablecoin categories (fiat-backed payment coins, DeFi overcollateralized dollars, synthetic-dollar basis products, tokenized cash wrappers, and long-tail stablecoins), with per-asset risk assessments for USDT, USDC, USDe, DAI, USDS, PYUSD, and RLUSD, including citations and analysis as of 2026.

## 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-risk-matrix-2026-1ee21204/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)
