# 백업 관리

지갑 백업은 기기 분실이나 변경 시, 기존 지갑을 복구하기 위해 필수적인 과정입니다.

텔레포트 지갑은 사용자가 직접 지갑의 개인 키(Private Key)를 직접 관리하는 **비수탁형 지갑(Non-Custodial Wallet)**&#xC774;므로, 사용자가 백업 정보를 안전하게 보관해야 합니다.

{% hint style="danger" %}
텔레포트 지갑은 복구 정보를 저장하지 않습니다. **복구 정보를 분실한 경우 지갑 복구는 불가능하며, 지갑에 보관된 자산에 접근할 권한을 영구적으로 상실할 수 있습니다.**
{% endhint %}

텔레포트 지갑은 **QR 코드 방식**과 **복구 구문 방식**의 백업을 지원합니다. 중요한 복구 정보를 안전한 장소에 보관하고, 정기적으로 백업하여 최신 상태를 유지하세요.

## 지갑 백업하기

{% stepper %}
{% step %}

### '지갑' 화면에서 '지갑 주소'를 클릭하여 지갑 관리 페이지로 이동하세요.

![](/files/fsJJ26dG4n1KuZbiJFoB)  ![](/files/77YRHLIwhBN7HXK7jenY)
{% endstep %}

{% step %}

### 진행할 백업 방식을 선택하세요.

텔레포트는 `QR 코드` 또는 `복구 구문` 방식의 백업을 지원합니다.

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

{% step %}

### 백업 주의사항을 확인하고, 서명 비밀번호를 입력하세요.

![](/files/Wd9VE0V9inntjZL6eRiz)  ![](/files/Pyxz0Tg0FFYIyHw0oKvu)
{% endstep %}

{% step %}

### 복구 비밀번호를 설정하세요.

{% hint style="warning" %}
복구 비밀번호는 지갑 관리 및 복구하는데 중요한 정보입니다. 분실하는 경우 백업을 진행할 수 없기에 비밀번호를 안전하고 찾기 쉬운 곳에 보관해 주세요.

복구 비밀번호는 각 백업 데이터에만 유효합니다. 다른 백업 데이터에는 영향을 주지 않습니다.
{% endhint %}

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

{% step %}

### 지갑 정보를 저장하고, 다른 곳에 백업하세요.

![](/files/m5KRhJAp5rF3mywK145Z)  ![](/files/5dS3cTFPgjNba5kRRQvD)
{% endstep %}

{% step %}

### 저장한 백업 데이터를 검증하세요.

백업이 안전하게 저장되었는지, 복구 비밀번호가 정확하게 일치하는지 확인하기 위한 절차입니다.

![](/files/boacwFqjNPop0PnoANIF) &#x20;
{% endstep %}

{% step %}

### 백업이 완료되었습니다.

{% hint style="success" %}
지갑이 안전하게 백업되었습니다. 백업 파일이 분실되거나 손상되지 않도록 주의하시고, 정기적으로 재백업하시는 것을 권장합니다.
{% endhint %}

<img src="/files/BjOGmBOgESl0ZIuOZazF" alt="" data-size="original">![](/files/Hyo0sq5VUpwGCnV84hnk)
{% endstep %}
{% endstepper %}


---

# 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.teleportwallet.net/getting-started/tutorial/wallet/backup.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.
