# Choose a Network

<figure><img src="/files/7VtBmeEdgbVJvEy021CQ" alt=""><figcaption><p>Click the network name in the top right to change networks.</p></figcaption></figure>

The Maverick dApp is live on Ethereum Mainnet, zkSync Era, Base, Arbitrum, and BNB Smart Chain. Switching between these networks is as simple as clicking the network icon in the top right of your screen and selecting another network from the drop-down menu. Confirm the network change in your wallet app and you're ready to go!

{% hint style="info" %}
In Maverick V2, you can see all pools and positions across all chains in the same UI without switching network. This means it is possible to browse all the Maverick pools in one place, and you won't be asked to change network unless you select a pool that is on a different network than the one to which you are currently connected. Some wallets even make this network switching seamless!
{% endhint %}


---

# 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.mav.xyz/getting-started/choose-a-network.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.
