# Safety & Security

Typical Externally owned accounts (EOAs) require users to store private keys and seed phrases themselves, which can be a daunting task. Losing access to these sensitive pieces of information can result in the total loss of assets in the wallet, making it a single point of failure. This can be overwhelming for new users, who may be deterred by the complexity and potential risks involved.&#x20;

In contrast, Nexabot’s hybrid-custody model eliminates this single point of failure, providing a more secure and user-friendly experience. By leveraging the benefits of account abstraction, we can offer a more robust and reliable solution that is less prone to errors and more accessible to all.\
\
Although Nexabot uses hybrid-custody account abstraction technology to ensure the security of your wallet, we still recommend the highest of security practices for storing your Telegram and Google/Apple account credentials.

For Telegram:

* [Set up 2FA](https://telegram.org/blog/sessions-and-2-step-verification) for your Telegram account
* [Add](https://telegram.org/blog/sessions-and-2-step-verification) a recovery email&#x20;

For Google/Apple:

* Set up 2FA for logging into your respective account
  * [Google](https://support.google.com/accounts/answer/185839?hl=en\&co=GENIE.Platform%3DDesktop)
  * [Apple](https://support.apple.com/en-hk/102660)
* Add a recovery email/phone number&#x20;
  * [Google](https://support.google.com/accounts/answer/183723?hl=en\&co=GENIE.Platform%3DAndroid)
  * [Apple](https://support.apple.com/en-us/102529)<br>


---

# 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://nexabot-ai.gitbook.io/nexabot-ai/trading-bot/safety-and-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.
