ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

aave-liquidation-monitor

Proactive monitoring of Aave V3 borrow positions with liquidation alerts. Queries user collateral, debt, and health factor across chains (Ethereum, Polygon, Arbitrum, etc.). Sends urgent alerts to Telegram/Discord/Slack when health factor drops below configurable thresholds (critical at 1.05, warning at 1.2). Use when you need continuous monitoring of Aave positions, want alerts before liquidation risk occurs, or need periodic summaries of your borrowing health.

Why use this skill?

Proactively monitor your Aave V3 health factor and borrow positions with automated alerts. Get notified of liquidation risks across all supported chains.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jgramajo4/aave-liquidation-monitor
Or

What This Skill Does

The aave-liquidation-monitor provides proactive, automated tracking for your decentralized finance borrowing positions on Aave V3. By continuously querying on-chain data through Aave's GraphQL interface, this skill keeps a watchful eye on your collateralization ratio and health factor across multiple blockchain networks. It acts as a digital sentry, ensuring you never miss a tightening liquidation window, and provides detailed reporting on your current debt obligations, supplied assets, and overall portfolio risk profile.

Installation

To integrate this tool into your OpenClaw environment, execute the following command in your terminal or command interface: clawhub install openclaw/skills/skills/jgramajo4/aave-liquidation-monitor. Once installed, start the configuration process by running /aave-config init. This will prompt you to provide your wallet address, define your preferred health factor thresholds, select an alert frequency, and choose a notification channel—such as Telegram, Slack, or Discord. Once initialized, enable the monitoring service using /aave-monitor enable to start the automated cron job.

Use Cases

This skill is ideal for DeFi power users who manage leveraged yield strategies and want to automate risk management without constant manual checking. It is perfect for users who want peace of mind while away from their monitors, as it alerts you immediately when market volatility pushes your health factor toward liquidation levels. Additionally, it serves as a daily portfolio tracker for investors who want periodic updates on their debt-to-collateral ratios during times of market turbulence.

Example Prompts

  1. "Check my current Aave position status immediately to ensure my health factor is still above the warning threshold."
  2. "Update my liquidation monitor configuration to increase the check interval to 2 hours and set the critical threshold to 1.1."
  3. "Show me the status of my monitoring job and when the last successful health factor check occurred."

Tips & Limitations

To optimize your monitoring, set your warning thresholds slightly above the protocol's strict liquidation point to give yourself a buffer for manual rebalancing. Note that this skill is read-only; it cannot execute transactions or repay debt automatically, meaning you must still interact with the Aave protocol directly to deposit more collateral or pay down debt. Always ensure your wallet address is input correctly to avoid tracking errors. While the retry logic is robust, temporary RPC node outages may occasionally delay a check, so consider the monitor a supplemental safety layer rather than a replacement for active portfolio management.

Metadata

Author@jgramajo4
Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jgramajo4-aave-liquidation-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#aave#liquidation#monitoring#crypto
Safety Score: 5/5

Flags: network-access, external-api