> 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/welcome/public-good.md).

# Public Good

Black Swan is a public good and we have made the code open source and available for public review and contributions.

### License

All the code available via the public and open source repositories of Black Swan is made available via the MIT License, a permissive open-source license that allows anyone to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, provided that proper attribution is given back to Black Swan.\
For complete details, refer to the relevant LICENSE file in each repository.

### Code Repositories

| Repository Title                   | Link                                                           |
| ---------------------------------- | -------------------------------------------------------------- |
| Black Swan Analysis Agent          | <https://github.com/blackswanwtf/blackswan-analysis-service>   |
| Market Peak Analysis Agent         | <https://github.com/blackswanwtf/market-peak-analysis-service> |
| Data Collection Service            | <https://github.com/blackswanwtf/data-collection-service>      |
| RSS Feed Service                   | <https://github.com/blackswanwtf/rss-feed-service>             |
| Twitter / X Scraping Service       | <https://github.com/blackswanwtf/twitter-scraping-service>     |
| BTC / ETH Analysis Agent           | <https://github.com/blackswanwtf/btc-eth-analysis-service>     |
| Macro Economic Indicators Agent    | <https://github.com/blackswanwtf/macro-indicators-service>     |
| News Analysis Agent                | <https://github.com/blackswanwtf/news-analysis-service>        |
| Sentiment Analysis Agent           | <https://github.com/blackswanwtf/sentiment-analysis-service>   |
| Platform Orchestration API Service | <https://github.com/blackswanwtf/blackswan-platform-api>       |
| Black Swan Oracle                  | <https://github.com/blackswanwtf/blackswan-oracle>             |
| Black Swan ACP Service             | <https://github.com/blackswanwtf/blackswan-acp-service>        |


---

# 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/welcome/public-good.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.
