# What is Mnemonic Login?

A mnemonic phrase is a string of 12 randomly generated words used to protect your account and assets.

In Luffa, mnemonic phrases from any blockchain can be used to log in, and we do not collect personal information such as phone numbers or email addresses, ensuring complete anonymity. The mnemonic phrase generates a public-private key pair, which is used for encrypting and decrypting messages and securing your digital assets.

Therefore, it is crucial to properly back up and protect your mnemonic phrase to prevent loss or leakage.


---

# 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/account/what-is-mnemonic-login.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.
