> 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/wallet-basics.md).

# 지갑 및 잔액

**내 지갑 잔액이 잘못된 것 같아요.** 페이지를 새로고침하고 올바른 지갑을 보고 있는지 확인하세요(EVM 현물 지갑 vs. Solana 현물 지갑 vs. Perps 지갑). 각 지갑은 서로 다른 체인에서 서로 다른 자산을 보관합니다. 새로고침 후에도 잔액이 여전히 올바르지 않다면 거래 내역(자산 → 활동)을 확인하여 최근 입금 또는 출금을 확인하세요. 확인된 온체인 입금이 반영되지 않았다면 거래 해시와 함께 Discord 티켓을 여세요.

**Minara가 제 승인 없이 거래를 실행하나요?** 아니요. 모든 거래에는 귀하의 명시적 확인이 필요합니다. 대규모 거래는 2차 확인 단계를 트리거합니다. 자동화 전략(Autopilot, Workflow)은 귀하가 명시적으로 활성화한 후에만 실행됩니다.

**Minara는 어떤 종류의 지갑을 사용하나요?** Minara는 ERC-4337 표준을 기반으로 한 사용자별 수탁형 스마트 계약 지갑을 생성합니다(구동: [Privy](https://www.privy.io/)). 이는 온체인 지갑이며 — Minara의 내부 데이터베이스에 저장되지 않습니다. Minara는 지갑의 자금을 관리할 수 있지만, 이를 숨기거나 삭제하거나 블랙리스트에 올릴 수는 없습니다. 모든 거래는 온체인에서 공개적으로 검증 가능합니다.

**왜 Binance에서 Minara로 SOL을 입금할 수 없나요?** Binance의 모바일 출금은 AA+ 수탁형 지갑(Minara가 사용하는 유형)을 지원하지 않습니다. 대신 Binance Web을 사용하거나, BSC 또는 다른 지원되는 체인을 통해 입금하세요.

**자산을 잘못된 체인으로 보냈습니다. 다시 돌려받을 수 있나요?** 의도하지 않은 지원되는 체인으로 보냈다면(예: Base의 USDC 대신 Ethereum의 USDC), 다음에서 지원팀에 문의하세요 [Discord](https://discord.com/invite/minaraai) 거래 해시와 함께 즉시 문의하세요. 복구 가능성은 구체적인 상황에 따라 다르지만, 지원되는 체인으로 전송된 자산은 종종 접근할 수 있습니다.

아예 지원되지 않는 체인으로 보냈다면, 아래를 확인하세요.

**지원되지 않는 체인에서 입금했습니다. 자금을 복구할 수 있나요?** 거래 해시와 함께 Discord에서 즉시 문의하세요. 복구는 보장되지 않습니다 — 복구 불가능한 입금의 흔한 원인은 지원되지 않는 블록체인 또는 잘못된 수신자 주소입니다.

**개인 키는 어떻게 내보내나요?** 다음을 확인하세요 [개인 키 내보내기 가이드](https://minara.ai/docs/guide/export-private-key) Minara 문서에서.


---

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

```
GET https://minara.ai/docs/support/ko/faq/wallet-and-security/wallet-basics.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.
