# The Taurus Trend AI Ecosystem

<figure><img src="/files/sd2w069IpQxUio3wwKG7" alt=""><figcaption></figcaption></figure>

The Taurus Trend AI Ecosystem is unique in its kind as it harnesses the power of LLMs to provide users in the crypto space with relevant trend information practically in real-time.

Every minute of every day, a wealth of crypto related news is being output through a multitude of channels: Twitter, Telegram groups and channels, Discord, news outlets on the web and more.

### The Problem

The sheer volume of crypto related news is overwhelming. Any user and investor who wants to stay in the loop about emerging trends faces the challenge of making sense of the masses of crypto information. Distilling out of the news flood the info that is most relevant for making investment decisions is a task the could keep you busy potentially for hours every day.

### AI to the Rescue

The power of LLMs lies in their ability to process large amounts of text and generate digests that give the user a run-down of what's being discussed including a sentiment analysis. It's all a matter of choosing the right AI prompt for evaluating the input. Imagine feeding several Telegram channels' messages of the previous 2 days into the system and tell it to generate a digest of 200 words long that will summarize what projects have been discussed and what the market sentiment looks like in the given data set.

This would just be one example of how AI could generate a digest out of that input that could be consumed as a daily brief within 5 minutes rather than wading through the Telegram channels' thousands of messages which would likely take several hours without being able to distill a precise summary of all the information contained in it.


---

# 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.taurusbot.io/the-taurus-trend-ai-ecosystem.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.
