Fetch EVM Vaults
evm-fetch-vaultsFind and retrieve DeFi vaults across multiple EVM networks, with options to personalize by wallet address and filter by network for targeted yield opportunities.
Instructions
Fetch/Search all available vaults from across Ethereum/EVM chains, including: mainnet, polygon, base, optimism, arbitrum, hyperliquid, plasma
Hints: - DO/Encourage to use list of networks to fetch vaults from multiple EVM networks for batch performance optimization. - Result includes basic vaults information (eg. vault name, apy) and transactional identifiers (eg. vaultId, tokenAddress) for further operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of vaults to fetch (default: 8). Increase only if user explicitly asks for more vaults. | |
| networks | No | optional networks as a list (defaults to all EVM networks). Use an array like ["network_1","network_2"] or leave empty to select all. | |
| personalised | No | TRUE if the user asks for personalized recommendations based on wallet portfolio, False otherwise | |
| evmWalletAddress | Yes | EVM wallet address to personalize vaults |