> 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/security.md).

# Security

- [Guardians](https://docs-wallet.loopring.io/security/guardians.md): Learn about the security of your Loopring Smart Wallet
- [Guardian set-up](https://docs-wallet.loopring.io/security/guardians/guardian-set-up.md): Walkthrough on how to set-up Loopring wallet guardians
- [Two-Factor Authentication (2FA)](https://docs-wallet.loopring.io/security/two-factor-authentication-2fa.md): A two-factor authentication (2FA) is an additional security measure used to verify that the person logging into an account is who they claim to be.
- [Video Guide](https://docs-wallet.loopring.io/security/two-factor-authentication-2fa/video-guide.md): A video guide on how to set up your two-factor authentication (2FA)
- [2FA Options](https://docs-wallet.loopring.io/security/two-factor-authentication-2fa/2fa-options.md): Different 2FA options to choose depending on your preference
- [Cloud back-up](https://docs-wallet.loopring.io/security/cloud-back-up.md): Store your private key in your Google or Apple cloud account. The private key is encrypted and passcode protected.
- [Daily Quota](https://docs-wallet.loopring.io/security/daily-quota.md): Add another layer of security to your assets by setting up a daily quota
- [Address Whitelist](https://docs-wallet.loopring.io/security/address-whitelist.md): Whitelisted addresses bypass quotas you set through the Loopring Smart Wallet


---

# 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:

```
GET https://docs-wallet.loopring.io/security.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.
