# Private Key Storing

While users generate new wallets using Lootbot, their private keys are stored in an encrypted format using Advanced Encryption Standard (AES) to prevent unauthorized access.&#x20;

Within LootBot, AES operates on fixed-size blocks of data and uses a secret key for both encryption and decryption.

Details about our AES is well explained in this [X thread](https://twitter.com/lootbot_xyz/status/1680875427857047553?s=20).<br>

<figure><img src="/files/gACjmjWKBdujdD9vCHzG" alt=""><figcaption></figcaption></figure>


---

# 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/private-key-storing.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.
