# Swap Setup

## Wallet Setup via MetaMask

Setting up a MetaMask or any preferred EVM-compatible wallet is crucial for interacting with DizzyHavoc and managing your investments across various networks. Here's a step-by-step guide to configure MetaMask :

### Installing MetaMask

Install the [MetaMask](https://metamask.io/) browser extension or mobile app if you haven't already.

### Wallet Import or Creation

Import existing Ethereum wallets into MetaMask or create new wallets specifically for managing DZHV in your favorite chain.

### Network Configuration

Configure MetaMask to interact with the network of your choice. Add the network details, including the RPC endpoints and chain ID, to enable seamless communication.

### RPCs and Network info

DZHV operates across five different chains at present. You can conveniently select your preferred chain directly from this interface. Once selected, you will be redirected to the [ChainList](https://chainlist.org/) page associated with that chain, allowing you to choose an RPC for further interaction.

[Arbitrum](https://chainlist.org/chain/42161), [Avax](https://chainlist.org/chain/43114), [Base](https://chainlist.org/chain/8453), [Binance Smart Chain ](https://chainlist.org/chain/56)and [Ethereum](https://chainlist.org/chain/1).

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

When selecting an RPC for connection, ensure to choose an option marked with a double green check for optimal performance and reliability.

### Token Contract Address&#x20;

After configuring the network settings in your MetaMask, simply make your DZHV tokens appear in your wallet using the contract address that you can find [here](/dizzyhavoc/usddzhv/token-information.md).&#x20;


---

# 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://dizzyhavoc.gitbook.io/dizzyhavoc/users-guide/swap-setup.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.
