For the complete documentation index, see llms.txt. This page is also available as Markdown.

AaveV4MinDebtTrigger

Description

Trigger ID

0x9614c8f4

SDK Action

None

Subscription Parameters

None

Calldata Parameters

/// @param user address of the user whose position we check
/// @param market aaveV4 market/spoke address
/// @param minDebt minimum debt in whole USD (no decimals, e.g. 5000 for 5000 USD) that the user must have for the trigger to return true
struct CalldataParams {
    address user;
    address market;
    uint256 minDebt;
}

IsChangeable

false

Last updated