agentek-eth

by NaniDAO
Verified

compareYieldHistoryTool

Analyze and compare historical yield performance of DeFi pools by APY, volatility, stability, or TVL trends over a customizable time period to make informed investment decisions.

Instructions

Compares historical yield performance across multiple pools, analyzing metrics like APY, volatility, and TVL trends

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of historical data to analyze (max 365)
poolIdsYesList of DefiLlama pool IDs to compare (between 2-5 pools)
sortByNoMetric to sort the comparison results byapy

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 30, "description": "Number of days of historical data to analyze (max 365)", "maximum": 365, "minimum": 1, "type": "number" }, "poolIds": { "description": "List of DefiLlama pool IDs to compare (between 2-5 pools)", "items": { "type": "string" }, "maxItems": 5, "minItems": 2, "type": "array" }, "sortBy": { "default": "apy", "description": "Metric to sort the comparison results by", "enum": [ "apy", "volatility", "stability", "tvl" ], "type": "string" } }, "required": [ "poolIds" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce