> For the complete documentation index, see [llms.txt](https://chainversebot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainversebot.gitbook.io/docs/chainverse-general-information/about-us.md).

# ABOUT US

ChainVerseBot was born with a clear mission: to make trading a simpler, more efficient, and more transparent environment for everyone.

In a market full of complexity, noise, and empty promises, we decided to build a different kind of tool: a bot that prioritizes clarity, discipline, and real information over the mystery or "magic" of the algorithm.

We are a team of developers, analysts, and technology enthusiasts who firmly believe that automation can be a powerful ally when designed responsibly. That's why ChainVerseBot is based on three principles:

* **Simplicity:**

Technology should simplify, not complicate. ChainVerseBot is designed so that anyone, from beginners to experienced traders, can understand how it works, what data it uses, and how it executes each trade. No black boxes or impossible configurations.

* **Efficiency**

Performance matters, but consistency matters even more.\
Our structure combines technical analysis, risk management, and automated execution to maximize opportunities without sacrificing security. Each strategy is tested, updated, and optimized to adapt to the real market, without creating false expectations.

* **Transparency**

Trust is built by explaining, not hiding. ChainVerseBot details the logic behind every action, clearly displays its results, and gives the user complete control. We don't operate in secret: we prefer that you know exactly how the decisions are made.

ChainVerseBot is not just a trading bot. It's a tool designed to help you make smart decisions, with clear information and reliable technology. Our commitment is to support you with responsible automation, a user-friendly interface, and an honest approach to market risks.

<figure><img src="https://1676756805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqGk0XPnHZuhjGAalMiE%2Fuploads%2FOyMWDeKWKNqrwh5HTwqc%2FCaptura%20de%20pantalla%202025-11-24%20a%20las%2019.35.31.png?alt=media&amp;token=1ba85cd3-dc87-43c7-8d4f-5b3ce758aabd" alt=""><figcaption></figcaption></figure>

<h4 align="center">TO FIND US ON SOCIAL NETWORKS:</h4>

<table data-header-hidden><thead><tr><th width="140.35546875"></th><th></th></tr></thead><tbody><tr><td><strong>TWITTER</strong></td><td>www.x.com/chainversebot</td></tr><tr><td><strong>WEB PAGE</strong></td><td>www.chainverse.app</td></tr><tr><td><strong>TELEGRAM</strong></td><td>t.me/chainverse</td></tr></tbody></table>


---

# 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://chainversebot.gitbook.io/docs/chainverse-general-information/about-us.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.
