Aave V4 Liquidation

Simulate Aave V4 liquidation mechanics with target health factors and dynamic bonuses.

Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cyotee/crane --skill aave-v4-liquidation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Aave V4 Liquidation
Source: https://github.com/cyotee/crane/tree/main/.claude/skills/aave-v4-liquidation
Command: npx skills add https://github.com/cyotee/crane --skill aave-v4-liquidation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users understand and model Aave V4's redesigned liquidation mechanics, including Target Health Factor, Dutch-auction style bonuses, and revised dust handling, so they can analyze risk and plan liquidations with confidence.

Core Features & Use Cases

  • Explain and simulate Aave V4 liquidation mechanics (target HF, dynamic bonuses, close factor variation).
  • Provide Solidity-like formulas and pseudocode for calculating liquidation amounts, debt to liquidate, collateral to seize, and protocol fees.
  • Apply the model to diverse collateral and debt scenarios to assess risk, edge cases, and outcome sensitivities.

Quick Start

Explain the Aave V4 liquidation model and run a sample calculation for a position with given collateral and debt.

Frequently Asked Questions about Aave V4 Liquidation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do Aave V4 liquidation mechanics work with target health factors?

Aave V4 liquidation mechanics use a target health factor to determine the debt-to-liquidate amount, applying dynamic Dutch-auction style bonuses and close factor variations to manage risky positions and liquidate collateral.

How do I calculate debt to liquidate and collateral to seize in Aave V4?

You calculate debt to liquidate and collateral to seize in Aave V4 by applying Solidity-like pseudocode formulas that incorporate the target health factor, dynamic liquidation bonuses, and protocol fees into the final liquidation amount.

What is the Dutch-auction style bonus in Aave V4 liquidations?

The Dutch-auction style bonus in Aave V4 liquidations is a dynamic incentive mechanism that adjusts the liquidation bonus based on position risk, replacing fixed bonuses to better align liquidator rewards with actual protocol risk.

Can I simulate Aave V4 liquidation scenarios across diverse collateral types?

Yes, you can simulate Aave V4 liquidation scenarios across diverse collateral types by applying the model to various debt and collateral inputs to assess risk, evaluate edge cases, and analyze outcome sensitivities.

Does Aave V4 liquidation modeling require Solidity to assess DeFi risk?

Aave V4 liquidation modeling provides Solidity-like pseudocode and formulas to explain the logic, but you only need the mathematical inputs like health factors and debt amounts to simulate scenarios and assess DeFi risk.

How does Aave V4 handle dust positions during liquidations?

Aave V4 handles dust positions during liquidations through revised dust handling rules integrated into the target health factor and debt-to-liquidate calculations, ensuring small residual positions are managed properly within the close factor limits.