> For the complete documentation index, see [llms.txt](https://nexabot-ai.gitbook.io/nexabot-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexabot-ai.gitbook.io/nexabot-ai/trading-bot/safety-and-security.md).

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