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

# Connect to DAPP

In this guide, we’ll show you how to connect your Certhis Wallet to different DAPPs using WalletConnect. Whether you prefer scanning a QR code or pasting the connection code directly, the process is simple.

## Step 1: Visit the Website You Want to Connect To

1. Go to the website you want to connect your wallet to (e.g., OpenSea).
2. Look for the **Connect Wallet** or **WalletConnect** option, usually located in the top-right corner of the page.

## Step 2: Use WalletConnect to Connect Your Certhis Wallet

There are **two methods** for connecting your Certhis Wallet: scanning a QR code or pasting the WalletConnect code directly.

## **Method 1: Connecting via QR Code**

1. Click on **WalletConnect** on the website.
2. A **QR code** will appear on the screen.
3. Open your **Certhis Wallet** app on your mobile device.
4. Tap the **WalletConnect icon** inside your Certhis Wallet.
5. Use the **scan QR code** feature to scan the QR code displayed on the website.
6. Confirm the connection, and you're linked!

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

## **Method 2: Connecting via Code Pasting**

1. On the website, click **WalletConnect** and choose the **copy connection code** option (if available).
2. Open your **Certhis Wallet** app and tap the **WalletConnect icon**.

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

1. In the popup, you'll see an input field and a webcam option.

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

1. **Paste the connection code** from the website into the input field.
2. Click **Connect**, and you're all set!

#### Step 3: You're Connected!

You are now successfully connected to the website using your Certhis Wallet. You can manage your assets and perform transactions securely.


---

# 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.certhis.io/certhis-wallet/connect-to-dapp.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.
