> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/faq/account-security/how-to-safely-handle-lost-or-damaged-devices.md).

# How to Safely Handle Lost or Damaged Devices?

First, determine whether the device stores an MPC shard of the Cregis wallet. If it does not contain a shard, no special action is required.

If the device does store an MPC shard and is lost, to prevent unauthorized use of the lost device, follow these solutions based on the scenarios below:

## **1. If the wallet creator’s device is damaged or lost**

If the wallet creator has multiple devices with the wallet shard, authorization can be completed using another functional device. You might refer to [**here**](/getting-started/quickstart.md) for instruction details.<br>

<figure><img src="/files/dS4VuSPYQDEEdas1Z3Fa" alt=""><figcaption></figcaption></figure>

If there are security concerns regarding the shard on the inaccessible device, it can be deleted using another functional device. Refer to this [link ](/wallet-and-transactions/shard.md#delete-a-shard)for instructions.

<figure><img src="/files/lQGKuvyCb3vx3QMcxC3U" alt=""><figcaption></figcaption></figure>

If the wallet creator has only one device and that device becomes unavailable, the shard reset function can be used. By entering the recovery phrase, all shards in the wallet can be reset, and non-creator members will need to reauthorize their shards. Refer to this [link](/wallet-and-transactions/shard.md#reset-a-shard) for detailed steps.

<figure><img src="/files/l6uzTc4FsU1VNlXyIoFH" alt=""><figcaption></figcaption></figure>

## **2. If a non-creator member’s device is damaged or lost**

If you are concerned that the shard stored on the device might pose a security risk, the wallet creator can delete the shard of the specific device using the shard management function. The deleted shard will become invalid.

<figure><img src="/files/uyOpAuCdB3FjbyvguQoH" alt=""><figcaption></figcaption></figure>

If the member has a new device that needs to continue using the shard, the shard can be reauthorized through the regular shard authorization process. Refer to this [link](/wallet-and-transactions/shard.md#authorize-a-shard-to-another-wallet-member) for detailed instructions.


---

# 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://support.cregis.com/faq/account-security/how-to-safely-handle-lost-or-damaged-devices.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.
