> 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/onboarding/account-setup.md).

# 계정 만들기

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

***

## 인증 방법을 선택하세요

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

* 하나의 [이메일 주소](#sign-up-using-an-email-address)
* A [소셜 계정](#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자리 확인 코드를 받게 됩니다. 코드를 복사해 디파이 앱에 붙여넣습니다.
{% endstep %}

{% step %}

### 완료되었습니다!

다음으로 리디렉션됩니다 **거래** 새 계정의 대시보&#xB4DC;**.** 다음으로, [지갑을 설정합니다](/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 %}

### 완료되었습니다!

다음으로 리디렉션됩니다 **거래** 새 계정의 대시보&#xB4DC;**.** 다음으로, [지갑을 설정합니다](/knowledge-base/ko/onboarding/configure-your-wallets.md).

{% hint style="info" %}
향후 로그인할 때는 동일한 소셜 계정으로 본인 확인을 하셔야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

### 기존 지갑으로 가입

기존 지갑으로 인증하려면:

{% stepper %}
{% step %}

### 클릭하세요 **지갑으로 계속하기.**

{% endstep %}

{% step %}

### 지갑 제공업체를 찾아 클릭하세요.

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

{% step %}

### 안내에 따라 지갑을 디파이 앱에 연결하세요.

{% endstep %}

{% step %}

### 완료되었습니다!

다음으로 리디렉션됩니다 **거래** 새 계정의 대시보&#xB4DC;**.** 다음으로, [지갑을 설정합니다](/knowledge-base/ko/onboarding/configure-your-wallets.md).

{% hint style="info" %}
나중에 로그인할 때도 동일한 지갑으로 본인 확인을 해야 합니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 다음 단계

디파이 앱으로 관리할 지갑을 설정하세요.


---

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