# Connect Wallet

Kai Protocol supports **Klaytn wallet Kaikas and KLIP** for web and mobile environments.

{% tabs %}
{% tab title="Connect Kaikas " %}

#### Kaikas Wallet

* It's an extension of the Chrome browser that can only be used on PCs.
* Don't have a Kaikas wallet yet? [Install Kaikas Wallet](https://chrome.google.com/webstore/detail/kaikas/jblndlipeogpafnldhgmapagcccfchpi?hl=ko)
* [**Deposit Klaytn-based assets**](https://docs.klayswap.com/how-to-guides/deposit/depositklaytn)
* From the PC screen, access <http://kaiprotocol.fi> and click \[Wallet Connect] in the upper right corner.&#x20;
* Click the \[Connect to Kaikas Wallet] button
* The Kaikas wallet installed in your browser will automatically launch.&#x20;
* Click the \[Connect] button to complete the connection to the Kai Protocol service.
  {% endtab %}

{% tab title="Connect Kakao Klip " %}

#### Kakao Talk Klip Wallet&#x20;

* Klip is a blockchain wallet built into the Kakao Talk app and supports convenient connections on both PC and mobile devices.
* Connect to <http://kaiprotocol.fi> on the PC screen and click \[Connect Wallet] in the upper right corner.
* Click the \[Connect to klip(Wallet)] button
* When the KakaoTalk Klip QR connection screen appears, access Klip with your mobile device and scan the code.
* Click the \[Next] button on the mobile Klip to complete the connection to the Kai Protocol service.
  {% endtab %}

{% tab title="Connect D'cent" %}
**D'CENT wallet**

* D'cent is a blockchain wallet application that supports convenient connections on mobile.

\[Mobile]

1. Access <https://kaiprotocol.fi> on your mobile and click \[Connect Wallet] in the upper right corner.&#x20;
2. Click the \[Connect to D'scent Wallet] button.
3. Click the \[open] in the mobile browser delivered as a dynamic link.
4. In the D'scent in-app browser, click \[Connect Wallet] in the upper right corner again.
5. Please allow wallet connection.

\[D'cent wallet in-app browser]

1. Run the Descent app.
2. Click the Discovery tab at the bottom, access <https://kaiprotocol.fi>, and click \[Connect Wallet] at the top right.
3. Please allow wallet connection.
   {% endtab %}

{% tab title="Connect Metamask" %}
**Metamask wallet**

Metamask is a blockchain wallet application that supports convenient connections on both PCs and mobile devices.

1. From your PC/mobile/in-app browser, access <http://kaiprotocol.fi> and click Connect Wallet at the top right.
2. \[Connect to Metamask wallet] Click the button.
3. The MetaMask wallet installed on the Chrome browser and smartphone is automatically launched.
4. Click the \[Connect] button to complete the connection to the Kai Protocol service.

\[When connecting the first metamask through Kai Protocol]

1. Connect to <http://kaiprotocol.fi> on the PC and click \[Connect Wallet] in the upper right corner.
2. Click the \[Connect to Metamask Wallet] button.
3. Please allow Kai Protocol to add networks.
   * Network Name : Kai Protocol EN
   * New RPC URL : <https://en.kaiprotocol.fi:8651>
   * Chain ID : 8217
   * Currency Symbol (optional) : KLAY
   * Block Explorer URL (optional) : <https://scope.klaytn.com>
4. After allowing network addition, click the network switch button.

\[If Metamask Custom RPC is registered but the service is unavailable]

1. Select Metamask Wallet > Settings > Network.
2. Change the RPC URL after selecting the previously added network.
   * Network Name : Kai Protocol EN
   * RPC URL : <https://en.kaiprotocol.fi:8651>
   * Chain ID : 8217
   * Currency Symbol (optional) : KLAY
   * Block Explorer URL (optional) : <https://scope.klaytn.com>
3. Or, try to connect to the Metamask wallet after deleting the previously added network.
   {% endtab %}
   {% endtabs %}


---

# 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.kaiprotocol.fi/kai-protocol/english/how-to-guides/kai-protocol-service-guide/kai-fi.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.
