# Connect Your Wallet

To get started on Wombat Exchange, you must set up a wallet that supports the following chains:

* `BNB Chain`
* `Arbitrum`
* `Ethereum`
* `Scroll`
* `Avalanche`
* `Base`
* `Optimism`&#x20;

You can follow the guide carefully and safely to back up your recovery phrases. The navigation bar is on the top right corner of the page, where the “Connect Wallet” button is located. Once you click it, choose which wallet you want. Check the guide below to connect ***MetaMask*** or ***WalletConnect*** with our app.

{% hint style="info" %}
Wombat currently supports:

* MetaMask
* WalletConnect
* Trust Wallet
* Coin98 Wallet
* SafePal
* Coinbase Wallet
* Binance Wallet
* OKX Wallet

We are using MetaMask and WalletConnect as examples due to their wide adoption in the crypto space. If you encounter difficulties connecting with other wallets, contact our Twitter, Telegram, or Discord team for assistance.
{% endhint %}

{% tabs %}
{% tab title="Metamask 🦊" %}

1. Click the \[Connect Wallet] button on the top right corner of Wombat DApp. You’ll now see a pop-up presenting different options for connecting your wallet. Click *Metamask* to move forward.
2. Approve the connection on your *Metamask* wallet pop-up, and you're good to go!
   {% endtab %}

{% tab title="WalletConnect 🔷" %}

1. Click the \[Connect Wallet] button on the top right corner of Wombat DApp. You’ll now see a pop-up presenting different options for connecting your wallet. Click *WalletConnect* to display a QR code.
2. Use this QR code to scan with your *WalletConnect-*&#x65;nabled mobile wallet. In our example, we’ll connect using *Trust Wallet*.
3. In *Trust Wallet*, head to \[Settings] and then \[WalletConnect]. This selection will bring up your camera to scan the QR code.
4. After scanning the QR code, your wallet will display a pop-up. Connecting your wallet to the DApp is as simple as tapping \[Connect]. You’ll now be connected and can disconnect if necessary by tapping \[Cancel] on the top left corner.
   {% endtab %}
   {% endtabs %}

{% hint style="danger" %}
Never share your private key or seed phrases with anyone under any circumstances.&#x20;
{% endhint %}

## Network selection

Wombat Exchange now supports `BNB Chain／Arbitrum`. To connect to the preferred chain, follow the below instructions:&#x20;

### **Option 1: Connect with the aid of** [**ChainList**](https://chainlist.org/)

ChainList is a collection of EVM network configurations where you can use the information to connect your wallets to the desired chain in a few steps.&#x20;

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

Please search for the chains we support listed above and click \[Add to Metamask]. You should be able to connect to the desired Chain and start using Wombat now!

### **Option 2: Manually add the network to your wallet**

{% tabs %}
{% tab title="BNB" %}
Network Name: BNB Chain

RPC: [https://bsc-dataseed.binance.org/](< 	https://bsc-dataseed.binance.org/>)

Chain ID: `56`

Symbol:`BNB`

Explorer: <https://bscscan.com/>
{% endtab %}

{% tab title="Arbitrum" %}
Network Name: Arbitrum One

RPC: <https://arb1.arbitrum.io/rpc>

Chain ID: `42161`

Symbol: `ETH`

Explorer: <https://arbiscan.io/>
{% endtab %}

{% tab title="Ethereum" %}
Network Name: Ethereum Mainnet

RPC: [https://eth.llamarpc.com	](<https://eth.llamarpc.com	>)

Chain ID: `1`

Symbol: `ETH`

Explorer: [https://etherscan.io](https://etherscan.io/)/
{% endtab %}

{% tab title="Scroll" %}
Network Name: Scroll

RPC: [https://1rpc.io/scroll](<https://1rpc.io/scroll	>)

Chain ID: `534352`

Symbol: `ETH`

Explorer: <https://scrollscan.com/>
{% endtab %}

{% tab title="Avalanche" %}
Network Name: Avalanche C-Chain

RPC: [https://avalanche.drpc.org	](<https://avalanche.drpc.org	>)

Chain ID: `43114`

Symbol: `AVAX`

Explorer: <https://snowtrace.io/>
{% endtab %}

{% tab title="Optimism" %}
Network Name: OP Mainnet

RPC: [https://optimism.llamarpc.com](<https://optimism.llamarpc.com	>)

Chain ID: `10`

Symbol: `ETH`

Explorer: <https://optimistic.etherscan.io/>
{% endtab %}

{% tab title="Base" %}
Network Name: OP Mainnet

RPC: [https://base.llamarpc.com](<https://base.llamarpc.com	>)

Chain ID: `8453`

Symbol: `ETH`

Explorer: <https://basescan.org/>
{% endtab %}
{% endtabs %}


---

# 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.wombat.exchange/getting-started/connect-your-wallet.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.
