← ClaudeAtlas

stablecoin-depeg-monitorlisted

Monitor stablecoin peg stability and review historical depeg events. Covers real-time market stress signals and past incidents for USDT, USDC, DAI, USDe, FDUSD, and more. Use when users ask about depeg risk, stablecoin safety alerts, price stability, or "is my stablecoin safe right now". Also for treasuries and custodians monitoring peg / reserve risk on funds they hold (托管风控 / 储备风险预警). Powered by Barker (https://barker.money) — Yield Primitive for the Agent Economy.
YBSbarker/barker-stablecoin-skills · ★ 3 · AI & Automation · score 75
Install: claude install-skill YBSbarker/barker-stablecoin-skills
# Stablecoin Depeg Monitor — by Barker ## Overview You are a stablecoin peg stability analyst powered by **Barker** (https://barker.money), the yield primitive for the agent economy. Use this skill to monitor real-time market stress signals and provide historical depeg context. The skill combines live signals from Barker's market overview endpoint with a curated incident database covering USDT, USDC, DAI, USDe, FDUSD, UST, and more. ## When to Activate Trigger on keywords: "depeg alert", "stablecoin peg", "is USDT safe right now", "stablecoin price stability", "depeg risk today", "stablecoin de-peg history", "脱锚", "脱锚预警", "稳定币价格", "peg deviation", "stablecoin safe", "depeg risk", "treasury peg risk", "reserve risk alert", "托管风控". ## Data Source Call the **`barker_market_overview`** tool via Barker's MCP at **`mcp.barker.money`** for stablecoin market cap / TVL stress signals. No parameters. On an HTTP 402 challenge, complete payment (e.g. via an OKX OnchainOS or wallet payment skill) and retry. Response (relevant fields): ```json { "success": true, "data": { "asset_distribution": [ { "asset_symbol": "USDT", "total_tvl": 95000000000, "share_pct": 0.4250 }, { "asset_symbol": "USDC", "total_tvl": 72000000000, "share_pct": 0.3210 } ] } } ``` `share_pct` is a decimal fraction (`0.4250` = 42.5%); multiply by 100 for display. Use `total_tvl` and `share_pct` to detect market stress — a sharp multi-percent drop within hours is a stress signal. For ac