# When using the Kaikas wallet

HAVAH Mitter does not currently support the Kaikas wallet, so you need to add the Klaytn network to MetaMask supported by HAVAH Mitter, and read the private key of Kaikas and then connect it to Havameter.

1. Extract the Kaikas wallet private key \
   (1) Select your nickname in the upper left corner of the settings. \
   (2) Select wallet key management at the bottom. \
   (3) Select Export wallet key. \
   (4) Copy the private key that appears after entering your password.&#x20;

{% hint style="danger" %}
Be especially careful when managing wallet keys (private keys) as they can be stolen if leaked.
{% endhint %}

2. Install MetaMask\
   (1) Install MetaMask from Chrome Store.
3. Add Klaytn network to MetaMask\
   (1) Click the network selection item at the top. \
   (2) Select Add Network. \
   (3) Manually add the following items and save:

```
- Network name: Klaytn Mainnet
- New RPC URL: https://public-node-api.klaytnapi.com/v1/cypress
- Chain ID: 8217
- Currency Symbol: KLAY
- Block Explorer URL (optional): https://scope.klaytn.com
```

4. Add the Kaikas wallet with the extracted private key to MetaMask\
   (1) Select the profile in the upper right corner. \
   (2) Select Import Account. \
   (3) Select private key for type and paste the private key copied from 1-(4). \
   (4) Press the Import button to finish.

You can now connect MetaMask to Havameter and transfer Mini Planet to the HAVAH Chain.

{% hint style="danger" %}
This was written as of the current date and may be subject to change based on policy changes from MetaMask and KAIKAS Wallet. For detailed instructions, please contact MetaMask and KAIKAS Wallet.
{% 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.havah.io/havah/guide/how-to-use-havah-mitter/when-using-the-kaikas-wallet.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.
