# Intro

AsterXBT is an open-source AI trading agent designed for integration with [Aster](https://x.com/Aster_dex), a decentralized exchange specializing in perpetual contracts. AsterXBT enables autonomous, model-driven trading agents to engage in perpetual contracts 24/7. Its core innovation is a multi-LLM consensus mechanism, leveraging multiple AI models to make coordinated and informed trading decisions. This approach minimizes single-model biases and enhances decision-making accuracy in volatile markets.

AsterXBT is community-driven and fully open-source, allowing developers and traders to fork, modify, and contribute to the project. The platform empowers users to deploy intelligent agents that adapt to market conditions, incorporating real-time data from technical indicators, news feeds, and advanced sentiment analysis.


---

# 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://docs.asterxbt.com/intro.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.
