> 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 Spot 지갑, Solana Spot 지갑, 그리고 생성한 추가 지갑들.

<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단계 인증을 설정하지 않았다면, 계속 진행하기 전에 설정하라는 안내가 표시됩니다. 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회).

## 다른 지갑으로 가져온 후

Minara의 지갑은 Particle Network(EVM Spot, Solana Spot, 그리고 생성한 추가 지갑들)과 Lighter(perp 지갑)로 구동됩니다. 개인 키를 MetaMask나 Phantom 같은 자체 보관 지갑에 가져와도 잔액은 자동으로 표시되지 않습니다. 잔액을 보려면 지갑 제공업체의 자체 사이트에 로그인하세요:

* Particle 지갑(EVM Spot, Solana Spot): <https://universalx.app>
* Lighter 지갑(perp): <https://lighter.xyz>

사이트에서 외부 지갑을 연결하고 인증 메시지에 서명하면 자산을 확인하고 이동할 수 있습니다.


---

# 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.
