> For the complete documentation index, see [llms.txt](https://docs.syfu.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syfu.io/quick-start/syfu-wallet/device-change-loss.md).

# Wallet Support Guide for Device Change or Loss

### ① If You Lose or Delete Your Passkey

* You can transfer your wallet by **registering a new passkey on the new device from the old device**.
* If the old device is unavailable, please **register a new passkey**.
* If your password manager works across devices, you can continue using it as is.

***

### ② When Changing Devices

#### **✅ Things to Check**

**Email Address**\
Ensure your registered email address remains accessible after the device change so you can log in to your SyFu account.\
If your registered address becomes unavailable due to the device change, please update it beforehand.

**Phone Number**\
No change required. Your registered phone number can be used as-is.

**Google Authenticator**\
Export and transfer it to the new device before changing devices.

**Passkey**\
Either register the new device’s passkey from your old device, or re-register a new passkey on the new device.

***

#### **🔑 Authentication Recovery Requirements**

You can recover your wallet if **any two of the three (Email, Phone/Google Auth, Passkey)** are valid.

***

### ③ If Your Device Is Lost

* Recovery is possible using your **private key backup**.
* **Phone Number** → Usable as-is.
* **Google Authenticator** → Cannot be recovered if the device is lost (must be exported in advance).
* **Passkey** → Can be re-registered from your account.

***

### 🔒 Summary

* Always keep at least two authentication methods active (**Email + Phone** or **Passkey + Google Auth**, etc.)
* The most important step before changing devices is to **confirm or update your email address**.
* **Google Authenticator** must be exported and transferred to the new device.
* **Passkey** should be registered on the old device and then reset on the new device.


---

# 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:

```
GET https://docs.syfu.io/quick-start/syfu-wallet/device-change-loss.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.
