> 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/introduction/welcome-to-nexabot.md).

# Welcome to Nexabot

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

Nexabot is a comprehensive suite of Telegram-based AI trading assistants, powered by Nexa Trading Bot and Nexa AI Intelligence. Our mission is to redefine the trading experience on Cronos, offering users a mobile-friendly platform to trade on decentralized exchanges (DEX) like VVS with just a few taps. Nexabot delivers an unparalleled trading experience on Cronos, accompanied by our AI news intelligence channel. This feature provides real-time updates on market-moving news and offers AI analytics and sentiment analysis tailored to your trading needs.

Unlike traditional Telegram bots that prioritize UX at the expense of security and wallet safety, Nexabot sets itself apart by prioritizing user protection. Nexabot is the first implementation of the ERC 4337 account abstraction standard on Cronos, enabling a modular smart contract wallet that eliminates the need for seed phrase management. With Nexabot, there are no private keys to manage, no seed phrases to leak and therefore none of the typical security concerns associated with TG bot. Seamlessly onboard Nexabot using your Apple or Google ID for a smooth, hassle-free login experience.&#x20;

Currently, you can only use CRO to trade as the base currency on Nexabot. This means to buy tokens, CRO will be used, and when selling tokens, the receiving token will be CRO.

Start trading with confidence, knowing your assets are secure!

Official Links:

[Website](https://nexabot.ai/)\
[Twitter](https://x.com/nexabotai)

*By using Nexabot AI, you are agreeing to the* [*Terms & Conditions*](https://nexabot-ai.gitbook.io/nexabot-ai/important-references/terms-and-conditions) *and accept the* [*Risk Disclosure*](https://nexabot-ai.gitbook.io/nexabot-ai/important-references/risk-disclosure)*.*

<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/introduction/welcome-to-nexabot.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.
