# 계정 만들기

디파이 앱에 오신 것을 환영합니다! **온보딩** 섹션에서는 계정 생성, 지갑 설정, 계정에 자금 충전, 그리고 디파이 앱이 제공하는 핵심 기능을 시작하는 방법을 안내합니다.

***

## 인증 방법 선택

회원가입에 사용하는 방법은 로그인할 때도 사용하는 방법입니다 [디파이 앱](https://app.defi.app/login). 다음 방법으로 인증할 수 있습니다:

* 하나의 [이메일 주소](#sign-up-using-an-email-address)
* 하나의 [소셜 계정](#sign-up-using-a-social-account)
* 하나의 [기존 지갑](#sign-up-using-an-existing-wallet)

***

### **이메일 주소로 가입하기**

이메일 주소를 사용하여 인증하려면:

{% stepper %}
{% step %}

### 이메일 주소를 입력합니다.

<div align="left"><figure><img src="/files/5725418b36147fed9921c60f66a29d53324c09d6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 확인 코드를 받아 제출합니다.

이메일로 6자리 확인 코드가 전송됩니다. 코드를 복사해 디파이 App에 붙여넣으세요.
{% endstep %}

{% step %}

### 모두 완료되었습니다!

다음으로, **거래** 새 계정의 대시보드로 이동합니&#xB2E4;**.** 그다음, [지갑을 설정합니다](/knowledge-base/ko/onboarding/configure-your-wallets.md).

{% hint style="info" %}
나중에 로그인할 때는 동일한 이메일 주소로 본인 인증을 해야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### **소셜 계정을 사용하여 회원가입하기**

지원되는 소셜 계정을 사용해 인증하려면:

{% stepper %}
{% step %}

### 로그인에 사용할 소셜 계정을 선택합니다.

<div align="left"><figure><img src="/files/c7251bf99ba25f093e11e9664800114851772283" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
트랜잭션 기록이 많은 Coinbase 계정은 인증 중에 시간 초과가 발생할 수 있는 문제가 있음을 확인했습니다.
{% endhint %}
{% endstep %}

{% step %}

### 안내에 따라 계정을 연결합니다.

{% endstep %}

{% step %}

### 모두 완료되었습니다!

다음으로, **거래** 새 계정의 대시보드로 이동합니&#xB2E4;**.** 그다음, [지갑을 설정합니다](/knowledge-base/ko/onboarding/configure-your-wallets.md).

{% hint style="info" %}
나중에 다시 로그인할 때는 동일한 소셜 계정으로 본인 인증을 해야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### 기존 지갑을 사용하여 회원가입하기

기존 지갑을 사용해 인증하려면:

{% stepper %}
{% step %}

### 다음을 클릭합니다. **지갑으로 계속 진행합니다.**

{% endstep %}

{% step %}

### 지갑 제공업체를 찾아 클릭합니다.

디파이 앱은 수백 개의 지갑 제공업체를 지원합니다. 지금 바로 보이지 않는다면 검색창을 사용해서 찾아보실 수 있습니다. 아직 지갑이 지원되지 않는다면 알려주세요.
{% endstep %}

{% step %}

### 안내에 따라 지갑을 디파이 App에 연결합니다.

{% endstep %}

{% step %}

### 모두 완료되었습니다!

다음으로, **거래** 새 계정의 대시보드로 이동합니&#xB2E4;**.** 그다음, [지갑을 설정합니다](/knowledge-base/ko/onboarding/configure-your-wallets.md).

{% hint style="info" %}
향후 로그인하실 때는 동일한 지갑을 통해 본인 인증을 하셔야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 다음 단계

디파이 App으로 관리할 지갑을 구성합니다.


---

# 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/onboarding/create-an-account.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.
