# 지갑 연동

## 1. 메타마스크 계정 내보내기 (Export)

![](/files/2MsY5ahG6Ke2xeboPK1w)

1. Klaytn Mainnet으로 연결된 메타마스크로 로그인해주세요.&#x20;
2. 우측 상단 점 세개를 눌러 '계정 세부 정보(Account details)'를 클릭해주세요.&#x20;

{% hint style="info" %}
메타마스크에 클레이튼 네트워크가 추가되어있지 않다면, [여기](https://medium.com/klaytn-kr/%ED%81%B4%EB%A0%88%EC%9D%B4%ED%8A%BC%EC%97%90-%EB%A9%94%ED%83%80%EB%A7%88%EC%8A%A4%ED%81%AC-%EC%B6%94%EA%B0%80%ED%95%98%EA%B8%B0-884cb384ed81)를 참고해서 추가해주세요.
{% endhint %}

![](/files/jFPlenMpjHCDhiGySp6u)

1. 맨아래 ‘비공개 키 내보내기' 버튼을 눌러주세요.
2. 비공개 키를 표시하기 위해, 메타마스크 비밀번호를 입력해주셔야 합니다. 이때 비밀번호는 복구 구문이 아니라 메타마스크를 연결할 때 입력하는 일반 비밀번호를 입력하셔야 합니다.
3. 올바른 비밀번호를 입력하면 비공캐 키가 표시됩니다. 비공캐 키를 복사해주세요.

## 2. 카이카스 계정 가져오기 (Import)

![](/files/h7Ys69iD53EEdDXd4TnV)

카이카스 로그인 후, 상단 우측에서 세 번째에 있는 사람 모양 아이콘(계정 관리, Manage Accounts)을 눌러주세요.

{% hint style="info" %}
아직 카이카스 계정이 없으신 분들은 [여기](https://xangle.io/research/61b7edf1623e55aa973c50df)를 참고해주세요.
{% endhint %}

![](/files/OF5HeRoVaSNKTJ4WQmus)

1. 하단 세 개의 버튼 중, 가운데 ‘가져오기'를 클릭해주세요.
2. 복사하셨던 메타마스크 계정의 ‘비공개 키'를 붙여넣어주세요.
3. 올바르게 붙여넣기 후, 아래 '가져오기' 버튼을 눌러주세요.&#x20;

![](/files/8IREuyfSkZPPh5aynZNO)

우측 상단 계정 관리(사람 모양 아이콘)을 누르면, 메타마스크 계정이 무사히 IMPORTED 된 것을 확인하실 수 있습니다.&#x20;


---

# 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.mesher.io/defifreshman/import_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.
