> For the complete documentation index, see [llms.txt](https://docs.myedge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myedge.io/user-guides/how-to-unbind-your-edge-device.md).

# How to Unbind Your Edge Device

1. **Device Unbinding:** Go to "Device Unbinding" in the settings page.\
   ![](https://lh7-us.googleusercontent.com/docsz/AD_4nXd-yZ_VO2zm9kWEu6XE3-WYV09RFOzA_plAGLS8vcBTApO2dm-vI7jc-iCAQYlKPUjP3GD0_p5R2JQeGFWkOznoEHlMWa1CWo_ANgezYBW3b_eBRaBhqAHKEv5cqJN7YmchScyWxl79k1CGS6wHTVIXPSI?key=OSwKARTQhGacxr3HUK0aTA)
2. **Select Device:** Choose the device you want to unbind. If it's staked, initiate the unstake process first.
3. **Unstake Confirmation:** After unstaking, you'll receive a confirmation message that the ATH will be returned to your account after 180 days.\
   ![](https://lh7-us.googleusercontent.com/docsz/AD_4nXe0BTRuMAMGdVGTsi8QhXhHkUOvIEqzISyBfw_QNjhMn4xXr5PoktRFke3VsVamwz3MpTXQecP4tDLlwYUKUOdnSRC0PeZ5T8PcdUKmdxcIDRw62jK99hf2Ni2UACKfv1WMqQx1GVozgmOs3jTrkUjdgUY?key=OSwKARTQhGacxr3HUK0aTA)
4. **Verification Code:** Enter the verification code sent to your email.
5. **Unbind Confirmation:** You'll see a "Device Unbound Successfully" message.\
   ![](https://lh7-us.googleusercontent.com/docsz/AD_4nXfN7Rk0-70_diKxIBHNMxmITWnkX13zB1LNFwwE_4FGW7pIX7qW11ZzzhL7m_lzCQlQpleUz2HkrWbsWYU9j0RYcQXbujLxy426R90-pGMbRYzINMMt2FFssd19RXV3xFT_OV3T5xs-JLPwkKd158ub-BQI?key=OSwKARTQhGacxr3HUK0aTA)
6. **Withdrawal After Vesting:** After 180 days, you can withdraw the returned ATH to your wallet.

If you encounter any errors during unbinding, the app will display an error message and provide options to retry or contact customer support.


---

# 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.myedge.io/user-guides/how-to-unbind-your-edge-device.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.
