# Mainnet

| Chain Name      | Router V7 Contract Address                                                                                                             |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum        | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://etherscan.io/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3)                  |
| Optimism        | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://optimistic.etherscan.io/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3)       |
| BNB Smart Chain | [0x400b971099e0ebFDa2C03a3063739cb5398734A6](https://bscscan.com/address/0x400b971099e0ebFDa2C03a3063739cb5398734A6)                   |
| Polygon         | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://polygonscan.com/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3)               |
| Fantom          | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://ftmscan.com/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3)                   |
| Arbitrum        | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://arbiscan.io/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3)                   |
| Avax            | [0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3](https://snowtrace.io/address/0x1633D66Ca91cE4D81F63Ea047B7B19Beb92dF7f3?type=avax_cchain) |

### Executor address:

The executor address is the final executor of your destination contract and this executor address should gain privilege to access your contract.

This information can be read off the Router V7 contract.

`address public immutable anycallExecutor;`

<figure><img src="/files/wpg366eLI4XUZBZY28Di" alt=""><figcaption></figcaption></figure>

### Supported Tokens and Amount:

* Only an amount under $1000 USD is supported now for cross-chain swap and call. This amount is dynamically applied to different tokens.&#x20;
* USDC and ETH at the moment

The supported tokens can be read here from this api: <https://bridgeapi.multichain.org/v4/tokenlistv4/1>

The `router` value should equal to the router address in the above token to support anyswapoutandcall.

### Whitelisting

Whitelisting is needed for routerV7. Please contact our team on telegram to handle this. This would be done within 24 hours.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.multichain.org/developer-guide/bridge-funds-and-anycall-router-v7/mainnet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
