# Important Notes When Using a Web3 Wallet

Decentralization means you have full control over your assets. It also means you are solely responsible for the security of your private keys and wallet credentials. Please take the following precautions:

1. Back up your mnemonic phrase or private key promptly. Losing them will result in permanent loss of access to your assets.
2. Create a strong wallet password and store it securely. Luffa does not store or recover your password.
3. Beware of fraud and phishing attacks.
4. Exercise caution when clicking links or downloading software from unknown sources.

Luffa Web3 Wallet does not store your password, mnemonic phrase, or private key, and never transmits them to any external server.


---

# 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://userguide.luffa.im/wallet/important-notes-when-using-a-web3-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.
