# Connect Your Wallet

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

* `BNB Chain`
* `Solana`

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" %}
Wompets currently supports:

* MetaMask
* OKX Wallet
* WalletConnect
* Rainbow
* Coinbase 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 Wompet 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 Wompets 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 %}


---

# 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.wompets.com/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.
