> For the complete documentation index, see [llms.txt](https://blackswanwtf.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://blackswanwtf.gitbook.io/docs/smart-agents/rss-feed-service.md).

# RSS Feed Service

The RSS Feed Service continuously watches news from major financial and cryptocurrency sources to identify events that could affect crypto markets. It uses AI to classify news articles by their potential impact, helping the system stay informed about important market-moving events.

## Market Impact Classifications

* **CRITICAL**: Major regulatory decisions, large institutional adoption/rejection, major exchange hacks, government bans, major economic crises
* **HIGH**: Regulatory announcements, institutional investments, major tech developments, significant economic policy changes
* **NORMAL**: General financial news, traditional market movements, minor policy updates, standard business news
* **LOW**: Company earnings (non-crypto), minor political events, sports, entertainment news with slight economic implications
* **NOT RELEVANT**: Sports, entertainment, local news, weather, science discoveries with no economic impact

## How it Works?

1. RSS Feed from a variety of news sources constantly ingested for the latest news articles.
2. Global News Events Search via Perplexity Sonar for the latest breaking news events.
3. Both articles from RSS feeds and latest news events found by Perplexity Sonar analyzed via GPT5 for classification based on their market impact.&#x20;


---

# 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://blackswanwtf.gitbook.io/docs/smart-agents/rss-feed-service.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.
