> For the complete documentation index, see [llms.txt](https://dev-docs.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-docs.dcentwallet.com/dwc/introduction.md).

# Introduction

## What is D’CENT WalletConnect

D'CENT WalletConnect works based on the [**WalletConnect V1 Protocol**](https://docs.walletconnect.com/1.0/).

DApp users can connect directly to the D'CENT Wallet using the D'CENT QRcode Modal.

Users can also create contract accounts through the `option` in the D'CENT QRcode Modal before they complete the wallet connection with DApps.

## Supported D'CENT App Version

|      Android      |        iOS        |
| :---------------: | :---------------: |
| v5.21.3 or higher | v5.21.5 or higher |

## Getting Started

### | Packages

For the packages required to install and import, please see the section below.

{% content-ref url="/pages/cGSubojMk4n6JXOYYiaw" %}
[Packages](/dwc/packages.md)
{% endcontent-ref %}

### | D'CENT WalletConnect

For the structural diagram of how WalletConnect works, please see the section below.

{% content-ref url="/pages/xaRt5Xqhnm1XR3WPKn8Z" %}
[D'CENT WalletConnect](/dwc/dwc.md)
{% endcontent-ref %}

### | Test Environment

To set up the test environment, please see the section below.

{% content-ref url="/pages/1rZZ6MuB0qsDQFWvsWP5" %}
[Test Environment](/dwc/test-environment.md)
{% endcontent-ref %}

### | WalletConnect monorepo

For the WalletConnect monorepo, please see the section below.

{% content-ref url="/pages/8ftzUsyiaR3Kr2W5ja7g" %}
[WalletConnect monorepo](/dwc/walletconnect-monorepo.md)
{% endcontent-ref %}


---

# 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:

```
GET https://dev-docs.dcentwallet.com/dwc/introduction.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.
