# 지갑 보안

**디파이 앱** 지갑의 보안 조치로 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: 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://docs.defi.app/knowledge-base/ko/wallets/wallet-security.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.
