# How to safely delete MyTonWallet?

If you want to delete **MyTonWallet** app, it's important to do so correctly. Simply deleting the app does not guarantee complete data removal.

## :thinking: Why Is This Important?

After you delete **MyTonWallet**, encrypted data may remain on your device. If the device falls into the wrong hands, and you've used a weak password, your funds could be at risk.

## :checkered\_flag: Pre-Deletion Checklist

* [ ] Backup your seed phrases
* [ ] Transfer any remaining funds
* [ ] Note down important wallet addresses
* [ ] Save transaction history if needed
* [ ] Export any necessary data

## :closed\_lock\_with\_key: Safe Deletion Process

{% stepper %}
{% step %}
**Backup Important Data**

* Export transaction history
* Save wallet addresses
* Document any important settings
* Store recovery information securely
  {% endstep %}

{% step %}
**Log Out Properly**

* Open the **Settings** tab
* Scroll down to find logout options
* Tap the **Exit** button
* If you have **multiple wallets**:
  * Check the option to **Remove all wallets**
  * Verify all wallets are logged out
  * Confirm data removal
    {% endstep %}

{% step %}
**Clear App Data**

* Clear app cache
* Remove stored preferences
* Delete temporary files
* Clear any saved passwords
  {% endstep %}

{% step %}
**Delete the App**

* Use standard device uninstall method
* For mobile:
  * Long press app icon
  * Select uninstall
  * Confirm deletion
* For desktop:
  * Use system uninstaller
  * Remove program files
  * Clean registry entries
    {% endstep %}
    {% endstepper %}

## :white\_check\_mark: Post-Deletion Verification

* [ ] Confirm app is completely removed
* [ ] Check for remaining data
* [ ] Verify no sensitive information remains
* [ ] Test device for any app traces

## :bulb: Security Considerations

* **Data Protection**:
  * Ensure complete data removal
  * Clear app cache
  * Remove stored credentials
  * Delete temporary files
* **Device Security**:
  * Update device security settings
  * Change device passwords
  * Review app permissions
  * Monitor for suspicious activity

## Reinstallation Guidelines

If you plan to reinstall later:

* Keep seed phrases secure
* Store recovery information
* Document wallet addresses
* Save important settings

**Important:** Following these steps will ensure your assets and data are protected from unauthorized access.

{% hint style="info" %}
Always keep your seed phrases secure, even after deleting the app. You'll need them to recover your wallets if you reinstall later.
{% endhint %}

{% hint style="warning" %}
Never delete the app without properly logging out first. This could leave your wallet data vulnerable to unauthorized access.
{% endhint %}


---

# 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://help.mytonwallet.io/intro/getting-started/how-to-safely-delete-mytonwallet.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.
