# Disconnect Wallet

The '/Disconnect\_Wallet' function is designed to securely unlink and remove a user's Ethereum wallet information from the DeGenius Cashier Bot's databases. This function ensures users can maintain control over their data, opt-out whenever necessary while still maintaining playability as long as a balance is greater than 0.

* **Functionality:**
  * **Data Removal:** On user request, the function securely removes or obfuscates all sensitive wallet information from the databases. This includes the private key and any associated encrypted data.
  * **User Validation:** The bot first verifies if there is an existing connected wallet for the user before proceeding with the disconnection process.
  * **Security Assurance:** The function ensures complete removal of sensitive data, adhering to privacy and security standards, thus safeguarding user information post-disconnection.
* **Use Case and Importance:**
  * This feature is crucial for users wishing to cease using the bot's services or those who prefer to remove their wallets from the bot for security reasons. It provides an essential aspect of user control and data management within the DeGenius ecosystem.


---

# 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://degenius-casino.gitbook.io/degenius-casino-whitepaper/degenius-cashier-bot/disconnect-wallet.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.
