Processor Select chain
This processor lets you pick a token across multiple chains, as long as its balance exceeds a set 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 or 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 in SELECTED_CHAIN_NAME, SELECTED_TOKEN_NAME, and SELECTED_TOKEN_ADDRESS.

Field descriptions: the same as in the Select token processor.
Last updated