> For the complete documentation index, see [llms.txt](https://docs.tomo.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomo.inc/tomo-wallet/telegram-wallet/user-manual/account-security.md).

# Account Security

Beyond basic [private key management ](/overview/tomos-key-management.md)security, Tomo has an accounting system that protects your assets with our best effort.

#### Telegram Login

<figure><img src="/files/gPrxHpPjCFzXSLAy6s7F" alt="" width="375"><figcaption></figcaption></figure>

A Tomo Telegram wallet is connected to your Telegram account. If you control your Telegram account, you can access your wallet from the Tomo Wallet bot @tomowalletbot. This social login feature reduces the complexity of your account management with different wallets and 2FA settings.

#### Pay Pin

If malicious attackers can access your Telegram Account, we use a pay pin to verify that only you can use your asset in the wallet. The pay pin is a mandatory setting for using the Tomo Telegram wallet; please do not share it with anyone else.

<figure><img src="/files/I8oqijSuMstc0HKbAxSl" alt="" width="277"><figcaption></figcaption></figure>

&#x20;The pay pin can only be tried five times per day, so you should have enough time to regain control of your Telegram account. &#x20;

#### Recovery Email

We strongly recommend setting up a backup email if you forget your pay pin or lose your Telegram account forever. In this case, you can connect with Tomo's Team, and we can use your backup email to verify you and help you claim your wallet case by case.

#### Export Key

In the future, we will provide the feature of exporting private keys or seed phrases for experts to back up the private or manage your assets yourself. Please only do this if you clearly understand how to manage keys and what will happen if it gets leaked.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tomo.inc/tomo-wallet/telegram-wallet/user-manual/account-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
