> 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/security-incidents.md).

# 보안 사고

**내 계정이 해킹당했습니다. 어떻게 해야 하나요?**

즉시 조치하세요:

1. **비밀번호를 변경하세요** Minara 계정에 연결된 Google 계정의
2. **Minara에 로그인하세요** — 자산 → 활동에서 의심스러운 거래를 확인하세요. 진행 중인 자동화 전략을 모두 일시 중지하세요. 남은 자산은 안전한 지갑으로 이체하세요.
3. **증거를 보존하세요** — 의심스러운 거래의 스크린샷을 찍고 거래 해시를 기록하세요. 조사에 필요합니다.
4. **지원팀에 문의하세요** 에 [디스코드](https://discord.com/invite/minaraai) 계정 정보와 증거를 함께 보내세요.

**사기를 당한 것 같습니다.** 추가 자금을 보내지 마세요. Discord에서 즉시 Minara 지원팀에 연락하세요. 모든 대화 내용과 거래 기록을 저장하세요. Minara는 완료된 온체인 거래를 되돌릴 수는 없지만, 조사하는 데 도움을 주고 가능하면 관련 당사자에게 에스컬레이션할 수 있습니다.

**Minara 지원팀을 사칭하며 제 개인 키를 요구하는 메시지를 받았습니다.** 이는 사기입니다. Minara는 절대 개인 키, 시드 문구, 또는 인증 코드를 요구하지 않습니다. 해당 메시지를 신고하고 공식 Discord에서 실제 Minara 지원팀에 문의하세요: [discord.com/invite/minaraai](https://discord.com/invite/minaraai).


---

# 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/security-incidents.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.
