> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/security/device-management/how-to-check-and-revoke-a-device.md).

# How to Check and Revoke a Device

If you notice a device you do not recognize, or if you have lost a device (e.g., a lost phone), you should revoke its access immediately.

**Here is a guide on checking and revoking a device:**

Device management page link: <https://my.cwallet.com/settings/security/device>

Navigate to the avatar photo in the upper right corner, and click the '**Settings**' option.

<figure><img src="/files/2xSZQATCQqDSGVjl88wI" alt=""><figcaption></figcaption></figure>

On the profile page, click the '**Security**' option and select '**Device Management**'.

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

Check the list of active devices. Compare the location and last login time with your own activity.

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

Locate the suspicious or old device and click the '**Revoke**' button next to it, and then confirm the revoke process.

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

<figure><img src="/files/3FkAzAvfdfns2vukgXAR" alt=""><figcaption></figcaption></figure>

After confirming, the device will be logged out immediately. If that device wants to log in again, the login password or verification code will be required.

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

<mark style="color:green;">**⚠️ Security Advice:**</mark> If you find a device you do not recognize (e.g., a login from a foreign country you haven't visited), simply revoking it is not enough. The better way is you need to change your login password immediately to prevent the intruder from logging back in.


---

# 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.cwallet.com/security/device-management/how-to-check-and-revoke-a-device.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.
