> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/faq/wallet-and-security/export-private-key.md).

# 개인 키 내보내기

개인 키를 내보내면 Minara 지갑을 호환되는 외부 지갑(MetaMask, Rabby 등)으로 가져오거나, 별도로 복구할 수 있습니다.

{% hint style="warning" %}
개인 키는 지갑에 대한 완전한 제어 권한을 제공합니다. 누구와도 절대 공유하지 마세요. Minara 지원팀은 절대 이를 요청하지 않습니다. 각 지갑은 24시간 동안 최대 3번까지 성공적으로 내보낼 수 있습니다.
{% endhint %}

## 1. 설정 열기

오른쪽 상단 모서리에서 아바타를 클릭하세요. 왼쪽 사이드바에서 **설정**.

아래의 **지갑** 섹션에서 **개인 키 내보내기**.

<figure><img src="/files/601185f95494e05fa9b8de867ec7278533f7d01d" alt="Settings panel showing the Export private key option under Wallet"><figcaption></figcaption></figure>

## 2. 지갑 선택

내보내려는 개인 키가 있는 지갑을 선택하세요. Minara에는 여러 지갑이 있을 수 있습니다 — EVM 스팟 지갑, Solana 스팟 지갑, 그리고 사용자가 추가로 생성한 모든 지갑이 포함됩니다.

<figure><img src="/files/2faff7f13a0e33e5694908db28571186884ad233" alt="Select Wallet dialog with EVM Spot Wallet, Solana Spot Wallet, Wallet A, and bot listed"><figcaption></figcaption></figure>

지갑을 클릭하여 선택한 다음 **다음**.

<figure><img src="/files/5809b04060d2b57ea41d47e1e326fa96cc30521e" alt="EVM Spot Wallet selected with radio button active"><figcaption></figcaption></figure>

## 3. 인증 앱 활성화(처음 한 번만)

아직 계정에 2단계 인증을 설정하지 않았다면, 진행하기 전에 Minara에서 먼저 설정하도록 안내합니다. QR 코드와 수동 설정 코드가 표시됩니다.

인증 앱(Google Authenticator, Authy 또는 TOTP 호환 앱)을 열고 QR 코드를 스캔한 다음 **다음**.

{% hint style="info" %}
이 단계는 한 번만 표시됩니다. 인증 앱이 연결된 후에는 이후 내보내기에서는 바로 확인 단계로 넘어갑니다.
{% endhint %}

## 4. 인증 코드 입력

인증 앱에 현재 표시된 6자리 코드를 입력하세요. 코드는 30초마다 갱신됩니다 — 만료되면 다음 코드를 기다리세요.

## 5. 개인 키 복사

개인 키가 표시되지만 기본적으로는 숨겨져 있습니다. 아무도 화면을 보고 있지 않은지 확인한 다음 **클릭하여 표시**.

<figure><img src="/files/a63e38213c271b0fdfca800656cf5c7a9f5bddaf" alt="EVM Spot Wallet Private Key screen with hidden key and Click to reveal option"><figcaption></figcaption></figure>

클릭 **복사** 를 눌러 키를 클립보드에 복사하세요. 비밀번호 관리자나 암호화된 저장소처럼 안전한 곳에 보관하세요. 일반 텍스트로 저장하지 마세요.

이 대화상자를 닫으면 이 화면에서는 더 이상 키에 접근할 수 없습니다. 필요하면 다시 내보낼 수 있습니다(24시간당 최대 3회).


---

# 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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/support/ko/faq/wallet-and-security/export-private-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
