> For the complete documentation index, see [llms.txt](https://steeber.gitbook.io/chaos-birds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steeber.gitbook.io/chaos-birds/introduction.md).

# Introduction

This project was originally founded by [Mr. Happy Monkey](https://twitter.com/mr_happymonkey) in October of 2021. It was quite successful and its total sales volume was over 300 KSM. Unfortunately, the original creator had to abandon the project due to the Russo-Ukrainian conflict of 2022. It was handed off to [Steeber Solutions LLC](https://www.steebersolutions.com/) in April of 2022 and is now active once again!

The project currently consists of the following collections:

* [Chaos Birds](https://singular.app/collections/8ef755e9850dd2d573-%F0%9F%A6%9C)
* [Chaos Banners](https://singular.app/collections/8ef755e9850dd2d573-%F0%9F%A6%9C%F0%9F%A6%9C%F0%9F%A6%9C)
* [Revenue Share Tokens](https://singular.app/collections/7437b704-REVENUE)
* [Breedy Birds](https://singular.app/collections/7437b704-BREEDY)
* [Breedy Birds - Renaming Tickets](https://singular.app/collections/7437b704-BREEDYNAME)
* [Chaos Eggs](https://singular.app/collections/8ef755e9850dd2d573-%F0%9F%A5%9A) (hatched into Breedy Birds)
* [Chaos Items](https://singular.app/collections/8ef755e9850dd2d573-%F0%9F%A6%9C%F0%9F%A6%9C%F0%9F%A6%9C%F0%9F%A6%9C) (discontinued, refunds pending)

All project announcements are made on [the official Twitter account](https://twitter.com/BirdsChaos).


---

# 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://steeber.gitbook.io/chaos-birds/introduction.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.
