crypto-liquidations

Solid

Crypto liquidations from two separate worlds: perp liquidations from the centralized futures venues that publish a liquidation feed plus Hyperliquid, with the long vs short breakdown and an hourly series, and DeFi lending liquidations on Aave V3 and Morpho Blue across Ethereum, Arbitrum and Base where both wallets are named. Includes the market-wide view in one call and the Hyperliquid accounts that were closed out. Plus cascade and squeeze context from funding and open interest. Use when the user asks who is getting liquidated, whether longs or shorts are being wiped out, how much got liquidated today, about liquidation cascades, whether a short squeeze setup exists, or who got liquidated on-chain. Free, no API key.

AI & Automation 16 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
41
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Crypto Liquidations Two different events share this word. Keep them apart. - **Perp liquidation**: a venue force-closes a leveraged position. Side, size, price, venue. From the venues that publish them. - **DeFi lending liquidation**: a third party repays someone's debt and seizes their collateral on-chain (Aave V3 and Morpho Blue, Ethereum / Arbitrum / Base). Both wallets are named. **Never add them together.** A combined total is a number with no meaning: one is leverage being flushed on an exchange, the other is collateral changing hands on a lending market. Report whichever the question is about, or both clearly labelled. ## Data sources (in order) 0. **"How much got liquidated?" with no pair named is a MARKET question.** Use `coinlobster:market_liquidations` (no args, keyless) or `GET https://coinlobster.com/api/public/liquidations`. One call covers the whole market instead of one pair: 24h dollars and counts split long vs short, an hourly series so a cascade is locatable, top coins, the biggest single event, and lending liquidations on their own lane. It is not every venue: only some publish a liquidation feed, so the perp totals are a floor. Do NOT assemble a market answer from per-pair calls. 1. **One pair named?** `coinlobster:liquidations` (args: `pair` e.g. BTC/USD, `limit`; keyless on any pair) and `coinlobster:market_snapshot` (args: `pair`; keyless on BTC/USD only, check `available`) for funding + OI context. For the on-chain side use `coinlobster:defi_li...

Details

Author
CoinLobster
Repository
CoinLobster/agent-skills
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

crypto-market-snapshot

Crypto market state and post-move diagnosis, combining price, 24h stats, funding, open interest and liquidations in one call, plus whale flow and news sentiment via companion tools. Use when the user asks the current price or 24h stats of a coin, what is happening in the crypto market right now, why a coin is moving, or for a full autopsy of why a pump or dump happened: whether the move was forced (liquidations) or organic (spot flow), who got wiped and how big vs normal, whether it was leverage-driven or spot-driven, or whether smart money bought the dip. Backward-looking by construction; reports the recorded sequence, never what happens next. Keyless for BTC/USD; other pairs need an active developer plan (from $29/mo) (whale trades and market overview stay keyless for every coin).

16 Updated 1 weeks ago
CoinLobster
Data & Documents Solid

hyperliquid-market-data

Read live Hyperliquid market data from the desk computer with curl or the Python SDK - mid, mark and oracle prices, order book depth, funding (current, predicted, historical), open interest, volume, candles, perp and spot metadata, margin tiers, and how to save datasets for the strategy lab. Read-only, no key. Use for any market brief, depth read, funding question or data pull.

4 Updated 3 days ago
galleonlabs
Web & Frontend Solid

liquidation-cascade

Detect cascading liquidations and socialized bad debt — correlated collateral (multiple LSTs/stables), bad debt socialized across unrelated markets, oracle flash-crash triggering mass liquidation, insurance-fund depletion ordering, liquidation incentives too low to clear bad debt, and depeg cascades. Activate whenever a lending/perp/CDP protocol liquidates positions, prices collateral, or has shared-risk pools.

38 Updated 2 days ago
iktok90-design