> For the complete documentation index, see [llms.txt](https://docs.teleportwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleportwallet.net/getting-started/tutorial/start/create.md).

# 새 지갑 만들기

{% stepper %}
{% step %}

### [텔레포트(app.teleportwallet.net)](https://t.me/TeleportWalletBot/)에 접속하세요.

위 링크를 클릭하거나, 웹 브라우저 주소 입력란에 **'app.teleportwallet.net'** 입력
{% endstep %}

{% step %}

### 소셜 계정으로 로그인 하세요.

<div align="left"><figure><img src="/files/sFy7KLWf1BeNF2riWIsA" alt="" width="188"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 이용약관에 동의하고, 지갑을 생성하세요

<img src="/files/LtXTCl2PXV6fLsWBDQuU" alt="" data-size="original">
{% endstep %}

{% step %}

### 지갑 비밀번호를 설정하세요.

비밀번호는 자산 전송, 교환, DApp 연결 등 지갑 내 모든 자산 활동에 사용됩니다.

<img src="/files/yzwAJ3cgOGlCWyInIuD5" alt="" data-size="original">
{% endstep %}

{% step %}

### 지갑 생성이 완료되었습니다.

{% hint style="danger" %}
디바이스 분실이나 변경으로 인해 지갑 정보를 잃어버린 경우, 백업 데이터 복원 외엔 지갑을 복구할 수 없습니다. **반드시 지갑을 백업하고 안전하게 관리하세요.**
{% endhint %}

<img src="/files/uOiIw2G535KQvWhrgN5z" alt="" data-size="original">
{% 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.teleportwallet.net/getting-started/tutorial/start/create.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.
