scan_token_networks
Provide a token contract address to list all networks where the token is deployed and its OFT bridge contract per network, revealing viable bridge routes.
Instructions
Given a token contract address, find every supported network the token exists on and its OFT bridge contract on each. Useful to discover where a token can be bridged from and to before resolving a specific route.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The token contract address (0x…). Works on any of the supported networks. | |
| fromChain | No | Optional network key to start the scan from (e.g. "bsc"). Auto-detected if omitted. |