> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/wallets/wallet-security.md).

# 지갑 보안

**디파이 앱** 지갑의 보안 수단으로 2FA를 설정할 수 있는 옵션을 제공합니다. 인증 앱으로 2FA를 설정하려면 다음 단계를 따르세요:

1. 설정 아이콘 (<img src="/files/ec3c64ff9f33b8342046a52c284b46ddcf099efc" alt="" data-size="line">)은 앱의 오른쪽 상단에 있습니다. ​
2. 선택하세요 "**설정"** 드롭다운 메뉴에서 선택한 다음, **보안** 왼쪽 사이드바에서.
3. 다음을 클릭하세요 "**지금 설정" 버튼** 2FA 섹션에서 설정을 시작하려면.<br>

   <figure><img src="/files/2187edeb1a9a5da9099782680970b405050619f6" alt="" width="563"><figcaption></figcaption></figure>
4. 인증 앱을 연결하는 방법을 선택하세요:
   * **QR 코드** (<img src="/files/7be7c32eeb9de1387c15a5e46ef673ce4d85d84d" alt="" data-size="line">): 인증 앱을 열고 디파이 App에 표시된 QR 코드를 스캔하여 계정을 연결합니다.
   * **비밀 키**: 클릭하세요 "**비밀 키 표시"** 32자 키를 표시합니다. 이 키를 복사하여 인증 앱에 붙여넣으면 계정이 연결됩니다.
5. 인증 앱에서는 30초마다 갱신되는 6자리 인증 코드를 생성합니다. 현재 코드를 입력하여 확인하고 설정을 완료하세요.<br>

   <figure><img src="/files/14751c8fb8e0da4e32c0511c14cb5733d268340a" alt="" width="563"><figcaption></figcaption></figure>
6. 2FA 설정이 완료되면 백업 코드를 받게 됩니다. 인증 앱에 액세스할 수 없게 되는 경우를 대비해 이 코드를 안전한 곳에 보관하세요.

<figure><img src="/files/fc6c1e406eccd4b268f41f661afeadebcad51a3c" alt="" width="354"><figcaption></figcaption></figure>


---

# 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://docs.defi.app/knowledge-base/ko/wallets/wallet-security.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.
