> 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/nfts/eggnite/how-to-get-involved.md).

# How to Get Involved

This [Google Form](https://forms.gle/98ifwVRPr6hpcM4X7) is the first step in your application to Eggnite. Repeat submissions will not be considered.

Whether you’re just starting or have already launched, we want to hear from you. Show us what you have—the idea, the art, the website, the docs, the team, the concept, or your track record—and let’s get the conversation started.

Complete the Form above and we will get back to you as soon as possible.

## <mark style="color:red;">**What We’re Looking For**</mark>

* <mark style="color:red;">**Creativity & Originality**</mark>\
  Like you, we believe in doing things differently. While we do want cohesion in the Chikn ecosystem, we also want a breadth of concepts, genres, and technical applications. Mix it up and make it fresh—this is your permission to innovate.
* <mark style="color:red;">**Quality & Suitability**</mark>\
  Is it capable of becoming a top-10 project on Avalanche? Could it be competitive with top-tier NFTs on Ethereum?
* <mark style="color:red;">**Enjoyment Factor**</mark>\
  Will the community love it? Interactivity, playability, and utility are the keywords here. It might look pretty, but is it fun?
* <mark style="color:red;">**Progress**</mark>\
  How far along are you? How much extra work needs to be put in or are you on track for completion in the near future?
* <mark style="color:red;">**Proof of Execution**</mark>\
  What’s your track record? Proven ability to execute is not essential, but a massive plus.
* <mark style="color:red;">**Transparency & Compliance**</mark>\
  While we’re not here to micromanage, we’re serious about due diligence and need to be sure you’re a trustworthy and legally compliant entity within your jurisdiction.

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


---

# 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/nfts/eggnite/how-to-get-involved.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.
