# 2FA

LootBot introduces an innovative approach to securely access your private keys. Utilizing Telegram's modularized WebApps, LootBot creates self-destructive sessions that allow users to access their private keys with maximum security. \
\
With 2FA, even if someone gains access to your credentials, they won't be able to proceed without the second authentication step. This powerful safeguard further reinforces the protection of your private keys and valuable assets.

These sessions are designed to prioritize your privacy – no data is retained within LootBot's database or Telegram's chat logs.

#### **Generating Keys and Session:**

1. To view your keys, on any network, go to **Wallets**
2. Click on **Private Keys**
3. Go to View Private Keys to initiate the webapp

{% hint style="info" %}

**Important Disclaimer:** Your private keys are crucial for managing your funds. Please be aware of the following:

* Revealed private keys make you solely responsible for your funds.
* Exercise extreme caution when dealing with your private keys.
  {% endhint %}

#### **Auto-Destruction for Enhanced Security:**&#x20;

* The webapp session will self-destruct in 5 minutes if not used.
* The bot's message will also be automatically deleted in 5 minutes.


---

# 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://docs.lootbot.xyz/lootbot/telegram-bot/about-telegram-bot/security/2fa.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.
