This processor lets you pick a token across multiple chains, as long as its balance exceeds a specific threshold. It currently supports EVM chains only. This processor works much like the Select token processor, except it lets you configure multiple chains at once. If you need to move $100 from Arbitrum or Optimism to Base but aren’t sure whether you hold enough USDT, USDC, or even on which chain you have the balance, this processor has you covered. It returns the chain name, token name, and token address for whichever token meets the “balance > 100” requirement, storing them inDocumentation Index
Fetch the complete documentation index at: https://docs.keeperagent.com/llms.txt
Use this file to discover all available pages before exploring further.
SELECTED_CHAIN_NAME, SELECTED_TOKEN_NAME, and SELECTED_TOKEN_ADDRESS.

For example, pick a token from whichever chain meets your criteria
Note: You can define multiple
(chain name, token name, token address, minimum balance) pairs. If none qualify, SELECTED_CHAIN_NAME,
SELECTED_TOKEN_NAME, and SELECTED_TOKEN_ADDRESS will remain empty.