> For the complete documentation index, see [llms.txt](https://docs.cronusomnis.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronusomnis.ai/getting-started/quickstart.md).

# What is Cronus Agent?

Cronus Agent is your dedicated Telegram-based assistant designed for trading tokens on the Cronos blockchain. It supports both automated and manual trading operations, helping you navigate the Cronos DeFi space with greater ease.

The bot primarily utilizes **VVS Finance** for executing trades, ensuring you have access to a popular decentralized exchange on Cronos. Price information is typically sourced from **Dexscreener\&RPC** to provide you with up-to-date market data.

Our focus is on providing a secure and efficient trading experience directly within your Telegram chat.

## Key Principles

Cronus Agent is built on several core principles to enhance your trading journey:

* **Intuitive Chat Interface**: All interactions with Cronus Agent, from setting up your wallet to placing trades and managing orders, are performed directly through the Telegram chat interface using commands and interactive buttons.
* **Enhanced Security with Isolated Signing**: We prioritize the security of your assets. Your private key operations are managed by a dedicated and isolated component within our system. This design significantly enhances the protection of your sensitive information by limiting direct access from the main bot application.
* **Efficient Trading on VVS Finance**: Trades are primarily routed through VVS Finance, a leading decentralized exchange on the Cronos network.


---

# 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.cronusomnis.ai/getting-started/quickstart.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.
