# WalletConnect

월렛커넥트(WalletConnect)는 지갑과 DApp(탈중앙화 블록체인 애플리케이션)을 연동하기 위한 프로토콜입니다. 월렛커넥트를 이용하면 개별적으로 지갑과 DApp의 연동을 개발할 필요 없이, 하나의 프로토콜로 지갑의 연결과 서명이 가능해집니다.

클립 역시 현재 월렛커넥트 v1 및 v2를 통한 디앱 연동을 지원하고 있습니다. 다만 월렛커넥트를 통한 지갑 연동은 카카오톡 내 클립이 아닌 [클립앱](https://klipwallet.com)만 지원하는 점 참고 부탁드립니다.

월렛커넥트에 대한 보다 자세한 소개와 개발 문서는 아래를 참고 하시기 바랍니다.

* 월렛커넥트 홈페이지: <https://walletconnect.com/>
* 월렛커넥트 개발문서: <https://docs.walletconnect.com/2.0>

{% hint style="info" %}
현재 클립은 솔라나 및 트론 네트워크에 대한 월렛커넥트 연동은 지원하지 않고 있으며, 추후 지원할 예정입니다.
{% 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.klipwallet.com/walletconnect.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.
