---
title: "Warn me before I get liquidated on Hyperliquid"
description: "\"Watch my Hyperliquid and margin positions. Alert me if my liquidation price gets too close.\""
canonical: "https://hub.ironclaw.com/usecases/warn-me-before-i-get-liquidated-on-hyperliquid"
markdown: "https://hub.ironclaw.com/usecases/warn-me-before-i-get-liquidated-on-hyperliquid.md"
type: "use-case"
categories: ["Web 3 / Crypto","Automation"]
author: "Halfblood"
---

# Warn me before I get liquidated on Hyperliquid

## Example Prompt

> "Watch my Hyperliquid and margin positions. Alert me if my liquidation price gets too close."

## What the Agent Does

Reads the user's public wallet positions on Hyperliquid using a read-only scanner — no private keys required. It monitors open perp positions, tracks the current mark price against each position's liquidation price, and calculates the margin ratio in real time. When any position's margin ratio falls below a configurable warning threshold (e.g. within 10% of liquidation), it fires an alert with the affected position, current price, liquidation price, and estimated time to liquidation at current trend. It can also suggest safer options (reduce size, add margin) but any transaction requires explicit user approval.

## Skills and Tools

- Wallet Read-only Scanner
- Hyperliquid Position Monitor skill
- Price Data API
- Alert tool

## Categories

- Web 3 / Crypto
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/warn-me-before-i-get-liquidated-on-hyperliquid)

