> For the complete documentation index, see [llms.txt](https://cubi-swap.gitbook.io/cubiswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubi-swap.gitbook.io/cubiswap/connect-your-wallet-to-cubiswap.md).

# Connect Your Wallet to CUBISwap

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

Users must connect a crypto wallet to connect the CUBISwap website to use the features of the platform.

#### Recommended Wallet: MetaMask

We recommend using CUBISwap with a [MetaMask](https://metamask.io/) wallet.&#x20;

## Smartphone/Mobile

{% tabs %}
{% tab title="MetaMask" %}
To connect MetaMask to CUBISwap follow the steps below.

### Android and IOS

1. Open MetaMask and tap on the **burger icon** in the top-left.
2. Tap **Settings** in the menu.
3. In the Settings menu, tap on **Network**.
4. Tap on the **Add Network** button at the bottom.
5. On the page that opens, type in the opBNB detail
6. Once you've confirmed entry of the new network, go back to the burger menu and tap **Browser**.
7. Type "CUBISwap" into the search field and start the search. The top result will be the CUBISwap exchange. Tap to enter it.
8. You wallet will ask you to connect. Tap **Connect** to connect to CUBISwap.
   {% endtab %}
   {% endtabs %}

## **Desktop/Web Browser wallets**

{% tabs %}
{% tab title="MetaMask" %}

### Chrome and Firefox

&#x20; 1\.  Open MetaMask and click on the **network selector** at the top.&#x20;

&#x20; 2\.  By default it will show "opBNB". Scroll down and click **Custom RPC**.

&#x20; 3\.  A window will open. Type in the details below.

&#x20; 4\.  Make sure you've typed everything in correctly and click **Save**.&#x20;

&#x20; 5\.  Visit the CUBISwap website. In the top right corner you'll see the **Connect** button.&#x20;

&#x20; 6\.  A window will appear asking you to choose a wallet to connect to. Click **MetaMask.**
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cubi-swap.gitbook.io/cubiswap/connect-your-wallet-to-cubiswap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
