# Private Key Security

The security of private keys is our top priority. To maximize security, any wallet created on our systems will have its **private key encrypted, fragmented, and stored in various Encrypted Key Vaults**. We are also seeking collaboration with third-party security firms to enhance the decentralization for our users.&#x20;

All of these measures ensure that **no single entity has access to 100% of the private key**. This completely prevents potential attacks from gaining direct access to the data storage.

When users request extraction of their private key, they simply need to command our bot, which will gather the fragments of the encrypted key, decrypt it into a regular private key, and display it.

<figure><img src="/files/WsKmgQFvZlGlVbjBK9kU" 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://autobots-organization.gitbook.io/autoair-ai/autoair-ai-service/autoair-ai-bot/private-key-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.
