> For the complete documentation index, see [llms.txt](https://docs.chikn.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chikn.farm/chikn/ecosystem.md).

# Ecosystem

Chikn is more than just avian-themed NFTs. Our ecosystem includes tools and partnered projects that expand what you can do in Chikn and on the blockchain more broadly.

Our Eggnite launchpad is one of the most exciting updates to hit the ecosystem. Eggnite is the perfect place for partners to launch NFTs with the backing of the largest NFT community on Avalanche. Eggnite isn’t an open door—we take care to ensure that every project that launches is vetted for quality and adds value to the ecosystem.&#x20;

<figure><img src="/files/pwV4ZHnWPKJLSqSrDtP9" alt=""><figcaption><p>Chikn just want to have fun.</p></figcaption></figure>

As community and decentralization are fundamental to Chikn, our ecosystem will eventually include a DAO that puts community participation first. This DAO will govern the Chikn treasury and vote on key ecosystem functions.

Chikn provides a range of public APIs that allow developers and gamers to query the Chikn protocol. Our community are passionate about their chooks, which is why many have developed third-party tools to enhance the Chikn gaming experience. Check out the [Toolboks](/misc/toolboks.md) section for a list of some of these, and be sure to join the [Discord](https://discord.gg/9znHkBYjra) where our community share their creations with the world.

Chikn is here for the long haul and we’ve got a lot planned for the ecosystem, but remember, we do love surprises. We’ve got a lot of exciting features coming up that we haven’t explicitly announced, so make sure you’re following our announcements for all the latest updates.


---

# 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://docs.chikn.farm/chikn/ecosystem.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.
