Overview
Permissions
Capabilities
Network Operations
A modular agent that verifies whether an asset (such as a cryptocurrency or stock) has crossed a specified price threshold before a given deadline.
Checks if an asset (like BTC or ETH) crossed a specified price threshold before a given deadline, using CoinGecko price data.
Input: Expects a structured prediction with fields for asset, comparison operator, target price, and deadline. The asset name is normalized to match CoinGecko’s format before lookup.
Process: Validates the input and deadline. If the deadline hasn’t passed, returns “not matured.” Fetches historical price data up to the deadline. Compares the asset’s price history to the target using the specified operator.
Output: Returns whether the threshold was crossed, a confidence score, a brief justification, and the data source used.
Loading...
Loading...
Agent Links: