> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/mobile/third-party-platforms-and-dapps/how-to-use-super-connect.md).

# How to use Super Connect

## What is WalletConnect?

WalletConnect is an open-source protocol, allowing wallets to connect and interact with DApps using mobile devices or computers. WalletConnect is now available on Coin98 Super Wallet under the name Super Connect, an optimized version designed to provide smooth and uninterrupted wallet connectivity.

## How to use Super Connect

**Step 1:** Access the Super Connect feature

* **The first way**: On the top right of the App's main screen, click on **Scan** icon

<figure><img src="/files/6Qfk91lDlswCZzh3dg4N" alt="" width="329"><figcaption></figcaption></figure>

* **The second way**:&#x20;

Click on **More** or the Discover icon on the main screen => Scroll down or search for Super Connect.

<figure><img src="/files/zWuYhEhkoRIqBx2fBCrb" alt="" width="563"><figcaption></figcaption></figure>

**Step 2**: Open any DApps. We'll use the PancakeSwap in this tutorial for example

**Step 3**: Select the **WalletConnect** option at the Wallet Connection on the DApp → The QR code will show up for you to scan

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

**Step 4**: Use the SuperConnect to scan the QR code provided on the PancakeSwap platform

* 4.1. On the Super Connect interface, choose **New Connection** → then scan the QR code provided on Pancake
* 4.2. Select the wallet you would like to connect it
* 4.3. Review the information displayed on **Connect Request** popup → If you agree, click **Connect** to connect your wallet to the DApp

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


---

# 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://docs.coin98.com/products/coin98-super-wallet/mobile/third-party-platforms-and-dapps/how-to-use-super-connect.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.
