agentek-eth

by NaniDAO
Verified

compareYieldTool

Compare crypto asset yields across multiple protocols by entering asset names, optional investment amount, and duration for projected earnings analysis.

Instructions

Compares yield opportunities for specific assets across different protocols

Input Schema

NameRequiredDescriptionDefault
amountNoOptional investment amount in USD for projected earnings
assetsYesList of assets to compare (e.g., ["USDC", "ETH"])
durationNoOptional investment duration in days for projected earnings

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Optional investment amount in USD for projected earnings", "type": "number" }, "assets": { "description": "List of assets to compare (e.g., [\"USDC\", \"ETH\"])", "items": { "type": "string" }, "maxItems": 5, "minItems": 1, "type": "array" }, "duration": { "description": "Optional investment duration in days for projected earnings", "type": "number" } }, "required": [ "assets" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce