Triggers

Trigger types

Triggers monitor for onchain changes and initiate notifications when particular conditions are met. Currently, The following trigger types are support

Trigger Type: Poll Function

The Poll Function trigger type will periodically poll a function of a contract. This trigger type has 2 modes, 1. Always trigger, or 2. Trigger based on simple conditional logic. Here are some examples of use cases for this trigger type:

  • Get a notification when the balance of address or keeper

  • Get a notification when your health ratio on AAVE is below a threshold

  • Get a notification when the onchain spot price of a token is above or below a value

Poll Functions have the following configuration options:

Trigger Type: Onchain Event

An Onchain Event trigger type will monitor the blockchain for a particular event. The trigger has 2 modes, 1. always trigger, or 2. trigger based on simple conditional logic. Here are some example use cases for this trigger type:

  • Get a notification when an account has been liquidated on AAVE or another lender

  • Get a notification when privileged functions, such as governance functions are called

  • Get a notification for every harvest of a vault and report the gains

An Onchain Event trigger type has the following configuration options:

Last updated