Plug
Enter App
Posts
Protocols
Docs
Morpho: Check Borrow Rate Delta Vs. Min Threshold
Morpho: Check Borrow Rate Delta Vs. Min Threshold
0x4844
28507A212cA56D71baa27Ca6089a6dB6
3a88
Actions · 7
Use
Morpho: Find Borrow Rate Delta
Morpho: Find Borrow Rate Delta
where
current_market
is
current_market
current_market
target_market
is
target_market
target_market
Composes another plug inside this one.
Composes another plug inside this one.
Use
Morpho: Check Minimum Threshold
Morpho: Check Minimum Threshold
where
value
is
apr_delta
apr_delta
minimum_definition
is
minimum_apr_delta
minimum_apr_delta
Composes another plug inside this one.
Composes another plug inside this one.
Set
meets_minimum_delta
meets_minimum_delta
to
meets_minimum
meets_minimum
Assigns a value to a named variable that later steps reference.
Assigns a value to a named variable that later steps reference.
Is
current_apr_is_higher
current_apr_is_higher
and
and
meets_minimum_delta
meets_minimum_delta
Compares two values with a chosen operator and returns a boolean.
Compares two values with a chosen operator and returns a boolean.
Set
meets_rate_delta_threshold
meets_rate_delta_threshold
to
comparisonResult
comparisonResult
Assigns a value to a named variable that later steps reference.
Assigns a value to a named variable that later steps reference.
Bubble
meets_rate_delta_threshold
meets_rate_delta_threshold
Surfaces a value as an output of this plug.
Surfaces a value as an output of this plug.
Bubble
apr_delta
apr_delta
Surfaces a value as an output of this plug.
Surfaces a value as an output of this plug.
Related plugs · 8
Current Market
*
Target Market
*
Minimum Apr Delta
*
Use in App
Back