> For the complete documentation index, see [llms.txt](https://docs-wallet.loopring.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wallet.loopring.io/faqs/security-faqs/do-not-uninstall-the-app.md).

# "Do not uninstall the app"

When the Loopring Smart Wallet app is uninstalled from the user’s device, the private keys are removed. In order to regain access to the wallet and the funds secured within, a [Recovery](/troubleshooting/recovery.md) is required. During a recovery, the private keys are regenerated and the smart contract is updated. This is a L1 on-chain transaction and therefore requires a gas fee to be paid. This may be expensive based on the [cost of Ethereum gas fees](/faqs/fee-faqs/fee-reduction-tips.md) at the time of recovery.

The Loopring Smart Wallet differs from a standard Ethereum wallet; it is managed by a smart contract. This allows users to benefit from additional [security features](/security/guardians.md) like: multi-signature transactions, [daily transfer limits](/security/daily-quota.md), locking the wallet, [whitelisting addresses](/security/address-whitelist.md), and [social recovery](/troubleshooting/recovery.md) through [Guardians](/security/guardians.md). When creating the wallet, it needs to call the Loopring Ethereum Layer 1 (L1) smart contract. Through this process, the wallet’s private keys are generated, encrypted and stored securely on the user’s device, never exposed publicly - even to Loopring.

{% hint style="warning" %}
Loopring strongly recommends users do not uninstall the Loopring Smart Wallet app from their device once they have completed their initial deposit to create the wallet. If you wish to[ Migrate your wallet](/troubleshooting/import.md) to a new device, do not uninstall the app first as you will need the old device in order to move your wallet and assets to a new device.
{% endhint %}

<br>

#### Related Articles <a href="#related_articles" id="related_articles"></a>

[I've uninstalled the app - How do I Recover my wallet?](/troubleshooting/recovery.md)

[I have a new phone - How do I Migrate (move) my wallet?](/troubleshooting/import.md)


---

# 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-wallet.loopring.io/faqs/security-faqs/do-not-uninstall-the-app.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.
